You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Ralf Hettinger <ra...@mufasa.informatik.uni-mannheim.de> on 2002/01/10 18:50:00 UTC

RE: os-solaris/6768: httpd core dump

The following reply was made to PR os-solaris/6768; it has been noted by GNATS.

From: Ralf Hettinger <ra...@mufasa.informatik.uni-mannheim.de>
To: apbugs@apache.org
Cc:  
Subject: RE:  os-solaris/6768: httpd core dump
Date: Thu, 10 Jan 2002 18:44:49 +0100

 Im a little late but got the same problem. Have also installed
 mod_perl_1.26 with apache_1.3.20. 
 
 gdb after that told me:
 
 > gdb --core core bin/httpd
 
 GNU gdb 5.0
 Copyright 2000 Free Software Foundation, Inc.
 ...
 This GDB was configured as "sparc-sun-solaris2.8"...
 Core was generated by `/opt2/www/apache_1.3.20_mod_perl/bin/httpd'.
 Program terminated with signal 11, Segmentation Fault.
 ...
 (gdb) bt
 #0  0xfed91180 in match_headers ()
    from /opt2/www/apache_1.3.20_mod_perl/libexec/mod_setenvif.so
 #1  0x52f04 in run_method ()
 #2  0x530d4 in ap_header_parse ()
 #3  0x702c8 in process_request_internal ()
 #4  0x707dc in ap_process_request ()
 #5  0x63d70 in child_main ()
 #6  0x640fc in make_child ()
 #7  0x64220 in startup_children ()
 #8  0x64c10 in standalone_main ()
 #9  0x6580c in main ()  
 
 so I quoted DSO mod_setenvif.so in httpd.conf. Similar error ocurred:
 
 > gdb --core core bin/httpd
 
 GNU gdb 5.0
 Copyright 2000 Free Software Foundation, Inc.
 ...
 This GDB was configured as "sparc-sun-solaris2.8"...
 Core was generated by `/opt2/www/apache_1.3.20_mod_perl/bin/httpd'.
 Program terminated with signal 11, Segmentation Fault.
 ...
 (gdb) bt
 #0  0xfeef1398 in check_dir_access ()
    from /opt2/www/apache_1.3.20_mod_perl/libexec/mod_access.so
 #1  0x52f04 in run_method ()
 #2  0x52ff4 in ap_check_access ()
 #3  0x7034c in process_request_internal ()
 #4  0x707dc in ap_process_request ()
 #5  0x63d70 in child_main ()
 #6  0x640fc in make_child ()
 #7  0x64220 in startup_children ()
 #8  0x64c10 in standalone_main ()
 #9  0x6580c in main ()
 
 didn't want to quote DSO mod_access.so, too. 
 Maybe this could help you (and me) with understanding what the problem
 is?