[gstreamer-bugs] [Bug 628768] VRAWDEPAY crashes on launch -- heap corruption

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 6 07:46:57 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=628768
  GStreamer | gst-plugins-good | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-09-06 14:46:54 UTC ---
I can't reproduce this here either.

Could you install the appropriate GStreamer packages with debugging information
 (on ubuntu/debian, these would be: libgstreamer0.10-0-dbg
gstreamer0.10-plugins-base-dbg gstreamer0.10-plugins-good-dbg) and then try
running the pipeline in gdb, like:

 $ gdb --args /usr/bin/gst-launch-0.10 <pipeline>
 (wait for crash, then type: (gdb) thread apply all bt)

A valgrind log might also be useful:

 $ G_SLICE=always-malloc valgrind /usr/bin/gst-launch-0.10 <pipeline>  2>
valgrind.log

-- 
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