After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 667095 - Message "Assertion Failed" in the assistant
Message "Assertion Failed" in the assistant
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: wizard
3.3.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2012-01-01 16:50 UTC by Baptiste Mille-Mathias
Modified: 2012-01-17 19:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Baptiste Mille-Mathias 2012-01-01 16:50:32 UTC
In the assistant process, when the PIN code is displayed, if you click "cancel", in the console there is a warning 

Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops != NULL' failed
Comment 1 Bastien Nocera 2012-01-17 19:50:35 UTC
commit 98ef67c77f2dd54a5b93dc5a2e1188f15875d1f8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 17 18:34:27 2012 +0000

    wizard: Fix assertion on exit
    
    No need to call gtk_main_quit(), we'll exit automatically
    when the last window is closed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667095