Re: [PHP-INSTALL] httpd segfault after 5.4.0 install
Christopher Jones <[email protected]>
| Newsgroups | gmane.comp.php.install |
|---|---|
| Message-ID | <[email protected]> |
On 04/17/2012 01:26 PM, Joseph Koenig wrote: > Thanks again Chris. Same problem exists with the latest 5.4, so I > built with --enable-debug and added a backtrace to the bug report as > well as the fact that 5.3.10 does not produce the same issue. Will > work on stripping down our original code to provide a testcase that > replicates the issue. Thanks again for all your help. From the trace, the crash is in the circular reference garbage collector. Try disabling this with zend.enable_gc=0 in your php.ini file. And keep working on getting a testcase. Chris -- [email protected] http://twitter.com/#!/ghrd