> > Hello, I've been suffering from intermittent segmentation faults in my > > apache2 error_log for quite a while now. It seems to be worst during > > peak traffic hours. Here's what they look like: > > > [notice] child pid 13189 exit signal Segmentation fault (11) > > > My consultant thinks it's a mod_perl problem. I'm running Gentoo > > Linux along with apache-2.0.54 and mod_perl-1.99.17. All of my > > software is 100% up-to-date as per the Gentoo portage tree. > > The portage tree is somewhat out of date however. (As are most distributions > as far as I can tell, when it comes to modperl2). So it's possible it's > something that's already been fixed. > > > Does anyone have any ideas on this? > > Have you tried looking at the core dumps? Without more to go on, there's not > much anyone can tell you. > > cf. > http://perl.apache.org/docs/2.0/devel/debug/c.html#Analyzing_Dumped_Core_Files
Hello, can you tell me anything else about getting those core dump files? I can enable debugging options in apache2, apr, and perl and re-emerge (compile) them. I'm confused on what to do from there. Is it possible that the files will be generated just from that? - Grant