All,
I have a fresh install of Sugar Suite v3.5.1 which is causing segfaults under Apache 2.0.54, with PHP 5.1.1
The situation is occurring all over the application, but I have specifically traced it in one instance (drilling down on a created Lead from the last viewed bar). I've walked through index.php with die() statements, and traced it to modules/Leads/DetailView.php. From there, I've stepped through (with die()) and seen behavior as expected, 'til line 175 (on mine), which calls ob_end_clean. If I call die immediately before the ob_ call, I see the expected output with lead details... I hate PHP with a passion, so I'm certainly not as familiar as many of you... what could be causing this? I've tried turning output_buffering on and off in php.ini, but no difference. In the apache logs, everytime a script which is affected is called, I see a line similar to: "child pid 17252 exit signal Segmentation fault (11)", which doesn't seem to isolate the problem very much. Thanks in advance,
-- Alex


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks