[gstreamer-bugs] [Bug 378130] crash in CD/DVD Creator: add .mpc file to exaile ...

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Dec 18 02:37:07 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=378130

  GStreamer | don't know | Ver: 0.10.x





------- Comment #4 from Tim-Philipp Müller  2006-12-18 10:35 UTC -------
Thanks for the detailed stack trace! Not sure what's going on here though I'm
afraid. If you could make the .mpc file available somewhere (or send it by
e-mail) that would be really useful [*].

Does this crash as well?

  $ gst-launch-0.10 playbin uri=file:///path/to/foo.mpc


If yes, could you also do one or both of these things:


1) create a full debug log with:

  $ export GST_DEBUG_NO_COLOR=1
  $ GST_DEBUG=*:5 gst-launch-0.10 playbin uri=file:///path/to/foo.mpc 2>dbg.log
  $ bzip2 dbg.log

and then attach the dbg.log.bz2 file to this bug report.


2) run things in valgrind (after' sudo apt-get install valgrind')

  $ valgrind gst-launch-0.10 playbin uri=file:///path/to/foo.mpc 2>
valgrind.log

and then attach the valgrind.log file to this bug report.




[*] if it crashes at the beginning, maybe part of the file can reproduce the
problem too:

  $ head --bytes=900k file.mpc > file-beginning.mpc
  $ gst-launch-0.10 playbin uri=file:///path/to/file-beginning.mpc

if the above crashes too, please attach file-beginning.mpc to this bug report
or send it to me by e-mail if possible.


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




More information about the Gstreamer-bugs mailing list