GNOME Bugzilla – Bug 747785
segfault in add_menu_item: devinfo object is NULL.
Last modified: 2015-08-10 12:47:20 UTC
As reported downstream: https://bugzilla.redhat.com/show_bug.cgi?id=1181128 https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/1418260 Looks like nm-applet sometimes will crash in the code for broadband modems, due to a missing devinfo struct for the device. Seems to me like this shouldn't ever happen if the devices get properly found and populated as nm-applet starts (or as they appear), but it does.
+ Trace 234965
it's not ubuntu specific, similar reports on fedora are shown on https://retrace.fedoraproject.org/faf/reports/352711/
It seems that bug rh1181128 is already fixed by https://admin.fedoraproject.org/updates/network-manager-applet-0.9.10.3-1.git20150511.36c8684.fc21 According to https://bugzilla.redhat.com/show_bug.cgi?id=1199288, the following to commits on master fix it: https://git.gnome.org/browse/network-manager-applet/commit/?id=98dc7a7657b2609fcac05134db99455a9de6610a https://git.gnome.org/browse/network-manager-applet/commit/?id=ef2d9f5b9ec073212e2ec161a20160118085d095 (both commits were also backported to nma-1-0 branch). Closing BZ, please reopen if the patches don't fix the issue.