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 233521 Details for
Bug 336601
bind segfaults when incorrectly configured to use dbus
[?]
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.
gdb log
bind-9.5.0-15.1-segfault.txt (text/plain), 5.38 KB, created by
Milan Broz
on 2007-10-20 19:09:43 UTC
(
hide
)
Description:
gdb log
Filename:
MIME Type:
Creator:
Milan Broz
Created:
2007-10-20 19:09:43 UTC
Size:
5.38 KB
patch
obsolete
>20-Oct-2007 21:00:23.222 starting BIND 9.5.0a6 -D -g -u named >20-Oct-2007 21:00:23.223 found 2 CPUs, using 2 worker threads >[New Thread -1208947824 (LWP 8581)] >[New Thread -1219437680 (LWP 8582)] >[New Thread -1229927536 (LWP 8583)] >[New Thread -1240417392 (LWP 8584)] >20-Oct-2007 21:00:23.227 SDB ldap zone database module loaded. >20-Oct-2007 21:00:23.227 SDB postgreSQL DB zone database module loaded. >20-Oct-2007 21:00:23.228 SDB sqlite3 DB zone database module loaded. >20-Oct-2007 21:00:23.228 SDB directory DB zone database module loaded. >20-Oct-2007 21:00:23.230 loading configuration from '/etc/named.conf' >20-Oct-2007 21:00:23.231 listening on IPv4 interface lo, 127.0.0.1#53 >20-Oct-2007 21:00:23.233 listening on IPv4 interface eth0, 192.168.2.12#53 >20-Oct-2007 21:00:23.234 listening on IPv4 interface vmnet1, 172.16.181.1#53 >20-Oct-2007 21:00:23.235 listening on IPv4 interface vmnet8, 172.16.191.1#53 >20-Oct-2007 21:00:23.239 automatic empty zone: 127.IN-ADDR.ARPA >20-Oct-2007 21:00:23.239 automatic empty zone: 254.169.IN-ADDR.ARPA >20-Oct-2007 21:00:23.239 automatic empty zone: 2.0.192.IN-ADDR.ARPA >20-Oct-2007 21:00:23.239 automatic empty zone: 255.255.255.255.IN-ADDR.ARPA >20-Oct-2007 21:00:23.239 automatic empty zone: 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA >20-Oct-2007 21:00:23.240 automatic empty zone: 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA >20-Oct-2007 21:00:23.240 automatic empty zone: D.F.IP6.ARPA >20-Oct-2007 21:00:23.240 automatic empty zone: 8.E.F.IP6.ARPA >20-Oct-2007 21:00:23.240 automatic empty zone: 9.E.F.IP6.ARPA >20-Oct-2007 21:00:23.240 automatic empty zone: A.E.F.IP6.ARPA >20-Oct-2007 21:00:23.240 automatic empty zone: B.E.F.IP6.ARPA >20-Oct-2007 21:00:23.243 command channel listening on 127.0.0.1#953 >20-Oct-2007 21:00:23.243 ignoring config file logging statement due to -g option >20-Oct-2007 21:00:23.254 zone 0.0.127.in-addr.arpa/IN: loaded serial 0 > >Program received signal SIGSEGV, Segmentation fault. >[Switching to Thread -1219437680 (LWP 8582)] >0x0044c27f in destroy (sockp=0xb750d2a0) at socket.c:1264 >1264 ISC_LIST_UNLINK(manager->socklist, sock, link); >(gdb) info threads > 6 Thread -1240417392 (LWP 8584) 0x0012d402 in __kernel_vsyscall () > 5 Thread -1229927536 (LWP 8583) 0x0012d402 in __kernel_vsyscall () >* 4 Thread -1219437680 (LWP 8582) 0x0044c27f in destroy (sockp=0xb750d2a0) at socket.c:1264 > 3 Thread -1208947824 (LWP 8581) _dbus_watch_invalidate (watch=0x0) at dbus-watch.c:147 > 2 Thread -1208678640 (LWP 8580) 0x0012d402 in __kernel_vsyscall () > 1 LWP 8580 0x0012d402 in __kernel_vsyscall () >(gdb) thread 3 >[Switching to thread 3 (Thread -1208947824 (LWP 8581))]#0 _dbus_watch_invalidate (watch=0x0) at dbus-watch.c:147 >147 watch->fd = -1; >(gdb) bt >#0 _dbus_watch_invalidate (watch=0x0) at dbus-watch.c:147 >#1 0x0091692a in free_watches (transport=<value optimized out>) at dbus-transport-socket.c:82 >#2 0x009169a1 in socket_disconnect (transport=0xb9d57e08) at dbus-transport-socket.c:903 >#3 0x00914849 in _dbus_transport_disconnect (transport=0xb9d57e08) at dbus-transport.c:480 >#4 0x0091533e in _dbus_transport_queue_messages (transport=0xb9d57e08) at dbus-transport.c:1123 >#5 0x009001a4 in _dbus_connection_get_dispatch_status_unlocked (connection=0xb9d58248) at dbus-connection.c:3927 >#6 0x00901dc0 in check_for_reply_and_update_dispatch_unlocked (connection=0xb9d58248, pending=0xb9d57f20) at dbus-connection.c:2193 >#7 0x00901f1c in _dbus_connection_block_pending_call (pending=0xb9d57f20) at dbus-connection.c:2294 >#8 0x0090ea11 in dbus_pending_call_block (pending=0x0) at dbus-pending-call.c:707 >#9 0x00901341 in dbus_connection_send_with_reply_and_block (connection=0xb9d58248, message=0xb9d58480, timeout_milliseconds=-1, error=0xb7f0e258) > at dbus-connection.c:3269 >#10 0x008fb28a in send_no_return_values (connection=0xb9d58248, msg=0xb9d58480, error=0x1) at dbus-bus.c:1360 >#11 0x008fb46d in dbus_bus_add_match (connection=0xb9d58248, rule=0xb7fe25f0 "type=signal,path=/org/freedesktop/DBus,member=NameOwnerChanged", > error=0xb7f0e258) at dbus-bus.c:1479 >#12 0xb7fc380d in dbus_svc_add_filter (cs=0xb9d59b18, mh=0xb7fc7c70 <dbus_mgr_message_handler>, obj=0xb7f49698, n_matches=3) at ./dbus_service.c:191 >#13 0xb7fc4c1b in dbus_mgr_init_dbus (mgr=0xb7f49698) at dbus_mgr.c:329 >#14 0xb7fc4fe7 in dbus_mgr_create (mctx=0xb9b06520, taskmgr=0xb7f13008, socketmgr=0xb9b0ff38, timermgr=0xb7f14008, dbus_mgr=0xb7f191a0) at dbus_mgr.c:269 >#15 0xb7fab6aa in run_server (task=0xb7f24008, event=0x0) at server.c:3615 >#16 0x004403f2 in run (uap=0xb7f13008) at task.c:874 >#17 0x008df50b in start_thread () from /lib/libpthread.so.0 >#18 0x00a05b2e in clone () from /lib/libc.so.6 >(gdb) thread 4 >[Switching to thread 4 (Thread -1219437680 (LWP 8582))]#0 0x0044c27f in destroy (sockp=0xb750d2a0) at socket.c:1264 >1264 ISC_LIST_UNLINK(manager->socklist, sock, link); >(gdb) bt >#0 0x0044c27f in destroy (sockp=0xb750d2a0) at socket.c:1264 >#1 0x0044c4a9 in isc_socket_fd_handle_selected (sock=0xb52735c8, dev=0x0) at socket.c:4271 >#2 0xb7fc40c4 in dbus_mgr_close_socket (p=0xb9d57de0, which=leaf, level=0) at dbus_mgr.c:2444 >#3 0x00a03bb0 in trecurse () from /lib/libc.so.6 >#4 0xb7fc4673 in dbus_mgr_handle_dbus_shutdown_event (t=0xb7f4b620, ev=0x0) at dbus_mgr.c:488 >#5 0x004403f2 in run (uap=0xb7f13008) at task.c:874 >#6 0x008df50b in start_thread () from /lib/libpthread.so.0 >#7 0x00a05b2e in clone () from /lib/libc.so.6
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 336601
:
230311
| 233521