Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 306030 Details for
Bug 446848
Bind segfault'ing randomly
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
output from gdb
traceback.txt (text/plain), 5.26 KB, created by
Stefan Jensen
on 2008-05-19 23:07:06 UTC
(
hide
)
Description:
output from gdb
Filename:
MIME Type:
Creator:
Stefan Jensen
Created:
2008-05-19 23:07:06 UTC
Size:
5.26 KB
patch
obsolete
>gdb /usr/sbin/named /var/named/chroot/var/named/core.12000 >GNU gdb Red Hat Linux (6.6-45.fc8rh) >Copyright (C) 2006 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 "i386-redhat-linux-gnu"... >Using host libthread_db library "/lib/libthread_db.so.1". > >warning: Can't read pathname for load map: Input/output error. >Loaded symbols for /usr/sbin/named >Reading symbols from /usr/lib/liblwres.so.40.0.0...Reading symbols from /usr/lib/debug/usr/lib/liblwres.so.40.0.0.debug...done. >done. >Loaded symbols for /usr/lib/liblwres.so.40.0.0 >Reading symbols from /usr/lib/libdns.so.42.0.0...Reading symbols from /usr/lib/debug/usr/lib/libdns.so.42.0.0.debug...done. >done. >Loaded symbols for /usr/lib/libdns.so.42.0.0 >Reading symbols from /usr/lib/libbind9.so.40.0.2...Reading symbols from /usr/lib/debug/usr/lib/libbind9.so.40.0.2.debug...done. >done. >Loaded symbols for /usr/lib/libbind9.so.40.0.2 >Reading symbols from /usr/lib/libisccfg.so.40.0.2...Reading symbols from /usr/lib/debug/usr/lib/libisccfg.so.40.0.2.debug...done. >done. >Loaded symbols for /usr/lib/libisccfg.so.40.0.2 >Reading symbols from /usr/lib/libgssapi_krb5.so.2...done. >Loaded symbols for /usr/lib/libgssapi_krb5.so.2 >Reading symbols from /lib/libcrypto.so.6...done. >Loaded symbols for /lib/libcrypto.so.6 >Reading symbols from /usr/lib/libisccc.so.40.0.0...Reading symbols from /usr/lib/debug/usr/lib/libisccc.so.40.0.0.debug...done. >done. >Loaded symbols for /usr/lib/libisccc.so.40.0.0 >Reading symbols from /usr/lib/libisc.so.41.1.0...Reading symbols from /usr/lib/debug/usr/lib/libisc.so.41.1.0.debug...done. >done. >Loaded symbols for /usr/lib/libisc.so.41.1.0 >Reading symbols from /lib/libnsl.so.1...done. >Loaded symbols for /lib/libnsl.so.1 >Reading symbols from /lib/libpthread.so.0...done. >Loaded symbols for /lib/libpthread.so.0 >Reading symbols from /lib/libc.so.6...done. >Loaded symbols for /lib/libc.so.6 >Reading symbols from /usr/lib/libkrb5.so.3...done. >Loaded symbols for /usr/lib/libkrb5.so.3 >Reading symbols from /usr/lib/libk5crypto.so.3...done. >Loaded symbols for /usr/lib/libk5crypto.so.3 >Reading symbols from /lib/libcom_err.so.2...done. >Loaded symbols for /lib/libcom_err.so.2 >Reading symbols from /usr/lib/libkrb5support.so.0...done. >Loaded symbols for /usr/lib/libkrb5support.so.0 >Reading symbols from /lib/libdl.so.2...done. >Loaded symbols for /lib/libdl.so.2 >Reading symbols from /lib/libkeyutils.so.1...done. >Loaded symbols for /lib/libkeyutils.so.1 >Reading symbols from /lib/libresolv.so.2...done. >Loaded symbols for /lib/libresolv.so.2 >Reading symbols from /lib/libz.so.1...done. >Loaded symbols for /lib/libz.so.1 >Reading symbols from /lib/ld-linux.so.2...done. >Loaded symbols for /lib/ld-linux.so.2 >Reading symbols from /lib/libselinux.so.1...done. >Loaded symbols for /lib/libselinux.so.1 >Reading symbols from /lib/libnss_files.so.2...done. >Loaded symbols for /lib/libnss_files.so.2 >Reading symbols from /lib/libnss_nis.so.2...done. >Loaded symbols for /lib/libnss_nis.so.2 >Core was generated by `/usr/sbin/named -u named -t /var/named/chroot'. >Program terminated with signal 11, Segmentation fault. >#0 0x0015e1c7 in dns_acl_match (reqaddr=0xb751d2b4, reqsigner=0x0, acl=0xb7f50fd8, env=0xb7f2a0a8, match=0xb751d2b0, matchelt=0x0) at acl.c:226 >226 if (*(isc_boolean_t *) node->data[ISC_IS6(family)] == ISC_TRUE) >(gdb) t a a bt > >Thread 5 (process 12000): >#0 0x00130402 in __kernel_vsyscall () >#1 0x004d3d87 in sigsuspend () from /lib/libc.so.6 >#2 0x004532d2 in isc_app_run () at app.c:533 >#3 0xb7f99e9a in main (argc=0, argv=0xbff8ddf4) at ./main.c:879 > >Thread 4 (process 12001): >#0 0x00130402 in __kernel_vsyscall () >#1 0x00498b05 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 >#2 0x0044f00f in run (uap=0xb7f24008) at task.c:810 >#3 0x0049453b in start_thread () from /lib/libpthread.so.0 >#4 0x00581efe in clone () from /lib/libc.so.6 > >Thread 3 (process 12003): >#0 0x00130402 in __kernel_vsyscall () >#1 0x00498e32 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 >#2 0x00464fac in isc_condition_waituntil (c=0xb7f26040, m=0xb7f26010, t=0xb7f26038) at condition.c:59 >#3 0x00451930 in run (uap=0xb7f26008) at timer.c:719 >#4 0x0049453b in start_thread () from /lib/libpthread.so.0 >#5 0x00581efe in clone () from /lib/libc.so.6 > >Thread 2 (process 12004): >#0 0x00130402 in __kernel_vsyscall () >#1 0x0057a991 in select () from /lib/libc.so.6 >#2 0x0046226d in watcher (uap=0xb86123e0) at socket.c:2513 >#3 0x0049453b in start_thread () from /lib/libpthread.so.0 >#4 0x00581efe in clone () from /lib/libc.so.6 > >Thread 1 (process 12002): >#0 0x0015e1c7 in dns_acl_match (reqaddr=0xb751d2b4, reqsigner=0x0, acl=0xb7f50fd8, env=0xb7f2a0a8, match=0xb751d2b0, matchelt=0x0) at acl.c:226 >#1 0xb7f8d2ab in client_newconn (task=0xb7f367c0, event=0xb7f200b8) at client.c:2241 >#2 0x0044f192 in run (uap=0xb7f24008) at task.c:862 >#3 0x0049453b in start_thread () from /lib/libpthread.so.0 >#4 0x00581efe in clone () from /lib/libc.so.6 >Missing separate debuginfos, use: debuginfo-install e2fsprogs.i386 glibc.i686 keyutils.i386 krb5.i386 libselinux.i386 openssl.i686 zlib.i386 >(gdb) > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 446848
: 306030 |
306206