Re: first time debugging apache/mod_perl Seg fault

2009-07-13 Thread Alan McKay
Oh, the symptoms sound very, very similar to mine! I'll try upgrading the module - thanks! -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food"

Re: first time debugging apache/mod_perl Seg fault

2009-07-13 Thread Bryan
Alan, We fought a tiny issue last week that effected both worker (threaded) and pre- fork (non-threaded) machines that used DBI for mysql connections. Symptom were segmentation faults at seemingly random times over the past few months, especially in the early morning hours on some slow weekends,

Re: first time debugging apache/mod_perl Seg fault

2009-07-13 Thread Alan McKay
> You're threaded. Thanks > What version of Apache and mod_perl are you running here? httpd-2.2.10 mod_perl-2.0.4 > What configuration options are you using to build apache? I didn't build it, and the guy who did is not in today, but we seem to still have the config.log on-hand and it says sim

Re: first time debugging apache/mod_perl Seg fault

2009-07-13 Thread Fred Moyer
On Mon, Jul 13, 2009 at 12:15 PM, Alan McKay wrote: > Hey folks, > > I'm running CentOS 5.2 with a custom built apache not from Yum. > > I am following instructions here > http://perl.apache.org/docs/2.0/devel/debug/c.html#Getting_the_core_File_Dumped > > and here : > http://perl.apache.org/docs/2.

[ANNOUNCE] Apache-Bootstrap 0.07

2009-07-13 Thread Fred Moyer
I'm happy to announce the release of Apache::Bootstrap 0.07. This release contains a couple of major bug fixes from 0.07, and this package should now be considered stable enough to use to bootstrap your dual life mod_perl1/mod_perl2 modules. If you've ever had to tussle with the nuances of mainta

first time debugging apache/mod_perl Seg fault

2009-07-13 Thread Alan McKay
Hey folks, I'm running CentOS 5.2 with a custom built apache not from Yum. I am following instructions here http://perl.apache.org/docs/2.0/devel/debug/c.html#Getting_the_core_File_Dumped and here : http://perl.apache.org/docs/2.0/devel/debug/c.html#Analyzing_Dumped_Core_Files I have mod_perl b