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
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.
> 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
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