Re: SIGILL, illegal instruction on httpd startup

2012-06-13 Thread Torsten Förtsch
On 06/13/2012 04:50 AM, Chris Kaltwasser wrote: Backtrace: Program received signal SIGILL, Illegal instruction. 0x00344ba14c30 in _dl_x86_64_save_sse () from /lib64/ld-linux-x86-64.so.2 looks like your CPU does not support an instruction the library is trying to use. Or the lib is

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, for

Re: SIGILL, illegal instruction on httpd startup

2012-06-13 Thread Chris Kaltwasser
On Wed, Jun 13, 2012 at 7:04 AM, Chris Kaltwasser ch...@netpos.com 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. I've pasted that output below. But, wouldn't a

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