Segfault, HEAD

php.internals

Pierre-Alain Joye

22 years ago
Hello, The following command segfaults (equivalent to "pear.sh package"): # cd /path/to/pecl/philter # php /path/to/pearcmd.php package please find the backtrace and valgring output as attachments. I do not have the time right now to find where it segfaults or to produce a reproduce script, sorry. Thanks to John for the report, hth pierre

Pierre-Alain Joye

22 years ago
On Sat, 6 Mar 2004 23:22:07 +0100 paj@pearfr.org (Pierre-Alain Joye) wrote:
> Hello, > > The following command segfaults (equivalent to "pear.sh package"): > > # cd /path/to/pecl/philter > # php /path/to/pearcmd.php package > > please find the backtrace and valgring output as attachments. > > I do not have the time right now to find where it segfaults or to > produce a reproduce script, sorry.
We use exit(1) inside an instance of an PEAR_Frontend_CLI object, removing it do not crash. Still no small script to reproduce... hth pierre

Pierre-Alain Joye

22 years ago
On Tue, 9 Mar 2004 12:26:35 +0100 paj@pearfr.org (Pierre-Alain Joye) wrote:
> We use exit(1) inside an instance of an PEAR_Frontend_CLI object, > removing it do not crash. Still no small script to reproduce...
Fixed by the last commits pierre