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 414221 - Devhelp spits - memory corruption due to late invocation of g_thread_init()...
Devhelp spits - memory corruption due to late invocation of g_thread_init()...
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
0.13
Other Linux
: Normal major
: ---
Assigned To: Mikael Hallendal
Mikael Hallendal
Depends on:
Blocks:
 
 
Reported: 2007-03-03 12:53 UTC by makuchaku (Mayank)
Modified: 2007-04-19 07:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description makuchaku (Mayank) 2007-03-03 12:53:51 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
Comment 1 makuchaku (Mayank) 2007-03-03 12:55:26 UTC
I have devhelp-0.13-3.fc7 installed.
Comment 2 makuchaku (Mayank) 2007-03-03 12:58:53 UTC
Downstream bug - https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=230837
Comment 3 Richard Hult 2007-03-20 20:55:41 UTC
Do you get that warning when running devhelp in a terminal as well?
Comment 4 Richard Hult 2007-04-17 16:33:04 UTC
I can't reproduce and there is no further info, setting as NEEDINFO.
Comment 5 Mikael Hallendal 2007-04-18 20:05:17 UTC
I can reproduce it, will try to track it down.
Comment 6 Mikael Hallendal 2007-04-18 20:13:03 UTC
Fixed in trunk.
Comment 7 makuchaku (Mayank) 2007-04-19 07:33:38 UTC
Thanks :)