On Mon, 20 Aug 2001, Doug MacEachern wrote:

> On Mon, 20 Aug 2001, Stas Bekman wrote:
>
> >
> > Philippe and I are back from Bangkok to find tens of Apache-Test commits
> > from doug, wow! :)
>
> oh, so that's why you've been so quiet ;)
>
> > Just a quick 'cvs up' (httpd-2.0/modperl-2.0), rebuild, 'make test'
> > reveals:
> >
> > make test won't start the server, with lots of segv's in error_log, though
> > if I run './t/TEST -d' the server starts, but segv's on filter/lc:
> >
> > Program received signal SIGSEGV, Segmentation fault.
> > [Switching to Thread 2051 (LWP 13905)]
> > 0x0809b2c0 in find_entry (ht=0x0, key=0x8afc1b4, klen=-1, val=0x0)
> >     at apr_hash.c:270
>
> i've been using the prefork mpm since threaded had been unstablized and
> there's talk of making the new 'worker' mpm the default.  i don't see this
> problem with prefork.  there have been changes to mod_mime (where this is
> happening), i guess not all the problems have been sorted out yet.

Nuh, I've recompiled with forked, and I've the same problems:

* ./t/TEST won't start the server (a bunch of segfaults) with no core
dumped

* ./t/TEST -d will start the server with no segfault
and ./t/TEST -run will segfault at filter/lc:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 17923)]
0x0809a7d0 in find_entry (ht=0x0, key=0x858d74c, klen=-1, val=0x0)
    at apr_hash.c:270
270         for (hep = &ht->array[hash & ht->max], he = *hep;
(gdb) where
#0  0x0809a7d0 in find_entry (ht=0x0, key=0x858d74c, klen=-1, val=0x0)
    at apr_hash.c:270
#1  0x0809a888 in apr_hash_get (ht=0x0, key=0x858d74c, klen=-1)
    at apr_hash.c:296
#2  0x0806a210 in find_ct (r=0x858a824) at mod_mime.c:830
#3  0x08088057 in ap_run_type_checker (r=0x858a824) at request.c:111
#4  0x08068df9 in process_request_internal (r=0x858a824) at
http_request.c:358
#5  0x08068f20 in ap_process_request (r=0x858a824) at http_request.c:444
#6  0x080650b3 in ap_process_http_connection (c=0x81282bc) at
http_core.c:287
#7  0x08080417 in ap_run_process_connection (c=0x81282bc) at
connection.c:82
#8  0x08077406 in child_main (child_num_arg=0) at prefork.c:829
#9  0x080774ae in make_child (s=0x80db484, slot=0) at prefork.c:865
#10 0x080775a4 in startup_children (number_to_start=1) at prefork.c:939
#11 0x08077923 in ap_mpm_run (_pconf=0x80da62c, plog=0x810a7ac,
s=0x80db484)
    at prefork.c:1155
#12 0x0807c270 in main (argc=7, argv=0xbffffa8c) at main.c:427
#13 0x400c60de in __libc_start_main () from /lib/libc.so.6



_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://localhost/      http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to