apache+mod_ssl signal 4

Doug White dwhite at gumbysoft.com
Sat Apr 2 15:00:46 PST 2005


On Sat, 2 Apr 2005, Barney Wolff wrote:

> On Fri, Apr 01, 2005 at 06:59:11PM -0800, Doug White wrote:
> > >
> > > pid 62364 (httpd), uid 0: exited on signal 4 (core dumped)
> > > Apr  1 11:48:45 www kernel: pid 62364 (httpd), uid 0: exited on signal 4
> > > (core dumped)
> >
> > Signal 4 is SIGABRT, which is a software-initiated abort.
>
> Well, no, it's ILL, indicating perhaps code compiled for a different
> cpu model than it's being run on, or a trashed library.

oops. heh. I really need to get into the habit of checking signal(3) more
often.

Yeah, SIGILL would imply the library was improperly compiled. Since
libcrypto will generate CPU-specific assembly based on the CPUTYPE
setting, setting it to the wrong CPU type will cause Wierd Problems.

-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite at gumbysoft.com          |  www.FreeBSD.org


More information about the freebsd-stable mailing list