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 427082 - [fixed upstream] totem crashes when trying to play an .AIF
[fixed upstream] totem crashes when trying to play an .AIF
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.2
Other Linux
: Normal normal
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-06 21:38 UTC by Sebastien Bacher
Modified: 2007-12-17 12:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sebastien Bacher 2007-04-06 21:38:43 UTC
The bug has been opened on https://bugs.launchpad.net/bugs/103443

"Binary package hint: totem

I tried loading the attached .AIF file (from Dinosaur Comics) and totem crashes with a floating point exception.
...
http://librarian.launchpad.net/7175227/cheers_cover.aif
Cover of Cheers from Dinosaur Comics

The cover of Cheers from Dinosaur Comics. Run with totem and crashes will ensue!"

Debug backtrace for the crash:


411         res = av_get_packet(&s->pb, pkt, (MAX_SIZE / st->codec->block_align) * st->codec->block_align);
(gdb) thread apply all bt full

Thread 7 (Thread -1292457072 (LWP 1340))

  • #0 aiff_read_packet
    at aiff.c line 411
  • #1 av_read_packet
    at utils.c line 549
  • #2 av_read_frame_internal
    at utils.c line 805
  • #3 av_find_stream_info
    at utils.c line 1824
  • #4 gst_ffmpegdemux_loop
    at gstffmpegdemux.c line 1000
  • #5 gst_task_func
    at gsttask.c line 192
  • #6 g_thread_pool_thread_proxy
    at gthreadpool.c line 265
  • #7 g_thread_create_proxy
    at gthread.c line 591
  • #8 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #9 clone
    from /lib/tls/i686/cmov/libc.so.6
...
Comment 1 Luca Barbato 2007-06-27 09:15:17 UTC
Fixed in ffmpeg in

http://svn.mplayerhq.hu/ffmpeg?view=rev&revision=9428
Comment 2 Edward Hervey 2007-08-14 14:52:42 UTC
lowering severity since it will be fixed in next mirror update.
Comment 3 Edward Hervey 2007-12-17 12:47:25 UTC
fixed thanks to new build system.