GNOME Bugzilla – Bug 698963
Backtraces from network indicator
Last modified: 2013-09-20 20:22:27 UTC
I get a few of thoses with a VPN connection : JS ERROR: !!! Exception was: TypeError: obj.active is undefined JS ERROR: !!! message = '"obj.active is undefined"' JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"' JS ERROR: !!! lineNumber = '1564' JS ERROR: !!! stack = '"([object GObject_Object])@/usr/share/gnome-shell/js/ui/status/network.js:1564 wrapper([object GObject_Object])@/usr/share/gjs-1.0/lang.js:213 ()@/usr/share/gnome-shell/js/ui/status/network.js:2032 wrapper()@/usr/share/gjs-1.0/lang.js:213 ([object GObject_Object],[object GObject_ParamSpec])@/usr/share/gnome-shell/js/ui/status/network.js:2287 wrapper([object GObject_Object],[object GObject_ParamSpec])@/usr/share/gjs-1.0/lang.js:213 "'
Created attachment 242586 [details] [review] network: fix backtraces with VPN connections
No, that code should never see obj.active == null (ok, if you apply 698962 actually) In what conditions is this happening?
This is caused by the checkConnection issue you've identified in bug 698962, so I'm duping this one to that. *** This bug has been marked as a duplicate of bug 698962 ***