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 420386 - [flump3dec] aborts on failed assertion
[flump3dec] aborts on failed assertion
Status: RESOLVED DUPLICATE of bug 392296
Product: GStreamer
Classification: Platform
Component: dont know
0.10.x
Other All
: Normal critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-20 02:38 UTC by Evan Briones
Modified: 2007-03-20 12:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Evan Briones 2007-03-20 02:38:32 UTC
Steps to reproduce:
Running Ubuntu Feisty
1. gst-launch-0.10 playbin uri=file:///path/to/file/crash.mp3


Stack trace:
Stack trace - I've installed all possible dbg packages for gstreamer 

** ERROR **: file mp3-c.c: line 518 (III_huffman_decode): assertion failed: (i <= SSLIMIT * SBLIMIT)

  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #2 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #3 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #4 g_log
    from /usr/lib/libglib-2.0.so.0
  • #5 g_assert_warning
    from /usr/lib/libglib-2.0.so.0
  • #6 ??
    from /usr/lib/gstreamer-0.10/libgstflump3dec.so
  • #7 ??

I'll attach a report of it playing GST_DEBUG=:*5 

Other information:
Comment 1 Evan Briones 2007-03-20 02:53:01 UTC
Backtrace for all Threads

Thread 7 (Thread -1250280560 (LWP 11305))

  • #0 clone
    from /lib/tls/i686/cmov/libc.so.6
  • #1 ??
  • #2 ??

Thread 5 (Thread -1233495152 (LWP 11303))

  • #0 clone
    from /lib/tls/i686/cmov/libc.so.6
  • #1 ??
  • #2 ??
  • #3 ??
    from /lib/tls/i686/cmov/libpthread.so.0
  • #4 pthread_create
    from /lib/tls/i686/cmov/libpthread.so.0
  • #5 g_thread_create_posix_impl
    at gthread-posix.c line 355
  • #6 IA__g_thread_create_full
    at gthread.c line 619
  • #7 gst_audioringbuffer_acquire
    at gstaudiosink.c line 378
  • #8 gst_ring_buffer_acquire
    at gstringbuffer.c line 612
  • #9 gst_base_audio_sink_setcaps
    at gstbaseaudiosink.c line 425
  • #10 gst_base_sink_pad_setcaps
    at gstbasesink.c line 409
  • #11 gst_pad_set_caps
    at gstpad.c line 2362
  • #12 gst_proxy_pad_do_setcaps
    at gstghostpad.c line 302
  • #13 gst_pad_set_caps
    at gstpad.c line 2362
  • #14 gst_pad_chain_unchecked
    at gstpad.c line 2421
  • #15 gst_pad_push
    at gstpad.c line 3625
  • #16 gst_base_transform_chain
    at gstbasetransform.c line 1571
  • #17 gst_pad_chain_unchecked
    at gstpad.c line 3459
  • #18 gst_pad_push
    at gstpad.c line 3625
  • #19 gst_base_transform_chain
    at gstbasetransform.c line 1571
  • #20 gst_pad_chain_unchecked
    at gstpad.c line 3459
  • #21 gst_pad_push
    at gstpad.c line 3625
  • #22 gst_base_transform_chain
    at gstbasetransform.c line 1571
  • #23 gst_pad_chain_unchecked
    at gstpad.c line 3459
  • #24 gst_pad_push
    at gstpad.c line 3625
  • #25 gst_proxy_pad_do_chain
    at gstghostpad.c line 191
  • #26 gst_pad_chain_unchecked
    at gstpad.c line 3459
  • #27 gst_pad_push
    at gstpad.c line 3625
  • #28 gst_queue_loop
    at gstqueue.c line 810
  • #29 gst_task_func
    at gsttask.c line 192
  • #30 g_thread_pool_thread_proxy
    at gthreadpool.c line 265
  • #31 g_thread_create_proxy
    at gthread.c line 591
  • #32 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #33 clone
    from /lib/tls/i686/cmov/libc.so.6

Comment 2 Jan Schmidt 2007-03-20 10:50:31 UTC

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