What DBMS are you using? some versions of php's postgresql extensions are known to segfault systematically, at a very late stage of php process lifetime (ie after everything is done).
One simple symptom for this, if you use the same php and php extensions from cli, is to look for a segfault at the end of every database cli task. Anyway, as some pages are ok, it's maybe not this. Interesting topic indeed, it's pure experience sharing. Romain Le 23 juin 09 à 18:04, skr a écrit : > > Hi, > > Recently I get a lot of dying apache childs, first only in dev mode, > now also in prod mode. > I'm using latest 1.2.8-DEV with propel on two debian machines. > The problem is the same on both. > > one request gives always a segfault: > http://10.11.0.21/profiling.php/pdf/formular/formular/Profiling/aufnnr/19952 > child pid 32101 exit signal Segmentation fault (11) > phpinfo() > PHP Version => 5.2.6-1+lenny3 > > another one is always ok: > http://10.11.0.21/profiling.php/pdf/formular/formular/Profiling/aufnnr/19624 > > in dev mode both of them are working... > > Does anybody know how to nail this down to the last executed php line? > > with regards > > Konrad > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
