GNOME Bugzilla – Bug 683270
xdgmime: double free in xdg_mime_init_from_directory()
Last modified: 2012-09-03 14:07:55 UTC
I just updated to GLib master (4d1b0d46dbf3f735a8808d66bc2d30baa9bd3947) and now have this crash *** glibc detected *** /home/cassidy/gnome/empathy/tests/interactive/.libs/lt-test-empathy-roster-model-aggregator: double free or corruption (fasttop): 0x00007fffe000da80 ***
+ Trace 230789
Looks like that's a regression from this commit; reverting it fixes my crash. http://git.gnome.org/browse/glib/commit/?id=4e7031f073db2df7297feab35c9d353b0b3977d8 commit 4e7031f073db2df7297feab35c9d353b0b3977d8 Author: Dan Winship <danw@gnome.org> Date: Fri Aug 24 17:03:35 2012 -0400 xdgmime: plug a small leak https://bugzilla.gnome.org/show_bug.cgi?id=682560
reverted for now