GNOME Bugzilla – Bug 735932
Crash when turning on airplane mode
Last modified: 2014-09-03 16:16:57 UTC
* Visit the network panel * Turn off the fake wifi hotspot (see bug #723643 -- no matter what I do, the network panel reports I'm running a wifi hotspot...) * Exit the panel and return. The fake wifi hotspot is back. Turn it off again. * Click the airplane mode toggle to turn on airplane mode. Crash. (Alas, not reliably reproducible, but not uncommon either.)
+ Trace 234042
Created attachment 285248 [details] [review] network: Fix possible crash when wireless-enabled changes The device we're handling might have disappeared already, but we're listening on the NMClient object, which is still alive.
Created attachment 285249 [details] [review] network: Fix more potential crashers for WWAN And virtual devices. Again, listening on the long-lasting client object but expecting the user_data (the object) to be around when it might have been destroyed already.
Attachment 285248 [details] pushed as a19c7ec - network: Fix possible crash when wireless-enabled changes Attachment 285249 [details] pushed as c515a6e - network: Fix more potential crashers for WWAN