Re: mod_perl segfaults, can't start Apache

2012-06-25 Thread Chris Kaltwasser
t; > # /etc/init.d/apache2 start > * Starting apache2 ... > * start-stop-daemon: failed to start `/usr/sbin/apache2' > > # dmesg > apache2[12697]: segfault at c ip b5d4974a sp bffce4d0 error 4 in > mod_perl.so[b5d24000+45000] > > Any ideas on what to look for to determin

Re: SIGILL, illegal instruction on httpd startup

2012-06-13 Thread Chris Kaltwasser
On Wed, Jun 13, 2012 at 7:04 AM, Chris Kaltwasser wrote: > > looks like your CPU does not support an instruction the library is >> trying to use. Or the lib is corrupted. >> >> What does "cat /proc/cpuinfo" say? >> >> Thanks for the suggestion.

Re: SIGILL, illegal instruction on httpd startup

2012-06-13 Thread Chris Kaltwasser
> looks like your CPU does not support an instruction the library is > trying to use. Or the lib is corrupted. > > What does "cat /proc/cpuinfo" say? > > Thanks for the suggestion. I've pasted that output below. But, wouldn't a more likely cause for an illegal instruction be some bug in modperl, fo

SIGILL, illegal instruction on httpd startup

2012-06-12 Thread Chris Kaltwasser
Hello, I'm getting a SIGILL, illegal instruction each time I startup my application that is running fine on several other environments. It takes place in startup.pl, before any error_log output is generated. I'm including the back trace below in hopes that someone has a suggestion for me, as I'm qu