View Issue Details

IDProjectCategoryView StatusLast Update
0001394libextractorlibextractor main librarypublic2009-02-20 11:54
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeveritytweakReproducibilityrandom
Status closedResolutionfixed 
Product VersionGit master 
Summary0001394: mt_plugintest2 still fails
DescriptionLooks like it crashes randomly when the gtk thumbnailer tries to do g_object_init(). I suspect g_object_init() doesn't like concurrency, and if two threads happen to initialize gtk at the "wrong" time, things go really bad.

I think this is in gobject, where we can do little about it (and where I am not sure the maintainers care).
Additional InformationOnce we migrate to libtool 2, we might be able to work around this by telling libtool to use LOCAL symbol resolution (using advice, see code #if 0'ed in extractor.c.
TagsNo tags attached.

Activities

Christian Grothoff

2009-02-02 08:46

manager   ~0003768

Seems to pass now with libtool2.

Issue History

Date Modified Username Field Change
2008-07-22 03:01 Christian Grothoff New Issue
2009-02-02 08:45 Christian Grothoff Status new => assigned
2009-02-02 08:45 Christian Grothoff Assigned To => Christian Grothoff
2009-02-02 08:46 Christian Grothoff Note Added: 0003768
2009-02-02 08:48 Christian Grothoff Status assigned => resolved
2009-02-02 08:48 Christian Grothoff Resolution open => fixed
2009-02-20 11:54 Christian Grothoff Status resolved => closed