*** This bug is a duplicate of bug 259503 ***
    https://bugs.launchpad.net/bugs/259503

#0  0x0000000000410dad in nm_device_get_act_request (self=0x103a060) at 
nm-device.c:346
346             return self->priv->act_request;
(gdb) bt


#0  0x0000000000410dad in nm_device_get_act_request (self=0x103a060) at 
nm-device.c:346
#1  0x000000000041a02e in supplicant_iface_connection_state_cb_handler 
(user_data=<value optimized out>)
    at nm-device-wifi.c:2177
#2  0x00007fbbde275ea2 in IA__g_main_context_dispatch (context=0x10277e0) at 
/build/buildd/glib2.0-2.17.7/glib/gmain.c:2073
#3  0x00007fbbde27963d in g_main_context_iterate (context=0x10277e0, block=1, 
dispatch=1, self=<value optimized out>)
    at /build/buildd/glib2.0-2.17.7/glib/gmain.c:2706
#4  0x00007fbbde279b6d in IA__g_main_loop_run (loop=0x10254b0) at 
/build/buildd/glib2.0-2.17.7/glib/gmain.c:2929
#5  0x000000000042611e in main (argc=1, argv=0x7fffe7858418) at 
NetworkManager.c:339


(gdb) bt full
#0  0x0000000000410dad in nm_device_get_act_request (self=0x103a060) at 
nm-device.c:346
        __PRETTY_FUNCTION__ = "nm_device_get_act_request"
#1  0x000000000041a02e in supplicant_iface_connection_state_cb_handler 
(user_data=<value optimized out>)
    at nm-device-wifi.c:2177
        cb_data = (struct state_cb_data *) 0x1023910
        self = (NMDeviceWifi *) 0x103a060
        dev = <value optimized out>
        new_state = 0
        old_state = 2
#2  0x00007fbbde275ea2 in IA__g_main_context_dispatch (context=0x10277e0) at 
/build/buildd/glib2.0-2.17.7/glib/gmain.c:2073
No locals.
#3  0x00007fbbde27963d in g_main_context_iterate (context=0x10277e0, block=1, 
dispatch=1, self=<value optimized out>)
    at /build/buildd/glib2.0-2.17.7/glib/gmain.c:2706
        max_priority = 200
        timeout = 0
        some_ready = 1
        nfds = 3
        allocated_nfds = <value optimized out>
        fds = (GPollFD *) 0x1034080
        __PRETTY_FUNCTION__ = "g_main_context_iterate"
#4  0x00007fbbde279b6d in IA__g_main_loop_run (loop=0x10254b0) at 
/build/buildd/glib2.0-2.17.7/glib/gmain.c:2929
        self = (GThread *) 0x101baa0
        __PRETTY_FUNCTION__ = "IA__g_main_loop_run"
#5  0x000000000042611e in main (argc=1, argv=0x7fffe7858418) at 
NetworkManager.c:339
        opt_ctx = <value optimized out>
        become_daemon = 1
        pidfile = 0x101b850 "/var/run/NetworkManager.pid"
        user_pidfile = 0x0
        success = <value optimized out>
        policy = (NMPolicy *) 0x1032840
        vpn_manager = (NMVPNManager *) 0x10282a0
        named_mgr = <value optimized out>
        dbus_mgr = (NMDBusManager *) 0x101dd80
        sup_mgr = (NMSupplicantManager *) 0x101e040
        options = {{long_name = 0x44e526 "no-daemon", short_name = 0 '\0', 
flags = 0, arg = G_OPTION_ARG_NONE, 
    arg_data = 0x7fffe78582ec, description = 0x44e530 "Don't become a daemon", 
arg_description = 0x0}, {
    long_name = 0x44e546 "pid-file", short_name = 0 '\0', flags = 0, arg = 
G_OPTION_ARG_FILENAME, arg_data = 0x7fffe78582e0, 
    description = 0x44e040 "Specify the location of a PID file", 
arg_description = 0x44e54f "filename"}, {long_name = 0x0, 
    short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, 
description = 0x0, arg_description = 0x0}}
        __PRETTY_FUNCTION__ = "main"
(gdb) 


(gdb) l
341     NMActRequest *
342     nm_device_get_act_request (NMDevice *self)
343     {
344             g_return_val_if_fail (self != NULL, NULL);
345     
346             return self->priv->act_request;
347     }
348     
349     
350     gboolean
(gdb) p self
$1 = (NMDevice *) 0x103a060
(gdb) p self->priv
$2 = (NMDevicePrivate *) 0xaaaaaaaaaaaaaaaa


** This bug has been marked a duplicate of bug 259503
   MASTER NetworkManager 0.7 crashed with SIGSEGV in nm_device_get_act_request()

-- 
NetworkManager crashed with SIGSEGV in nm_device_get_act_request()
https://bugs.launchpad.net/bugs/260184
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to