Comment 18 for bug 742516

Revision history for this message
Peter (peterroots) wrote : Re: gimp-2.6 crashed with SIGSEGV in g_closure_invoke()

Interesting in that the workaround fixes the problem (i.e the gimp starts) but still shows errors on startup, without the seg fault though
Initial try at starting

Notebook-PC:~$ gimp

(gimp:4393): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0
Segmentation fault

Then after the style switch (open and then close the gimp)
Notebook-PC:~$ gimp

(gimp:4475): GLib-WARNING **: /build/buildd/glib2.0-2.28.6/./glib/goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0

(gimp:4475): Gimp-Widgets-WARNING **: gimp_dialog_factory_dispose: stale non-toplevel entries in factory->open_dialogs

Same GLib warning, as initially, which is still present after restoring the Oxygen style (but the gimp still works) - I don't know if this information helps any or is just a more elaborate 'me too'
Peter