Re: SIGILL, illegal instruction on httpd startup
Chris Kaltwasser <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAFvwVqj0j4t0OpFH9Os2yVEMEWrW1c8JoGVCRiZgopzTHekong@mail.gmail.com> |
On Wed, Jun 13, 2012 at 7:04 AM, Chris Kaltwasser <[email protected]> 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 > more likely cause for an illegal instruction be some bug in modperl, for > example a call to an uninitialized function pointer, or the code had been > over written during runtime? (All other components seem to be behaving > correctly.) > > I forgot to mention that I've rebuilt the libraries many times with the same result, so if it were a corrupted library it would be other than in the perl / apache stack and I would expect other symptoms. Thanks again.