Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Mar 2005 05:11:14 -0800
From:      "Michael C. Shultz" <ringworm01@gmail.com>
To:        Vlad <marchenko@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Apache Signal 11 (5.3-RELEASE-p3/4)
Message-ID:  <200503190511.15733.ringworm01@gmail.com>
In-Reply-To: <cd70c681050319045847d841dc@mail.gmail.com>
References:  <6.2.1.2.0.20050315112131.054b56f8@64.7.153.2> <200503171035.16483.ringworm01@gmail.com> <cd70c681050319045847d841dc@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 19 March 2005 04:58 am, Vlad wrote:
> I have the same problem, started at some point since 5.3-p?
>
> I thought something is wrong with the particular server, but since
> other people report the same issue, I started to doubt that.
>
> Apache has been built manually, so it has nothing to do with the
> port. 1.3.33 Apache + mod_ssl + mod_perl
>
> Sorry, have no dumps.
>
> pid 70686 (httpd), uid 65534: exited on signal 11
> pid 58127 (httpd), uid 65534: exited on signal 11
> pid 58833 (httpd), uid 65534: exited on signal 11
> pid 30556 (httpd), uid 65534: exited on signal 11
> pid 35877 (httpd), uid 65534: exited on signal 11
> pid 95642 (httpd), uid 65534: exited on signal 11
>

Below is from Karl Mott's trace after compiling with
debug. If you did the same thing, compiled your
Apache with debug then sent the trace to Apache's
maintainer I'm sure he/she would be most grateful:

(my analysis)
The crash is likely happening here:

ssl_engine_init.c:234

The remaining is interpreted this way

http_main.c:5379 calls
http_config.c:1664 which calls
ssl_engine_init.c:234 (crash happens here I think )

from Karl's trace:

> #11 0x28354fc0 in ssl_init_Module (s=0x809b038, p=0x809b010) at
> ssl_engine_init.c:234
> #12 0x08055946 in ap_init_modules (p=0x809b010, s=0x809b038) at
> http_config.c:1664
> #13 0x0805de5d in standalone_main (argc=2, argv=0xbfbfec60) at
> http_main.c:5379
> #14 0x0805e647 in main (argc=2, argv=0xbfbfec60) at http_main.c:5767

-Mike



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503190511.15733.ringworm01>