https://issues.apache.org/bugzilla/show_bug.cgi?id=44706


Jin-Shan Tseng <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |ASSIGNED




--- Comment #5 from Jin-Shan Tseng <[EMAIL PROTECTED]>  2008-03-31 06:29:51 PST 
---
(In reply to comment #4)
> Please capture a core dump of a crashing process (see
> http://httpd.apache.org/docs/2.2/en/mod/mpm_common.html#coredumpdirectory) and
> provide the backtrace of the core dump (please use thread apply all bt full).

ftp dump # gdb  /home/httpd2/bin/httpd /home/httpd2/dump/httpd.core
GNU gdb 6.7.1
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
Core was generated by `/home/httpd2//bin/httpd -k start'.
Program terminated with signal 11, Segmentation fault.
#0  0x8015dcd9 in ?? () from /lib/ld-linux.so.2
(gdb) bt full
#0  0x8015dcd9 in ?? () from /lib/ld-linux.so.2
No symbol table info available.
#1  0x80163994 in ?? () from /lib/ld-linux.so.2
No symbol table info available.
#2  0xbfd6696c in ?? ()
No symbol table info available.
#3  0x80163a10 in ?? () from /lib/ld-linux.so.2
No symbol table info available.
#4  0x00000000 in ?? ()
No symbol table info available.
(gdb) thread apply all bt full

Thread 1 (process 3874):
#0  0x8015dcd9 in ?? () from /lib/ld-linux.so.2
No symbol table info available.
#1  0x80163994 in ?? () from /lib/ld-linux.so.2
No symbol table info available.
#2  0xbfd6696c in ?? ()
No symbol table info available.
#3  0x80163a10 in ?? () from /lib/ld-linux.so.2
No symbol table info available.
#4  0x00000000 in ?? ()
No symbol table info available.

I need to recompile glibc?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to