Comment 3 for bug 850935

Revision history for this message
Steve Magoun (smagoun) wrote :

Backtrace via GDB:

steve@steve-laptop:~$ sudo gdb
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>.
(gdb) attach 291
Attaching to process 291
Reading symbols from /sbin/upstart-udev-bridge...(no debugging symbols found)...done.
Reading symbols from /lib/libnih.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libnih.so.1
Reading symbols from /lib/libnih-dbus.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libnih-dbus.so.1
Reading symbols from /lib/x86_64-linux-gnu/libdbus-1.so.3...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libdbus-1.so.3
Reading symbols from /lib/x86_64-linux-gnu/libudev.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libudev.so.0
Reading symbols from /lib/x86_64-linux-gnu/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libc.so.6
Reading symbols from /lib/x86_64-linux-gnu/librt.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/librt.so.1
Reading symbols from /lib/x86_64-linux-gnu/libpthread.so.0...(no debugging symbols found)...done.
[Thread debugging using libthread_db enabled]
Loaded symbols for /lib/x86_64-linux-gnu/libpthread.so.0
Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
0x00007fee20388bf0 in write () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) thread apply all bt

Thread 1 (Thread 0x7fee210c0720 (LWP 291)):
#0 0x00007fee20388bf0 in write () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fee203285f3 in _IO_file_write () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00007fee203284ba in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#3 0x00007fee20328f6e in _IO_file_xsputn () from /lib/x86_64-linux-gnu/libc.so.6
#4 0x00007fee203015f6 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#5 0x00007fee202fc6ee in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6
#6 0x00007fee203ac0db in __fprintf_chk () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x00007fee20887e34 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#8 0x00007fee2087add2 in dbus_message_iter_append_basic () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#9 0x00007fee210effb0 in ?? ()
#10 0x00007fee210ed195 in ?? ()
#11 0x00007fee20cb843b in nih_io_handle_fds () from /lib/libnih.so.1
#12 0x00007fee20cbc365 in nih_main_loop () from /lib/libnih.so.1
#13 0x00007fee202d630d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#14 0x00007fee210eccb1 in ?? ()
#15 0x00007fffcb412578 in ?? ()
#16 0x000000000000001c in ?? ()
#17 0x0000000000000002 in ?? ()
#18 0x00007fffcb413f17 in ?? ()
---Type <return> to continue, or q <return> to quit---
#19 0x00007fffcb413f2b in ?? ()
#20 0x0000000000000000 in ?? ()
(gdb) quit