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 386836 - ffdemux_asf: crash in Movie Player
ffdemux_asf: crash in Movie Player
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.x
Other All
: High critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-17 16:37 UTC by camargocar
Modified: 2007-01-08 22:37 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description camargocar 2006-12-17 16:37:30 UTC
Version: 2.16.3

What were you doing when the application crashed?
Observando un video en formato *.asf


Distribution: Fedora Core release 6 (Zod)
Gnome Release: 2.16.0 2006-09-04 (Red Hat, Inc)
BugBuddy Version: 2.16.0

System: Linux 2.6.18-1.2849.fc6 #1 SMP Fri Nov 10 12:36:14 EST 2006 i686
X Vendor: The X.Org Foundation
X Vendor Release: 70101000
Selinux: Enforcing
Accessibility: Disabled
----------- .xsession-errors ---------------------
(nautilus:2685): Eel-WARNING **: Trying to add a callback for preferences/background_set that already exists.
(nautilus:2685): Eel-WARNING **: Trying to add a callback for preferences/background_color that already exists.
(nautilus:2685): Eel-WARNING **: Trying to add a callback for preferences/background_filename that already exists.
(nautilus:2685): Eel-WARNING **: Trying to add a callback for preferences/background_set that already exists.
(nautilus:2685): Eel-WARNING **: Trying to add a callback for preferences/background_color that already exists.
(nautilus:2685): Eel-WARNING **: Trying to add a callback for preferences/background_filename that already exists.
Advertencia del gestor de ventanas: Received a _NET_WM_MOVERESIZE message for 0x3000003 (Tavalia in); these messages lack timestamps and therefore suck.
totem: utils.c:1393: av_seek_frame_binary: La declaración `ts != (0x8000000000000000LL)' no se cumple.
** (bug-buddy:8810): WARNING **: No se pudo cargar el icono para Abrir carpeta
--------------------------------------------------

Memory status: size: 207654912 vsize: 0 resident: 207654912 share: 0 rss: 49901568 rss_rlim: 0
CPU usage: start_time: 1166373094 rtime: 0 utime: 763 stime: 0 cutime:577 cstime: 0 timeout: 186 it_real_value: 0 frequency: 10

Backtrace was generated from '/usr/bin/totem'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1209112880 (LWP 8788)]
[New Thread -1333793904 (LWP 8800)]
[New Thread -1304556656 (LWP 8798)]
[New Thread -1294066800 (LWP 8797)]
[New Thread -1283576944 (LWP 8795)]
[New Thread -1273087088 (LWP 8794)]
[New Thread -1262597232 (LWP 8793)]
[New Thread -1246393456 (LWP 8792)]
[New Thread -1235903600 (LWP 8791)]
(no debugging symbols found)
0x00af4402 in __kernel_vsyscall ()

Thread 7 (Thread -1262597232 (LWP 8793))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 raise
    from /lib/libc.so.6
  • #6 abort
    from /lib/libc.so.6
  • #7 __assert_fail
    from /lib/libc.so.6
  • #8 av_seek_frame_binary
    from /usr/lib/gstreamer-0.10/libgstffmpeg.so
  • #9 asf_init
    from /usr/lib/gstreamer-0.10/libgstffmpeg.so
  • #10 av_seek_frame
    from /usr/lib/gstreamer-0.10/libgstffmpeg.so
  • #11 gst_ffmpegdemux_register
    from /usr/lib/gstreamer-0.10/libgstffmpeg.so
  • #12 gst_task_set_lock
    from /usr/lib/libgstreamer-0.10.so.0
  • #13 g_thread_pool_push
    from /lib/libglib-2.0.so.0
  • #14 g_thread_create_full
    from /lib/libglib-2.0.so.0
  • #15 start_thread
    from /lib/libpthread.so.0
  • #16 clone
    from /lib/libc.so.6

Comment 1 palfrey 2006-12-17 20:36:23 UTC
Looks like a gstreamer bug, reassigning.

Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 Tim-Philipp Müller 2007-01-08 22:37:19 UTC
Looks like an issue with the ffmpeg asf demuxer. Shouldn't happen any longer with the current gst-ffmpeg release (0.10.2), since the demuxer is disabled there. Please install the ASF demuxer from gst-plugins-ugly instead.