GNOME Bugzilla – Bug 740841
Crash in g_type_check_instance_is_fundamentally_a() after using the captive portal
Last modified: 2015-01-08 15:44:43 UTC
Created attachment 291708 [details] backtrace with gnome-shell-3.14.2-1.fc21. This has been reported several times on Fedora 21: https://bugzilla.redhat.com/show_bug.cgi?id=1141232 Confirmed with gnome-shell gnome-shell-3.14.2-1.fc21.
Actually I observe this crash consistenly when connecting to a given Wi-Fi network, and even if I close the portal helper window without doing anything in it.
*** Bug 740996 has been marked as a duplicate of this bug. ***
See a different but most likely related backtrace in the duplicate Bug 740996.
Bump! Does anybody care about reproducible crashers in the Shell?
Created attachment 294101 [details] [review] libnm-glib/nm-client: Zero the CheckConnectivityData structure Otherwise, if the caller doesn't provide a cancellable we'll try to access a bogus ccd->cancellable in check_connectivity_data_free() and crash.
Merged the patch to master: http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=8c32ea916ba0c86c4c50d6d4c7b6021adfbfdf02 back-ported to nm-1-0: http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=01f358ec347d841eeed63c497bca56b9e1d673be nm-0-9-10: http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=4e520fe1f3432d8589eab9b70d5830f8737e8c54 nm-0-9-8: http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=8a668126bcd8d27f2152cf56dd831c0a2d49bae3 Thank you
Thanks!