Bug 15782 - Apache segfaults at startup
Summary: Apache segfaults at startup
Status: CLOSED WORKSFORME
Alias: None
Product: Apache httpd-1.3
Classification: Unclassified
Component: core (show other bugs)
Version: 1.3.27
Hardware: Macintosh Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-03 15:33 UTC by Damien Pollet
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Damien Pollet 2003-01-03 15:33:34 UTC
gcc 3.2.1, glibc 2.3.1 (see bug 15781 of apache httpd-2.0)

fallawater tmp # gdb apache
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/apache 
(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.
0x0fd43a9c in __ctype_b_loc () from /lib/libc.so.6
(gdb) bt
#0  0x0fd43a9c in __ctype_b_loc () from /lib/libc.so.6
#1  0x0fd43ab8 in __ctype_b_loc () from /lib/libc.so.6
#2  0x1000cf1c in ap_pvsprintf ()
#3  0x1000d000 in ap_psprintf ()
#4  0x1000c604 in ap_init_alloc_shared ()
#5  0x1001ef98 in main ()
#6  0x0fd33e6c in __libc_start_main () from /lib/libc.so.6
(gdb)
Comment 1 André Malo 2003-03-03 15:02:38 UTC
I start to believe that the glibc version or your installation is broken.

Can someone confirm this?
Comment 2 André Malo 2003-03-19 00:59:41 UTC
No further response. Assuming issue resolved.

Please reopen the bug if this is not the case and you can provide additional
information.

Thanks for using Apache.