Very sorry for the late response, here is the messages log and gdb backtrace log!
Hopefully it will be helpful :)
#0 0x08067673 in is_companion (self=<value optimized out>, other=0x80d3220) at nm-device-olpc-mesh.c:830 #1 0x00954338 in IA__g_cclosure_marshal_VOID__OBJECT (closure=0x80d0be8, return_value=0x0, n_param_values=2, param_values=0x80c0200, invocation_hint=0xbfffe450, marshal_data=0x8067bb0) at gmarshal.c:636 #2 0x00947352 in IA__g_closure_invoke (closure=0x80d0be8, return_value=0x0, n_param_values=2, param_values=0x80c0200, invocation_hint=0xbfffe450) at gclosure.c:767 #3 0x0095ccf0 in signal_emit_unlocked_R (node=<value optimized out>, detail=<value optimized out>, instance=0x80ca410, emission_return=0x0, instance_and_params=0x80c0200) at gsignal.c:3247 #4 0x0095e05d in IA__g_signal_emit_valist (instance=0x80ca410, signal_id=11, detail=0, var_args=0xbfffe610 "\320\4\a\b\20\244\f\b\2") at gsignal.c:2980 #5 0x0095e4e6 in IA__g_signal_emit (instance=0x80ca410, signal_id=11, detail=0) at gsignal.c:3037 #6 0x0808a45d in _nm_marshal_VOID__STRING_STRING_POINTER_POINTER (closure=0x80ca360, return_value=0x0, n_param_values=5, param_values=0x80ca618, invocation_hint=0xbfffe760, marshal_data=0x807a840) at nm-marshal.c:502 #7 0x00947352 in IA__g_closure_invoke (closure=0x80ca360, return_value=0x0, n_param_values=5, param_values=0x80ca618, invocation_hint=0xbfffe760) at gclosure.c:767 #8 0x0095ccf0 in signal_emit_unlocked_R (node=<value optimized out>, detail=<value optimized out>, instance=0x80cc820, emission_return=0x0, instance_and_params=0x80ca618) at gsignal.c:3247 #9 0x0095e05d in IA__g_signal_emit_valist (instance=0x80cc820, signal_id=20, detail=0, var_args=0xbfffe92c "4?\16\b \310\f\b(\335\f\bX/\r\b0\310\f\bX/\r\b\b\347\v\b \310\f\b4?\16\b\300;\f\b>") at gsignal.c:2980 #10 0x0095e4e6 in IA__g_signal_emit (instance=0x80cc820, signal_id=20, detail=0) at gsignal.c:3037 #11 0x0806dac9 in emit_udi_added (self=<value optimized out>, udi=<value optimized out>, creator=<value optimized out>) at nm-hal-manager.c:1284 #12 0x040a13e3 in filter_func (connection=0x80c6558, message=0x80e6008, user_data=0x80cdd28) at libhal.c:1067 #13 0x03f7487d in dbus_connection_dispatch (connection=0x80c6558) at dbus-connection.c:4406 #14 0x040e419d in message_queue_dispatch (source=0x80c6058, callback=0, user_data=0x0) at dbus-gmain.c:101 #15 0x00852308 in g_main_dispatch (context=<value optimized out>) at gmain.c:1824 #16 IA__g_main_context_dispatch (context=<value optimized out>) at gmain.c:2377 #17 0x008559e0 in g_main_context_iterate (context=0x80c3fa0, block=<value optimized out>, dispatch=1, self=0x80bd268) at gmain.c:2455 #18 0x00855e4f in IA__g_main_loop_run (loop=0x80c4020) at gmain.c:2663 #19 0x08073977 in main (argc=1, argv=0xbffff6c4) at NetworkManager.c:559 825 if (!NM_IS_DEVICE_WIFI (other)) 826 return FALSE; 827 828 nm_device_wifi_get_address (NM_DEVICE_WIFI (other), &their_addr); 829 830 if (memcmp (priv->hw_addr.ether_addr_octet, 831 their_addr.ether_addr_octet, ETH_ALEN) != 0) { 832 return FALSE; 833 } 834 835 /* FIXME detect when our companion leaves */ 836 priv->companion = other; 837 838 g_source_remove (priv->device_added_cb); 839 priv->device_added_cb = 0; 840 841 nm_device_state_changed (NM_DEVICE (self), 842 NM_DEVICE_STATE_DISCONNECTED, 843 NM_DEVICE_STATE_REASON_NONE); 844 The program is running. Quit anyway (and kill it)? (y or n)
Apr 5 18:25:35 xo-37-38-0f NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IP Configure Get) complete. Apr 5 18:25:35 xo-37-38-0f NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IP Configure Commit) started... Apr 5 18:25:35 xo-37-38-0f avahi-daemon[1620]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.0.214. Apr 5 18:25:35 xo-37-38-0f avahi-daemon[1620]: New relevant interface eth0.IPv4 for mDNS. Apr 5 18:25:35 xo-37-38-0f avahi-daemon[1620]: Registering new address record for 192.168.0.214 on eth0.IPv4. Apr 5 18:25:35 xo-37-38-0f dhclient: bound to 192.168.0.214 -- renewal in 17330 seconds. Apr 5 18:25:36 xo-37-38-0f NetworkManager: <info> (eth0): device state change: 7 -> 8 (reason 0) Apr 5 18:25:36 xo-37-38-0f NetworkManager: <info> Policy set 'Auto paraguayeduca2' (eth0) as default for routing and DNS. Apr 5 18:25:36 xo-37-38-0f NetworkManager: <info> Activation (eth0) successful, device activated. Apr 5 18:25:36 xo-37-38-0f NetworkManager: <info> Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete. Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.330274] PM: Syncing filesystems ... done. Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.339293] Freezing user space processes ... (elapsed 0.01 seconds) done. Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.354258] Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done. Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.354627] libertas: Not issuing HOST_SLEEP_CFG on XO-1 Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.390962] dcon_source_switch to DCON Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.411967] olpc-dcon: The DCON has control Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.413378] mmc_suspend_host: turning off power on mmc0 Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.413402] sdhci_set_ios: power off for mmc0 from c05c8e7c Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.413477] sdhci-pci 0000:00:0c.1: PME# disabled Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.413654] sdhci_pci_probe: Enable PME set to 0x1a0c108 Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.414951] ehci_hcd 0000:00:0f.5: PME# disabled Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.420503] ohci_hcd 0000:00:0f.4: PME# disabled Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.438967] olpc_do_sleep! Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.438967] ohci_hcd 0000:00:0f.4: PME# disabled Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.438967] ehci_hcd 0000:00:0f.5: PME# disabled Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.846759] sdhci_pci_probe: Enable PME is 0x1a0c008 Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.853480] sdhci_set_power: new power value = 14 Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.864623] ohci_hcd 0000:00:0f.4: PME# disabled Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.899689] sdhci_set_ios: power off for mmc0 from c05c8e7c Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.899707] sdhci_set_power: new power value = 0 Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.958842] usb usb2: root hub lost power or was reset Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.958868] ehci_hcd 0000:00:0f.5: PME# disabled Apr 5 18:28:55 xo-37-38-0f kernel: [ 733.958911] usb usb1: root hub lost power or was reset Apr 5 18:28:55 xo-37-38-0f kernel: [ 734.007360] dcon_source_switch to CPU Apr 5 18:28:55 xo-37-38-0f kernel: [ 734.040782] olpc-dcon: The CPU has control Apr 5 18:28:55 xo-37-38-0f kernel: [ 734.276889] usb 1-2: reset high speed USB device using ehci_hcd and address 6 Apr 5 18:28:55 xo-37-38-0f kernel: [ 734.546894] usb 1-1: reset high speed USB device using ehci_hcd and address 7 Apr 5 18:28:55 xo-37-38-0f kernel: [ 734.698906] libertas: Not issuing HOST_SLEEP_CFG on XO-1 Apr 5 18:28:55 xo-37-38-0f kernel: [ 734.699122] Restarting tasks ... done. Apr 5 18:28:58 xo-37-38-0f kernel: [ 737.706305] libertas: command 0x000b timed out Apr 5 18:28:58 xo-37-38-0f kernel: [ 737.706520] libertas: requeueing command 0x000b due to timeout (#1) Apr 5 18:29:01 xo-37-38-0f kernel: [ 740.703711] libertas: command 0x000b timed out Apr 5 18:29:01 xo-37-38-0f kernel: [ 740.703893] libertas: requeueing command 0x000b due to timeout (#2) Apr 5 18:29:04 xo-37-38-0f kernel: [ 743.706486] libertas: command 0x000b timed out Apr 5 18:29:04 xo-37-38-0f kernel: [ 743.706668] libertas: requeueing command 0x000b due to timeout (#3) Apr 5 18:29:07 xo-37-38-0f kernel: [ 746.703403] libertas: command 0x000b timed out Apr 5 18:29:07 xo-37-38-0f kernel: [ 746.703582] libertas: Excessive timeouts submitting command 0x000b Apr 5 18:29:07 xo-37-38-0f kernel: [ 746.703605] Resetting OLPC wireless via EC... Apr 5 18:29:07 xo-37-38-0f kernel: [ 746.712163] usb 1-1: USB disconnect, address 7 Apr 5 18:29:07 xo-37-38-0f kernel: [ 746.712241] libertas: PREP_CMD: command 0x000b failed: -110 Apr 5 18:29:07 xo-37-38-0f dhclient: receive_packet failed on eth0: Network is down Apr 5 18:29:07 xo-37-38-0f kernel: [ 746.716767] libertas: PREP_CMD: command 0x000b failed: -2 Apr 5 18:29:07 xo-37-38-0f avahi-daemon[1620]: Interface eth0.IPv4 no longer relevant for mDNS. Apr 5 18:29:07 xo-37-38-0f avahi-daemon[1620]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.0.214. Apr 5 18:29:07 xo-37-38-0f avahi-daemon[1620]: querier.c: querier_remove() called but no querier to remove. Apr 5 18:29:07 xo-37-38-0f avahi-daemon[1620]: querier.c: querier_remove() called but no querier to remove. Apr 5 18:29:07 xo-37-38-0f avahi-daemon[1620]: querier.c: querier_remove() called but no querier to remove. Apr 5 18:29:07 xo-37-38-0f avahi-daemon[1620]: querier.c: querier_remove() called but no querier to remove. Apr 5 18:29:07 xo-37-38-0f avahi-daemon[1620]: querier.c: querier_remove() called but no querier to remove. Apr 5 18:29:07 xo-37-38-0f avahi-daemon[1620]: querier.c: querier_remove() called but no querier to remove. Apr 5 18:29:07 xo-37-38-0f avahi-daemon[1620]: querier.c: querier_remove() called but no querier to remove. Apr 5 18:29:07 xo-37-38-0f NetworkManager: <info> (eth0): supplicant connection state: completed -> disconnected Apr 5 18:29:07 xo-37-38-0f avahi-daemon[1620]: querier.c: querier_remove() called but no querier to remove. Apr 5 18:29:07 xo-37-38-0f avahi-daemon[1620]: querier.c: querier_remove() called but no querier to remove. Apr 5 18:29:07 xo-37-38-0f avahi-daemon[1620]: querier.c: querier_remove() called but no querier to remove. Apr 5 18:29:07 xo-37-38-0f avahi-daemon[1620]: Withdrawing address record for fe80::217:c4ff:fe37:380f on eth0. Apr 5 18:29:07 xo-37-38-0f avahi-daemon[1620]: Withdrawing address record for 192.168.0.214 on eth0. Apr 5 18:29:07 xo-37-38-0f kernel: [ 746.763510] libertas: SCAN_CMD failed Apr 5 18:29:07 xo-37-38-0f NetworkManager: <info> (eth0): now unmanaged Apr 5 18:29:07 xo-37-38-0f NetworkManager: <info> (eth0): device state change: 8 -> 1 (reason 36) Apr 5 18:29:07 xo-37-38-0f NetworkManager: <info> (eth0): deactivating device (reason: 36). Apr 5 18:29:07 xo-37-38-0f NetworkManager: <info> eth0: canceled DHCP transaction, dhcp client pid 3191 Apr 5 18:29:07 xo-37-38-0f NetworkManager: nm_system_device_flush_ip4_routes_with_iface: assertion `iface_idx >= 0' failed Apr 5 18:29:07 xo-37-38-0f NetworkManager: nm_system_device_flush_ip4_addresses_with_iface: assertion `iface_idx >= 0' failed Apr 5 18:29:07 xo-37-38-0f NetworkManager: <info> (eth0): cleaning up... Apr 5 18:29:08 xo-37-38-0f nm-dispatcher.action: Error in get_property: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist#012 Apr 5 18:29:08 xo-37-38-0f avahi-daemon[1620]: Withdrawing address record for fe80::217:c4ff:fe37:380f on msh0. Apr 5 18:29:08 xo-37-38-0f NetworkManager: <info> (msh0): now unmanaged Apr 5 18:29:08 xo-37-38-0f NetworkManager: <info> (msh0): device state change: 3 -> 1 (reason 36) Apr 5 18:29:08 xo-37-38-0f NetworkManager: <info> (msh0): cleaning up... Apr 5 18:29:09 xo-37-38-0f kernel: [ 749.073413] usb 1-1: new high speed USB device using ehci_hcd and address 8 Apr 5 18:29:09 xo-37-38-0f kernel: [ 749.231192] usb 1-1: configuration #1 chosen from 1 choice Apr 5 18:29:09 xo-37-38-0f kernel: [ 749.247275] usb 1-1: firmware: requesting usb8388.bin Apr 5 18:29:10 xo-37-38-0f kernel: [ 750.060727] usb8xxx: Firmware ready event received Apr 5 18:29:10 xo-37-38-0f kernel: [ 750.061896] libertas: 00:17:c4:37:38:0f, fw 5.110.22p23, cap 0x000003a3 Apr 5 18:29:10 xo-37-38-0f kernel: [ 750.072710] libertas: eth0: Marvell WLAN 802.11 adapter Apr 5 18:29:10 xo-37-38-0f kernel: [ 750.072710] libertas: Not issuing HOST_SLEEP_CFG on XO-1 Apr 5 18:29:10 xo-37-38-0f kernel: [ 750.072710] libertas: PREP_CMD: command 0x0074 failed: 2 Apr 5 18:29:10 xo-37-38-0f kernel: [ 750.072710] usb8xxx: Firmware does not seem to support PS mode Apr 5 18:29:10 xo-37-38-0f NetworkManager: <info> (msh0): new 802.11 OLPC mesh device (driver: 'usb') Apr 5 18:29:10 xo-37-38-0f NetworkManager: <info> (msh0): exported as /org/freedesktop/Hal/devices/net_00_17_c4_37_38_0f Apr 5 18:29:10 xo-37-38-0f NetworkManager: <info> (eth0): driver supports SSID scans (scan_capa 0x01). Apr 5 18:29:10 xo-37-38-0f NetworkManager: <info> (eth0): new 802.11 WiFi device (driver: 'usb') Apr 5 18:29:10 xo-37-38-0f NetworkManager: <info> (eth0): exported as /org/freedesktop/Hal/devices/net_00_17_c4_37_38_0f_0 Apr 5 18:29:10 xo-37-38-0f NetworkManager: <WARN> nm_signal_handler(): Caught signal 11. Generating backtrace... Apr 5 18:29:10 xo-37-38-0f NetworkManager: ******************* START ********************************** Apr 5 18:29:12 xo-37-38-0f NetworkManager: [Thread debugging using libthread_db enabled] Apr 5 18:29:12 xo-37-38-0f NetworkManager: [New Thread 0xb7716b70 (LWP 3193)] Apr 5 18:29:12 xo-37-38-0f NetworkManager: 0xb7767424 in __kernel_vsyscall () Apr 5 18:29:13 xo-37-38-0f NetworkManager: #0 0xb7767424 in __kernel_vsyscall () Apr 5 18:29:13 xo-37-38-0f NetworkManager: #1 0x007e3e1b in waitpid () from /lib/libpthread.so.0 Apr 5 18:29:13 xo-37-38-0f NetworkManager: #2 0x08078f11 in nm_logging_backtrace () Apr 5 18:29:13 xo-37-38-0f NetworkManager: #3 0x08072ffd in ?? () Apr 5 18:29:13 xo-37-38-0f NetworkManager: #4 <signal handler called> Apr 5 18:29:13 xo-37-38-0f NetworkManager: #5 0x08067a9b in ?? () Apr 5 18:29:13 xo-37-38-0f NetworkManager: #6 0x00954338 in IA__g_cclosure_marshal_VOID__OBJECT (closure=0x85e57b0, Apr 5 18:29:13 xo-37-38-0f NetworkManager: return_value=0x0, n_param_values=2, param_values=0x85d5340, Apr 5 18:29:13 xo-37-38-0f NetworkManager: invocation_hint=0xbf877e20, marshal_data=0x8067fe0) at gmarshal.c:636 Apr 5 18:29:13 xo-37-38-0f NetworkManager: #7 0x00947352 in IA__g_closure_invoke (closure=0x85e57b0, return_value=0x0, Apr 5 18:29:13 xo-37-38-0f NetworkManager: n_param_values=2, param_values=0x85d5340, invocation_hint=0xbf877e20) Apr 5 18:29:13 xo-37-38-0f NetworkManager: at gclosure.c:767 Apr 5 18:29:13 xo-37-38-0f NetworkManager: #8 0x0095ccf0 in signal_emit_unlocked_R (node=<value optimized out>, Apr 5 18:29:13 xo-37-38-0f NetworkManager: detail=<value optimized out>, instance=0x85df410, emission_return=0x0, Apr 5 18:29:13 xo-37-38-0f NetworkManager: instance_and_params=0x85d5340) at gsignal.c:3247 Apr 5 18:29:13 xo-37-38-0f NetworkManager: #9 0x0095e05d in IA__g_signal_emit_valist (instance=0x85df410, signal_id=11, Apr 5 18:29:13 xo-37-38-0f NetworkManager: detail=0, var_args=0xbf877fe0 "\200\t\a\b\20\364]\b\2") at gsignal.c:2980 Apr 5 18:29:13 xo-37-38-0f NetworkManager: #10 0x0095e4e6 in IA__g_signal_emit (instance=0x85df410, signal_id=11, Apr 5 18:29:13 xo-37-38-0f NetworkManager: detail=0) at gsignal.c:3037 Apr 5 18:29:13 xo-37-38-0f NetworkManager: #11 0x0808abcd in _nm_marshal_VOID__STRING_STRING_POINTER_POINTER () Apr 5 18:29:13 xo-37-38-0f NetworkManager: #12 0x00947352 in IA__g_closure_invoke (closure=0x85df378, return_value=0x0, Apr 5 18:29:13 xo-37-38-0f NetworkManager: n_param_values=5, param_values=0x85df618, invocation_hint=0xbf878130) Apr 5 18:29:13 xo-37-38-0f NetworkManager: at gclosure.c:767 Apr 5 18:29:13 xo-37-38-0f NetworkManager: #13 0x0095ccf0 in signal_emit_unlocked_R (node=<value optimized out>, Apr 5 18:29:13 xo-37-38-0f NetworkManager: detail=<value optimized out>, instance=0x85e1420, emission_return=0x0, Apr 5 18:29:13 xo-37-38-0f NetworkManager: instance_and_params=0x85df618) at gsignal.c:3247 Apr 5 18:29:13 xo-37-38-0f NetworkManager: #14 0x0095e05d in IA__g_signal_emit_valist (instance=0x85e1420, signal_id=20, Apr 5 18:29:13 xo-37-38-0f NetworkManager: detail=0, var_args=0xbf8782fc "<\266_\b \24^\bx+^\b") at gsignal.c:2980 Apr 5 18:29:13 xo-37-38-0f NetworkManager: #15 0x0095e4e6 in IA__g_signal_emit (instance=0x85e1420, signal_id=20, Apr 5 18:29:13 xo-37-38-0f NetworkManager: detail=0) at gsignal.c:3037 Apr 5 18:29:13 xo-37-38-0f NetworkManager: #16 0x0806dfc9 in ?? () Apr 5 18:29:17 xo-37-38-0f NetworkManager: #17 0x040a13e3 in filter_func (connection=0x85db3b0, message=0x85dab48, Apr 5 18:29:17 xo-37-38-0f NetworkManager: user_data=0x85e2b78) at libhal.c:1067 Apr 5 18:29:17 xo-37-38-0f NetworkManager: #18 0x03f7487d in dbus_connection_dispatch (connection=0x85db3b0) Apr 5 18:29:17 xo-37-38-0f NetworkManager: at dbus-connection.c:4406 Apr 5 18:29:17 xo-37-38-0f NetworkManager: #19 0x040e419d in message_queue_dispatch (source=0x85daeb0, callback=0, Apr 5 18:29:17 xo-37-38-0f NetworkManager: user_data=0x0) at dbus-gmain.c:101 Apr 5 18:29:17 xo-37-38-0f NetworkManager: #20 0x00852308 in g_main_dispatch (context=<value optimized out>) Apr 5 18:29:17 xo-37-38-0f NetworkManager: at gmain.c:1824 Apr 5 18:29:17 xo-37-38-0f NetworkManager: #21 IA__g_main_context_dispatch (context=<value optimized out>) at gmain.c:2377 Apr 5 18:29:17 xo-37-38-0f NetworkManager: #22 0x008559e0 in g_main_context_iterate (context=0x85d8df8, Apr 5 18:29:17 xo-37-38-0f NetworkManager: block=<value optimized out>, dispatch=1, self=0x85d2240) at gmain.c:2455 Apr 5 18:29:17 xo-37-38-0f NetworkManager: #23 0x00855e4f in IA__g_main_loop_run (loop=0x85d8e78) at gmain.c:2663 Apr 5 18:29:17 xo-37-38-0f NetworkManager: #24 0x08073e47 in main () Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: Thread 2 (Thread 0xb7716b70 (LWP 3193)): Apr 5 18:29:17 xo-37-38-0f NetworkManager: #0 0xb7767424 in __kernel_vsyscall () Apr 5 18:29:17 xo-37-38-0f NetworkManager: No symbol table info available. Apr 5 18:29:17 xo-37-38-0f NetworkManager: #1 0x007e2f6b in read () from /lib/libpthread.so.0 Apr 5 18:29:17 xo-37-38-0f NetworkManager: No locals. Apr 5 18:29:17 xo-37-38-0f NetworkManager: #2 0x0085326a in read (__nbytes=<value optimized out>, Apr 5 18:29:17 xo-37-38-0f NetworkManager: __buf=<value optimized out>, __fd=<value optimized out>) Apr 5 18:29:17 xo-37-38-0f NetworkManager: at /usr/include/bits/unistd.h:45 Apr 5 18:29:17 xo-37-38-0f NetworkManager: No locals. Apr 5 18:29:17 xo-37-38-0f NetworkManager: #3 child_watch_helper_thread (__nbytes=<value optimized out>, Apr 5 18:29:17 xo-37-38-0f NetworkManager: __buf=<value optimized out>, __fd=<value optimized out>) at gmain.c:3686 Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: list = <value optimized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: #4 0x0087ca4f in g_thread_create_proxy (data=0x85f4458) at gthread.c:635 Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: #5 0x007db8f5 in start_thread (arg=0xb7716b70) at pthread_create.c:297 Apr 5 18:29:17 xo-37-38-0f NetworkManager: __res = <value optimized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: __ignore1 = <value optimized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: __ignore2 = <value optimized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: pd = 0xb7716b70 Apr 5 18:29:17 xo-37-38-0f NetworkManager: now = <value optimized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: 4001536, Apr 5 18:29:17 xo-37-38-0f NetworkManager: mask_was_saved = 0}}, Apr 5 18:29:17 xo-37-38-0f NetworkManager: 0x0}, data = {prev = 0x0, Apr 5 18:29:17 xo-37-38-0f NetworkManager: canceltype = 0}}} Apr 5 18:29:17 xo-37-38-0f NetworkManager: not_first_call = <value optimized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: #6 0x0073afce in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130 Apr 5 18:29:17 xo-37-38-0f NetworkManager: No locals. Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: Thread 1 (Thread 0xb7717910 (LWP 3097)): Apr 5 18:29:17 xo-37-38-0f NetworkManager: #0 0xb7767424 in __kernel_vsyscall () Apr 5 18:29:17 xo-37-38-0f NetworkManager: No symbol table info available. Apr 5 18:29:17 xo-37-38-0f NetworkManager: #1 0x007e3e1b in waitpid () from /lib/libpthread.so.0 Apr 5 18:29:17 xo-37-38-0f NetworkManager: No symbol table info available. Apr 5 18:29:17 xo-37-38-0f NetworkManager: #2 0x08078f11 in nm_logging_backtrace () Apr 5 18:29:17 xo-37-38-0f NetworkManager: No symbol table info available. Apr 5 18:29:17 xo-37-38-0f NetworkManager: #3 0x08072ffd in ?? () Apr 5 18:29:17 xo-37-38-0f NetworkManager: No symbol table info available. Apr 5 18:29:17 xo-37-38-0f NetworkManager: #4 <signal handler called> Apr 5 18:29:17 xo-37-38-0f NetworkManager: No symbol table info available. Apr 5 18:29:17 xo-37-38-0f NetworkManager: #5 0x08067a9b in ?? () Apr 5 18:29:17 xo-37-38-0f NetworkManager: No symbol table info available. Apr 5 18:29:17 xo-37-38-0f NetworkManager: #6 0x00954338 in IA__g_cclosure_marshal_VOID__OBJECT (closure=0x85e57b0, Apr 5 18:29:17 xo-37-38-0f NetworkManager: return_value=0x0, n_param_values=2, param_values=0x85d5340, Apr 5 18:29:17 xo-37-38-0f NetworkManager: invocation_hint=0xbf877e20, marshal_data=0x8067fe0) at gmarshal.c:636 Apr 5 18:29:17 xo-37-38-0f NetworkManager: data1 = 0x0 Apr 5 18:29:17 xo-37-38-0f NetworkManager: data2 = <value optimized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: #7 0x00947352 in IA__g_closure_invoke (closure=0x85e57b0, return_value=0x0, Apr 5 18:29:17 xo-37-38-0f NetworkManager: n_param_values=2, param_values=0x85d5340, invocation_hint=0xbf877e20) Apr 5 18:29:17 xo-37-38-0f NetworkManager: at gclosure.c:767 Apr 5 18:29:17 xo-37-38-0f NetworkManager: marshal = 0x8056974 <g_cclosure_marshal_void__obj...@plt> Apr 5 18:29:17 xo-37-38-0f NetworkManager: marshal_data = 0x0 Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: #8 0x0095ccf0 in signal_emit_unlocked_R (node=<value optimized out>, Apr 5 18:29:17 xo-37-38-0f NetworkManager: detail=<value optimized out>, instance=0x85df410, emission_return=0x0, Apr 5 18:29:17 xo-37-38-0f NetworkManager: instance_and_params=0x85d5340) at gsignal.c:3247 Apr 5 18:29:17 xo-37-38-0f NetworkManager: tmp = 0x7df190 Apr 5 18:29:17 xo-37-38-0f NetworkManager: handler = 0x85eb140 Apr 5 18:29:17 xo-37-38-0f NetworkManager: accumulator = 0x0 Apr 5 18:29:17 xo-37-38-0f NetworkManager: emission = {next = 0xbf878128, instance = 0x85df410, ihint = { Apr 5 18:29:17 xo-37-38-0f NetworkManager: run_type = G_SIGNAL_RUN_FIRST}, Apr 5 18:29:17 xo-37-38-0f NetworkManager: chain_type = 4} Apr 5 18:29:17 xo-37-38-0f NetworkManager: class_closure = 0x85d8fe0 Apr 5 18:29:17 xo-37-38-0f NetworkManager: handler_list = 0x7df190 Apr 5 18:29:17 xo-37-38-0f NetworkManager: return_accu = <value optimized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: v_long = 0, Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: v_uint = 0, Apr 5 18:29:17 xo-37-38-0f NetworkManager: v_float = 0, Apr 5 18:29:17 xo-37-38-0f NetworkManager: v_pointer = 0x0}}} Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: #9 0x0095e05d in IA__g_signal_emit_valist (instance=0x85df410, signal_id=11, Apr 5 18:29:17 xo-37-38-0f NetworkManager: detail=0, var_args=0xbf877fe0 "\200\t\a\b\20\364]\b\2") at gsignal.c:2980 Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: node = 0x85de850 Apr 5 18:29:17 xo-37-38-0f NetworkManager: i = <value optimized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: #10 0x0095e4e6 in IA__g_signal_emit (instance=0x85df410, signal_id=11, Apr 5 18:29:17 xo-37-38-0f NetworkManager: detail=0) at gsignal.c:3037 Apr 5 18:29:17 xo-37-38-0f NetworkManager: No locals. Apr 5 18:29:17 xo-37-38-0f NetworkManager: #11 0x0808abcd in _nm_marshal_VOID__STRING_STRING_POINTER_POINTER () Apr 5 18:29:17 xo-37-38-0f NetworkManager: No symbol table info available. Apr 5 18:29:17 xo-37-38-0f NetworkManager: #12 0x00947352 in IA__g_closure_invoke (closure=0x85df378, return_value=0x0, Apr 5 18:29:17 xo-37-38-0f NetworkManager: n_param_values=5, param_values=0x85df618, invocation_hint=0xbf878130) Apr 5 18:29:17 xo-37-38-0f NetworkManager: at gclosure.c:767 Apr 5 18:29:17 xo-37-38-0f NetworkManager: marshal = 0x808ab30 <_nm_marshal_VOID__STRING_STRING_POINTER_POINTER> Apr 5 18:29:17 xo-37-38-0f NetworkManager: marshal_data = 0x0 Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: #13 0x0095ccf0 in signal_emit_unlocked_R (node=<value optimized out>, Apr 5 18:29:17 xo-37-38-0f NetworkManager: detail=<value optimized out>, instance=0x85e1420, emission_return=0x0, Apr 5 18:29:17 xo-37-38-0f NetworkManager: instance_and_params=0x85df618) at gsignal.c:3247 Apr 5 18:29:17 xo-37-38-0f NetworkManager: tmp = 0x7df190 Apr 5 18:29:17 xo-37-38-0f NetworkManager: handler = 0x85d9bc0 Apr 5 18:29:17 xo-37-38-0f NetworkManager: accumulator = 0x0 Apr 5 18:29:17 xo-37-38-0f NetworkManager: signal_id = 20, Apr 5 18:29:17 xo-37-38-0f NetworkManager: state = EMISSION_RUN, Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: class_closure = 0x85dff50 Apr 5 18:29:17 xo-37-38-0f NetworkManager: handler_list = 0x7df190 Apr 5 18:29:17 xo-37-38-0f NetworkManager: return_accu = <value optimized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: v_long = 0, Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: v_uint = 0, Apr 5 18:29:17 xo-37-38-0f NetworkManager: v_float = 0, Apr 5 18:29:17 xo-37-38-0f NetworkManager: v_pointer = 0x0}}} Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: #14 0x0095e05d in IA__g_signal_emit_valist (instance=0x85e1420, signal_id=20, Apr 5 18:29:17 xo-37-38-0f NetworkManager: detail=0, var_args=0xbf8782fc "<\266_\b \24^\bx+^\b") at gsignal.c:2980 Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: node = 0x85d76c8 Apr 5 18:29:17 xo-37-38-0f NetworkManager: i = <value optimized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: #15 0x0095e4e6 in IA__g_signal_emit (instance=0x85e1420, signal_id=20, Apr 5 18:29:17 xo-37-38-0f NetworkManager: detail=0) at gsignal.c:3037 Apr 5 18:29:17 xo-37-38-0f NetworkManager: No locals. Apr 5 18:29:17 xo-37-38-0f NetworkManager: #16 0x0806dfc9 in ?? () Apr 5 18:29:17 xo-37-38-0f NetworkManager: No symbol table info available. Apr 5 18:29:17 xo-37-38-0f NetworkManager: #17 0x040a13e3 in filter_func (connection=0x85db3b0, message=0x85dab48, Apr 5 18:29:17 xo-37-38-0f NetworkManager: user_data=0x85e2b78) at libhal.c:1067 Apr 5 18:29:17 xo-37-38-0f NetworkManager: udi = 0x0 Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: padding1 = 0xbf878478} Apr 5 18:29:17 xo-37-38-0f NetworkManager: #18 0x03f7487d in dbus_connection_dispatch (connection=0x85db3b0) Apr 5 18:29:17 xo-37-38-0f NetworkManager: at dbus-connection.c:4406 Apr 5 18:29:17 xo-37-38-0f NetworkManager: filter = 0x6 Apr 5 18:29:17 xo-37-38-0f NetworkManager: next = 0x0 Apr 5 18:29:17 xo-37-38-0f NetworkManager: message = 0x85dab48 Apr 5 18:29:17 xo-37-38-0f NetworkManager: link = <value optimized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: filter_list_copy = 0x85dae6c Apr 5 18:29:17 xo-37-38-0f NetworkManager: message_link = <value optimized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: result = <value optimized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: ized out> Apr 5 18:29:17 xo-37-38-0f NetworkManager: Apr 5 18:29:17 xo-37-38-0f NetworkManager: #19 0x040e419d in message_queue_dispatch (source=0x85daeb0, callback=0, Apr 5 18:29:17 xo-37-38-0f NetworkManager: user_data=0x0) at dbus-gmain.c:101 Apr 5 18:29:17 xo-37-38-0f NetworkManager: connection = 0x85db3b0 Apr 5 18:29:17 xo-37-38-0f NetworkManager: #20 0x00852308 in g_main_dispatch (context=<value optimized out>) Apr 5 18:29:17 xo-37-38-0f NetworkManager: at gmain.c:1824 Apr 5 18:29:18 xo-37-38-0f NetworkManager: dispatch = 0x40e4170 <message_queue_dispatch> Apr 5 18:29:18 xo-37-38-0f NetworkManager: user_data = 0x0 Apr 5 18:29:18 xo-37-38-0f NetworkManager: callback = 0 Apr 5 18:29:18 xo-37-38-0f NetworkManager: cb_funcs = 0x0 Apr 5 18:29:18 xo-37-38-0f NetworkManager: cb_data = 0x0 Apr 5 18:29:18 xo-37-38-0f NetworkManager: next = 0x0} Apr 5 18:29:18 xo-37-38-0f NetworkManager: source = 0x85daeb0 Apr 5 18:29:18 xo-37-38-0f NetworkManager: current = 0x85d4e98 Apr 5 18:29:18 xo-37-38-0f NetworkManager: Apr 5 18:29:18 xo-37-38-0f NetworkManager: #21 IA__g_main_context_dispatch (context=<value optimized out>) at gmain.c:2377 Apr 5 18:29:18 xo-37-38-0f NetworkManager: No locals. Apr 5 18:29:18 xo-37-38-0f NetworkManager: #22 0x008559e0 in g_main_context_iterate (context=0x85d8df8, Apr 5 18:29:18 xo-37-38-0f NetworkManager: block=<value optimized out>, dispatch=1, self=0x85d2240) at gmain.c:2455 Apr 5 18:29:18 xo-37-38-0f NetworkManager: Apr 5 18:29:18 xo-37-38-0f NetworkManager: Apr 5 18:29:18 xo-37-38-0f NetworkManager: Apr 5 18:29:18 xo-37-38-0f NetworkManager: nfds = <value optimized out> Apr 5 18:29:18 xo-37-38-0f NetworkManager: allocated_nfds = <value optimized out> Apr 5 18:29:18 xo-37-38-0f NetworkManager: fds = <value optimized out> Apr 5 18:29:18 xo-37-38-0f NetworkManager: Apr 5 18:29:18 xo-37-38-0f NetworkManager: #23 0x00855e4f in IA__g_main_loop_run (loop=0x85d8e78) at gmain.c:2663 Apr 5 18:29:18 xo-37-38-0f NetworkManager: self = 0x85d2240 Apr 5 18:29:18 xo-37-38-0f NetworkManager: Apr 5 18:29:18 xo-37-38-0f NetworkManager: #24 0x08073e47 in main () Apr 5 18:29:18 xo-37-38-0f NetworkManager: No symbol table info available. Apr 5 18:29:18 xo-37-38-0f NetworkManager: The program is running. Quit anyway (and detach it)? (y or n) [answered Y; input not from terminal] Apr 5 18:29:18 xo-37-38-0f NetworkManager: ******************* END **********************************
_______________________________________________ Devel mailing list Devel@lists.laptop.org http://lists.laptop.org/listinfo/devel