GNOME Bugzilla – Bug 736192
avidemux: some AVI files crash (regression)
Last modified: 2014-09-07 11:56:13 UTC
Some avi files causes gstavi element to crash with a segfault. All programs using gstreamer 1.4.1 are crashing due to this bug p.ex. totem or shotwell. Those AVI are very old, +10 years may be, and were produced by cheap digital cameras from that time. I also reproduced the bug with gst-launch. VLC can reproduce them without major issues. I have some samples to reproduce the bug but they are personal files and I'm not going to upload them. However I can send them individually to some developer. * Backtrace: attached * Distribution: Debian testing * Related packages: ii gstreamer1.0-clutter 2.0.12-1 amd64 Clutter PLugin for GStreamer 1.0 ii gstreamer1.0-libav:amd64 1.4.1-1.1 amd64 libav plugin for GStreamer ii gstreamer1.0-nice:amd64 0.1.7-1 amd64 ICE library (GStreamer plugin) ii gstreamer1.0-plugins-bad:amd64 1.4.1-1 amd64 GStreamer plugins from the "bad" set ii gstreamer1.0-plugins-base:amd64 1.4.1-1 amd64 GStreamer plugins from the "base" set ii gstreamer1.0-plugins-good:amd64 1.4.1-1 amd64 GStreamer plugins from the "good" set ii gstreamer1.0-plugins-ugly:amd64 1.4.1-1 amd64 GStreamer plugins from the "ugly" set ii gstreamer1.0-pulseaudio:amd64 1.4.1-1 amd64 GStreamer plugin for PulseAudio ii gstreamer1.0-x:amd64 1.4.1-1 amd64 GStreamer plugins for X11 and Pango ii libgstreamer1.0-0:amd64 1.4.1-1 amd64 Core GStreamer libraries and elements
Created attachment 285571 [details] Backtrace from gdb
If you could upload them somewhere (dropbox or so) and send me a link that would be appreciated, thanks. The stack trace does not show the actual crash, please use 'thread apply all bt' next time so it shows all threads.
Created attachment 285574 [details] Detailed backtrace
Thanks for the tip for gdb. I uploaded an updated backtrace and send you a link to the sample file.
commit 7271ff253bc982d360c8a644ddbffcd91fc683d7 Author: Tim-Philipp Müller <tim@centricular.com> Date: Sun Sep 7 12:46:08 2014 +0100 avidemux: fix crash with certain videos This is a regression from 1.2 caused by the port to the pad flow combiner. https://bugzilla.gnome.org/show_bug.cgi?id=736192