[gstreamer-bugs] [Bug 338511] "Could not get track start position"

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Apr 14 11:03:05 PDT 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=338511
 GStreamer | gst-plugins-base | Ver: 0.10.5


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|gstreamer (core)            |gst-plugins-base




------- Comment #1 from Tim-Philipp Müller  2006-04-14 18:03 UTC -------
Could you get us a full stack trace from when it crashes please:

 $ gdb sound-juicer
 Welcome to the GNU debugger bla bla bla...
 (gdb) run
 ... wait for crash ...
 (gdb) thread apply all bt
 ... paste the output ...
 (gdb) kill


What might also be useful is a debug log from before the warning appears:

  $ export GST_DEBUG_NO_COLOR=1
  $ export GST_DEBUG=*:5
  $ export G_DEBUG=fatal_warnings
  $ sound-juicer 2> dbg.log
  ... try to do what you do to produce the
      'Could not get track start position'
      warning
  ... wait until it ABORTs (crashes)
  $ gzip dbg.log


-- 
Configure bugmail: http://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