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 560117 - Crash with decodebin (in qtdemux?) when playing mp4/h264/aac+ file
Crash with decodebin (in qtdemux?) when playing mp4/h264/aac+ file
Status: RESOLVED DUPLICATE of bug 533427
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.7
Other All
: Normal critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-10 09:23 UTC by Florent Thiéry
Modified: 2008-11-10 09:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Florent Thiéry 2008-11-10 09:23:46 UTC
Steps to reproduce:
1. open the file multiple times (typical: https://flowty-public-dev.s3.amazonaws.com/2008-10-22_20-42-59.mp4)
2. it randomly crashes


Stack trace:
0x00000000 in ?? ()
(gdb) bt
  • #0 ??
  • #1 g_object_set
    from /usr/lib/libgobject-2.0.so.0
  • #2 ??
    from /usr/lib/gstreamer-0.10/libgstplaybin.so
  • #3 ??
    from /usr/lib/gstreamer-0.10/libgstplaybin.so
  • #4 ??
    from /usr/lib/gstreamer-0.10/libgstplaybin.so
  • #5 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #6 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #7 ??
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #10 gst_element_no_more_pads
    from /usr/lib/libgstreamer-0.10.so.0
  • #11 ??
    from /usr/lib/gstreamer-0.10/libgstdecodebin.so
  • #12 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #14 ??
    from /usr/lib/libgobject-2.0.so.0
  • #15 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #16 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #17 gst_element_no_more_pads
    from /usr/lib/libgstreamer-0.10.so.0
  • #18 ??
    from /usr/lib/gstreamer-0.10/libgstqtdemux.so


Other information:
Comment 1 Sebastian Dröge (slomo) 2008-11-10 09:27:55 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 533427 ***