On Fri, Oct 13, 2000 at 05:57:25PM -0400, Dragomir Kamenov wrote:
> >The document contained no data.
> >Try again later, or contact the server's administrator.
> 
> A similar problem is mentioned in the PHP FAQ -
> http://www.php.net/FAQ.php#10.1
> 
> It suggests that Apache might be core-dumping; you might want to run a
> similar test on your box.
> 
> Hope this helps
> 
> Drago
> 

Thanks Drago, tried the same test as described on PHP.net. Got the following errors:

Program received signal SIGSEGV, Segmentation fault.
0x401f1234 in perl_header_parser () from /usr/local/apache/libexec/libperl.so

Did the backtrace and got this:

#0  0x401f1234 in perl_header_parser ()
   from /usr/local/apache/libexec/libperl.so
#1  0x8077f24 in run_method ()
#2  0x8078028 in ap_header_parse ()
#3  0x808b9f9 in process_request_internal ()
#4  0x808bdac in ap_process_request ()
#5  0x80835be in child_main ()
#6  0x808376c in make_child ()
#7  0x80838c9 in startup_children ()
#8  0x8083ef6 in standalone_main ()
#9  0x8084693 in main ()
#10 0x400bb9cb in __libc_start_main (main=0x808433c <main>, argc=4, 
    argv=0xbffffac4, init=0x804f6f8 <_init>, fini=0x80ba7fc <_fini>, 
     rtld_fini=0x4000ae60 <_dl_fini>, stack_end=0xbffffabc)
     at ../sysdeps/generic/libc-start.c:92

Well at least I've got a better idea of what's wrong. Hopefully it'll get fixed.

Brad

Reply via email to