Comment 23 for bug 145683

Revision history for this message
Tim Hull (thully) wrote :

Here's the output before the crash...

thully@thully-laptop:/root/network-manager-0.6.5/src$ sudo gdb .libs/lt-NetworkManager
GNU gdb 6.6-debian
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 "i486-linux-gnu"...
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(gdb) run --no-daemon
Starting program: /root/network-manager-0.6.5/src/.libs/lt-NetworkManager --no-daemon
[Thread debugging using libthread_db enabled]
[New Thread -1212664144 (LWP 3388)]
lt-NetworkManager: <info> starting...
lt-NetworkManager: <info> eth0: Device is fully-supported using driver 'sky2'.
[New Thread -1212666992 (LWP 3391)]
lt-NetworkManager: <info> nm_device_init(): waiting for device's worker thread to start
lt-NetworkManager: <info> nm_device_init(): device's worker thread started, continuing.
lt-NetworkManager: <info> Now managing wired Ethernet (802.3) device 'eth0'.
lt-NetworkManager: <info> Deactivating device eth0.
lt-NetworkManager: <info> ath0: Device is fully-supported using driver 'ath_pci'.
[New Thread -1221059696 (LWP 3394)]
lt-NetworkManager: <info> nm_device_init(): waiting for device's worker thread to start
lt-NetworkManager: <info> nm_device_init(): device's worker thread started, continuing.
lt-NetworkManager: <info> Now managing wireless (802.11) device 'ath0'.
lt-NetworkManager: <info> Deactivating device ath0.
lt-NetworkManager: <info> Updating allowed wireless network lists.
lt-NetworkManager: <info> Will activate wired connection 'eth0' because it now has a link.
lt-NetworkManager: <info> SWITCH: no current connection, found better connection 'eth0'.
lt-NetworkManager: <info> Will activate connection 'eth0'.
lt-NetworkManager: <info> Device eth0 activation scheduled...
lt-NetworkManager: <info> Activation (eth0) started...
lt-NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
lt-NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
lt-NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
lt-NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
lt-NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
lt-NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
lt-NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
lt-NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
lt-NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
lt-NetworkManager: <info> Activation (eth0) Beginning DHCP transaction.
lt-NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
lt-NetworkManager: <info> DHCP daemon state is now 12 (successfully started) for interface eth0
lt-NetworkManager: <info> DHCP daemon state is now 1 (starting) for interface eth0
lt-NetworkManager: <info> DHCP daemon state is now 2 (bound) for interface eth0
lt-NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IP Configure Get) scheduled...
lt-NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IP Configure Get) started...
lt-NetworkManager: <info> Retrieved the following IP4 configuration from the DHCP daemon:
lt-NetworkManager: <info> address 141.213.186.86
lt-NetworkManager: <info> netmask 255.255.254.0
lt-NetworkManager: <info> broadcast 141.213.187.255
lt-NetworkManager: <info> gateway 141.213.186.1
lt-NetworkManager: <info> nameserver 141.211.125.17
lt-NetworkManager: <info> nameserver 141.211.144.17
lt-NetworkManager: <info> domain name 'reshall.umich.edu'
lt-NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IP Configure Commit) scheduled...
lt-NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IP Configure Get) complete.
lt-NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IP Configure Commit) started...
lt-NetworkManager: <info> Clearing nscd hosts cache.
lt-NetworkManager: <WARN> nm_spawn_process(): nm_spawn_process('/usr/sbin/nscd -i hosts'): could not spawn process. (Failed to execute child process "/usr/sbin/nscd" (No such file or directory))

lt-NetworkManager: <info> Activation (eth0) successful, device activated.
lt-NetworkManager: <info> Activation (eth0) Finish handler scheduled.
lt-NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete.