[Bug 742500] [gstreamer crashed when log was set 4 or larger]
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jan 7 04:09:16 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=742500
GStreamer | gstreamer (core) | 0.10.35
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |t.i.m at zen.co.uk
Resolution| |OBSOLETE
Target Milestone|HEAD |NONE
--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2015-01-07 12:09:09 UTC ---
Thanks for the bug report. However, GStreamer 0.10 is no longer maintained.
Feel free to file a new bug or re-open this bug if you can still reproduce the
issue with a recent version of GStreamer 1.x, thanks!
Looking at the issue itself, it looks like there's some kind of
configure/build-time mismatch.
The debug log string being printed is this:
GST_DEBUG_OBJECT (registry, "adding feature %p (%s)", feature, feature->name);
Which should print a pointer value and a string.
There are no printf extension formats being used here, yet the crash ends up in
_gst_info_printf_extension_*. I have no idea why that would be the case.
You can try if the patch/commit from
https://bugzilla.gnome.org/show_bug.cgi?id=638599 helps, otherwise I'm out of
ideas, sorry.
This should no longer be an issue in recent 1.x versions, since we do this
differently there (with our own printf implementation).
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list