Re: [PHP-INSTALL] httpd segfault after 5.4.0 install
[email protected] (Joseph Koenig) Tue, 17 Apr 2012 13:47:58 -0500
| Newsgroups | php.install |
|---|---|
| Message-ID | <[email protected]> |
On 4/17/12 12:33 PM, Christopher Jones wrote: > > > On 04/17/2012 10:18 AM, Joseph Koenig wrote: > >> Installed it about a week and a half ago. Removing APC did nothing to >> fix the issue. Bug #61757 filed. >> >> Thanks! >> >> Joe Koenig >> Creative Anvil > > I would really, really encourage you to put a complete testcase in the > bug. The PHP core developers simply don't have time to try and guess > what scaffolding they need to run your code. Since you have it > already, why not add it to the bug? > > (I've spent more than my fair share of life in debugging the wrong > problems because I wasn't given testcases.) > > Chris Thanks for the feedback. I'm not 100% sure where to go with the testcase because if I pull out those 10 or so lines of code. I'm not necessarily getting the segfault, but by the same token, those 10 lines of code are definitely causing the issue. if I comment them out, the problem goes away. They are about 3 or 4 classes deep from where execution starts and rely on many other classes also. I did just install 5.3.10 and verify that the problem does not exist there. The same code executes just fine. Open to thoughts or suggestions on how to best provide info to help track down the source of the problem. Thanks! Joe