You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Brian Behlendorf <br...@hyperreal.org> on 1998/06/25 02:56:24 UTC

runaway...

Just caught on apache.org a runaway process.  Here's the backtrace of a gcore:

(gdb) bt
#0  0xefbfdfdb in ?? ()
#1  0xa in ?? ()
#2  0x2dc01 in ap_invoke_handler (r=0xb2034) at http_config.c:504
#3  0x3eee9 in process_request_internal (r=0xb2034) at http_request.c:1174
#4  0x3ef2b in ap_process_request (r=0xb2034) at http_request.c:1191
#5  0x38320 in child_main (child_num_arg=8) at http_main.c:3623
#6  0x384f2 in make_child (s=0x5b034, slot=8, now=898671545)
    at http_main.c:3743
#7  0x38d3e in standalone_main (argc=3, argv=0xefbfdbe8) at http_main.c:4087
#8  0x392c1 in main (argc=3, argv=0xefbfdbe8) at http_main.c:4317

not too helpful.

	Brian


--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
pure chewing satisfaction                                  brian@apache.org
                                                        brian@hyperreal.org

Re: runaway...

Posted by Brian Behlendorf <br...@hyperreal.org>.
It was serving a CGI according to /status, but it wasn't an nph script, and
the CGI wasn't around anymore.

At 01:01 PM 6/25/98 -0700, Dean Gaudet wrote:
>Do you have nph stuff still?  Next time if you could grab the line from
>/server-status that'd be great... 
>
>Dean
>
>On Wed, 24 Jun 1998, Brian Behlendorf wrote:
>> Just caught on apache.org a runaway process.  Here's the backtrace of a
gcore:
>> 
>> (gdb) bt
>> #0  0xefbfdfdb in ?? ()
>> #1  0xa in ?? ()
>> #2  0x2dc01 in ap_invoke_handler (r=0xb2034) at http_config.c:504
>> #3  0x3eee9 in process_request_internal (r=0xb2034) at http_request.c:1174
>> #4  0x3ef2b in ap_process_request (r=0xb2034) at http_request.c:1191
>> #5  0x38320 in child_main (child_num_arg=8) at http_main.c:3623
>> #6  0x384f2 in make_child (s=0x5b034, slot=8, now=898671545)
>>     at http_main.c:3743
>> #7  0x38d3e in standalone_main (argc=3, argv=0xefbfdbe8) at
http_main.c:4087
>> #8  0x392c1 in main (argc=3, argv=0xefbfdbe8) at http_main.c:4317

--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
pure chewing satisfaction                                  brian@apache.org
                                                        brian@hyperreal.org

Re: runaway...

Posted by Dean Gaudet <dg...@arctic.org>.
Do you have nph stuff still?  Next time if you could grab the line from
/server-status that'd be great... 

Dean

On Wed, 24 Jun 1998, Brian Behlendorf wrote:

> 
> Just caught on apache.org a runaway process.  Here's the backtrace of a gcore:
> 
> (gdb) bt
> #0  0xefbfdfdb in ?? ()
> #1  0xa in ?? ()
> #2  0x2dc01 in ap_invoke_handler (r=0xb2034) at http_config.c:504
> #3  0x3eee9 in process_request_internal (r=0xb2034) at http_request.c:1174
> #4  0x3ef2b in ap_process_request (r=0xb2034) at http_request.c:1191
> #5  0x38320 in child_main (child_num_arg=8) at http_main.c:3623
> #6  0x384f2 in make_child (s=0x5b034, slot=8, now=898671545)
>     at http_main.c:3743
> #7  0x38d3e in standalone_main (argc=3, argv=0xefbfdbe8) at http_main.c:4087
> #8  0x392c1 in main (argc=3, argv=0xefbfdbe8) at http_main.c:4317
> 
> not too helpful.
> 
> 	Brian
> 
> 
> --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
> pure chewing satisfaction                                  brian@apache.org
>                                                         brian@hyperreal.org
>