Igor Chudov wrote: > > > On Sun, Aug 9, 2009 at 7:08 AM, Nick Wellnhofer <wellnho...@aevum.de > <mailto:wellnho...@aevum.de>> wrote: > > Igor Chudov wrote: > > In the logs, I see a lot of error messages saying: segmentation fault > Are you using the worker MPM? If yes, try the prefork MPM instead. > > > Nick, thank you, per your advice, I did try using prefork MPM. > > Unfortunately, the end result was still the same, a lot of segmentation > faults after a while. > > The symptom is always the same, it runs great for a while (like maybe > half an hour) and then begins to give segmentation faults. > However, no matter what pages of my site I visit at this time, they all > display correctly. > > I also ran apache2 with -X flag under GDB. I disabled SIGPIPE handling. > > Again, it ran for an hour and crashed. However, when I tried to say > "where" in GDB, GDB told me that the process no longer exists. >
Have you read this section of the docmentation on perl.apache.org? http://perl.apache.org/docs/2.0/devel/debug/c.html particularly the stuff about generating core dumps and analyzing them Adam