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 391263 - plugin viewer crashes
plugin viewer crashes
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
unspecified
Other Linux
: Normal critical
: ---
Assigned To: totem-browser-maint
totem-browser-maint
Depends on:
Blocks:
 
 
Reported: 2006-12-31 11:22 UTC by Christian Persch
Modified: 2007-01-11 17:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2006-12-31 11:22:31 UTC
Using latest glib HEAD, the plugin viewer crashes on startup:

***MEMORY-ERROR***: [31310]: GSlice: g_thread_init() must be called before GSlice is used, memory corrupted...
Comment 1 Bastien Nocera 2007-01-11 15:13:46 UTC
Do totem, or the bvw-test have this problem?
Comment 2 Christian Persch 2007-01-11 16:19:33 UTC
It's the infamous gslice problem, see gtk-devel-list. In latest glib it was changed to a critical warning (but it still indicates a grave bug).

Totem itself calls g_thread_init early enough.
Comment 3 Bastien Nocera 2007-01-11 17:03:09 UTC
Hopefully...

2007-01-11  Bastien Nocera  <hadess@hadess.net>

        * browser-plugin/totem-plugin-viewer.c: (main):
        Call g_thread_init() as soon as possible (Closes: #391263)