GNOME Bugzilla – Bug 699953
gclosure errors and warnings when running Eclipse in F19 (glib 2.36)
Last modified: 2018-05-24 15:15:38 UTC
How to reproduce: Open Eclipse Juno in Fedora 19 alpha and run SWT ControlExample ( http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/ControlExample.java ) You will get big stack of repeating errors and warnings: (SWT:2267): GLib-GObject-CRITICAL **: g_closure_add_invalidate_notifier: assertion `closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed .... (SWT:2267): GLib-GObject-WARNING **: gclosure.c:697: unable to remove uninstalled invalidation notifier: 0x3bcb61eae0 (0x7f2df5582bf0) .... From my observation this errors are triggered within Control class of SWT (hookEvents() method) http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/bundles/org.eclipse.swt/Eclipse%20SWT/gtk/org/eclipse/swt/widgets/Control.java#n281
I am seeing similar problems on Ubuntu 13.04 (Raring Ringtail).
This bug seems to rather be an Eclipse SWT library bug. Ther is already an Eclipse issue filled here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=419729
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/698.