You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/01/03 16:26:13 UTC

DO NOT REPLY [Bug 15781] New: - Apache segfaults at startup

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15781>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15781

Apache segfaults at startup

           Summary: Apache segfaults at startup
           Product: Apache httpd-2.0
           Version: 2.0.43
          Platform: Macintosh
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: dpollet@users.sourceforge.net


gentoo linux 1.4, glibc 2.3.1-r2
fallawater tmp # gcc -v
Reading specs from /usr/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2.1/specs
Configured with: /var/tmp/portage/gcc-3.2.1/work/gcc-3.2.1/configure
--prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared
--host=powerpc-unknown-linux-gnu --build=powerpc-unknown-linux-gnu
--target=powerpc-unknown-linux-gnu --with-system-zlib
--enable-languages=c,c++,ada,f77,objc --enable-threads=posix --enable-long-long
--disable-checking --enable-cstdio=stdio --enable-clocale=generic
--enable-__cxa_atexit --enable-version-specific-runtime-libs
--with-gxx-include-dir=/usr/include/g++-v32 --with-local-prefix=/usr/local
--enable-shared --enable-nls --without-included-gettext
Thread model: posix
gcc version 3.2.1
fallawater tmp # gdb apache2
GNU gdb 5.2.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "powerpc-unknown-linux-gnu"...(no debugging symbols
found)...
(gdb) run
Starting program: /mnt/raid/usr/sbin/apache2 
(no debugging symbols found)...warning: Cannot initialize thread debugging
library: generic error
(no debugging symbols found)...warning: Cannot initialize thread debugging
library: generic error
(no debugging symbols found)...warning: Cannot initialize thread debugging
library: generic error

(no debugging symbols found)...warning: Cannot initialize thread debugging
library: generic error
(no debugging symbols found)...warning: Cannot initialize thread debugging
library: generic error
(no debugging symbols found)...warning: Cannot initialize thread debugging
library: generic error

(no debugging symbols found)...warning: Cannot initialize thread debugging
library: generic error
(no debugging symbols found)...warning: Cannot initialize thread debugging
library: generic error

Program received signal SIGSEGV, Segmentation fault.
0x0fcb8be4 in __ctype_tolower_loc () from /lib/libc.so.6
(gdb) bt
#0  0x0fcb8be4 in __ctype_tolower_loc () from /lib/libc.so.6
#1  0x0fcb8c00 in __ctype_tolower_loc () from /lib/libc.so.6
#2  0x1002f454 in ap_get_input_filter_handle ()
#3  0x1002f5a8 in ap_register_input_filter ()
#4  0x10039e0c in ap_get_request_note ()
#5  0x10022ae8 in ap_register_hooks ()
#6  0x10022bbc in ap_add_module ()
#7  0x10022f44 in ap_setup_prelinked_modules ()
#8  0x1002759c in main ()
#9  0x0fca8e6c in __libc_start_main () from /lib/libc.so.6
(gdb)

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org