GNOME Bugzilla – Bug 414221
Devhelp spits - memory corruption due to late invocation of g_thread_init()...
Last modified: 2007-04-19 07:33:38 UTC
Devhelp spits a MEMORY-WARNING when invoked from gedit plugin ***MEMORY-WARNING***: devhelp[12881]: GSlice: g_thread_init() must be called before all other GLib functions; memory corruption due to late invocation of g_thread_init() has been detected; this program is likely to crash, leak or unexpectedly abort soon... Test case --------- 1) Run gedit (gedit-2.17.4-1.fc7) from command line 2) Enable Devhelp plugin from the preferences 3) Write any small C program 4) Highlight "main" & press F7 to invoke devhelp 5) Check the MEMORY-WARNING on the gnome-terminal
I have devhelp-0.13-3.fc7 installed.
Downstream bug - https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230837
Do you get that warning when running devhelp in a terminal as well?
I can't reproduce and there is no further info, setting as NEEDINFO.
I can reproduce it, will try to track it down.
Fixed in trunk.
Thanks :)