After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 385048 - [qtdemux] Crash on a mp4 file in qtdemux_parse_trak
[qtdemux] Crash on a mp4 file in qtdemux_parse_trak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.3
Other Linux
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-12 13:14 UTC by Sebastian Dröge (slomo)
Modified: 2006-12-14 10:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2006-12-12 13:14:26 UTC
Hi,
qtdemux from plugins-bad as of 20060918 at least crashes on http://www.blender3d.com/cms/fileadmin/bconf06/bc06-2010-02-ed.mp4.torrent in qtdemux_parse_trak. Backtrace:

Program received signal SIGSEGV, Segmentation fault.

Thread NaN (LWP 28614)

  • #0 qtdemux_parse_trak
    at qtdemux.c line 3574
  • #1 qtdemux_parse_tree
    at qtdemux.c line 3105
  • #2 gst_qtdemux_loop_state_header
    at qtdemux.c line 1036
  • #3 gst_qtdemux_loop
    at qtdemux.c line 1410
  • #4 gst_task_func
    at gsttask.c line 192
  • #5 g_thread_pool_thread_proxy
    at gthreadpool.c line 265
  • #6 g_thread_create_proxy
    at gthread.c line 553
  • #7 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #8 clone
    from /lib/tls/i686/cmov/libc.so.6



Ubuntu Bug: https://launchpad.net/distros/ubuntu/+source/gst-plugins-bad0.10/+bug/73823

Bye
Comment 1 Tim-Philipp Müller 2006-12-12 14:35:13 UTC
Can't reproduce this, not with -bad CVS nor with gstreamer0.10-plugins-bad from edgy (ie the version mentioned above). Runs valgrind clean too.

Could you re-try with CVS please?

Also, in gdb, could you do:

 (gdb) print stco
and
 (gdb) print j

when it crashes?

Comment 2 Sebastian Dröge (slomo) 2006-12-14 10:29:54 UTC
Seems that this has fixed itself somehow now by one of the other gstreamer updates in the last days...