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 378524 - Gtk::UIManager crashes when exceptions are disabled
Gtk::UIManager crashes when exceptions are disabled
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: general
unspecified
Other All
: Normal major
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2006-11-23 15:58 UTC by Johannes Schmid
Modified: 2006-11-24 19:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix error handling (1.25 KB, patch)
2006-11-23 15:59 UTC, Johannes Schmid
committed Details | Review

Description Johannes Schmid 2006-11-23 15:58:15 UTC
There is a bug in add_ui_from_string which will always lead to a g_assert() when exceptions are disabled.
Comment 1 Johannes Schmid 2006-11-23 15:59:07 UTC
Created attachment 77064 [details] [review]
Patch to fix error handling
Comment 2 Murray Cumming 2006-11-23 16:30:36 UTC
Excellent. Please go ahead and commit to gtkmm-2-6, gtkmm-2-8, and HEAD.
Comment 3 Johannes Schmid 2006-11-24 19:18:36 UTC
Committed to gtkmm-2-6, gtkmm-2-8 and HEAD!