GNOME Bugzilla – Bug 693945
errors at exit
Last modified: 2013-02-16 15:07:01 UTC
We are getting an error at exit. JS ERROR: !!! Exception was: Error: No signal connection 4 found JS ERROR: !!! message = '"No signal connection 4 found"' JS ERROR: !!! fileName = '"/opt/gnome/share/gjs-1.0/signals.js"' JS ERROR: !!! lineNumber = '74' JS ERROR: !!! stack = '"_disconnect(4)@/opt/gnome/share/gjs-1.0/signals.js:74 ([object GObject_Object])@/opt/gnome/share/gnome-documents/js/mainToolbar.js:101 start()@/opt/gnome/share/gnome-documents/js/main.js:29 @<command line>:1 What seems to be happening is that when the overview toolbar is destroyed it is trying to disconnect the signals it connected to the selectionController etc. However, when the main window is destroyed it already disconnected all signals from that object.
Pushed a fix for this to master.