[gstreamer-bugs] [Bug 386847] crash in Volume Control: Surfing the net - visiti...

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Dec 19 09:16:05 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=386847

  GStreamer | gstreamer (core) | Ver: 0.10.x





------- Comment #6 from Tim-Philipp Müller  2006-12-19 17:14 UTC -------
> Regarding your second suggestion, there is no crash. I played mp3
> files even, after finishing the procedure.

Shame, thanks for trying.

No idea what the problem is then. The stack trace would seem to indicate a
problem in GLib's GSLice allocator to me then (all our calls to g_object_new()
in gstregistryxml are without additional properties, so it can't be that we're
passing wrong args there). Hard to say without a better stack trace or a way to
reproduce.

There is a whole bunch of similar bugs, all of which are crashes in
g_slice_alloc() from g_type_create_instance(); many of those seem to be from
other panel applets as well.

Couldn't find any bugs in GLib that match this issue though, so chances are
fairly good that this is due to some memory corruption caused shortly before
and throwing off the GLib allocator.

Even more so since I don't see how gst_registry_xml_write_cache() would cause a
new object to be created.

Possibly related:
 - bug #379690: crash in g_free()/free() from gst_registry_xml_write_cache()
 - bug #354483: crash in xmlTextReaderRead() (!!!) from
gst_registry_xml_write_cache()


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list