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 124632 - gst_mad_update_info error
gst_mad_update_info error
Status: VERIFIED DUPLICATE of bug 122996
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.x
Other Linux
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-15 06:33 UTC by Quatre
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Quatre 2003-10-15 06:33:51 UTC
Here's what the debugger gives me when I seek in a certain MP3 file with
rhythmbox:
  • #0 gst_mad_update_info
    from /usr/lib/gstreamer-0.6/libgstmad.so
  • #1 ??

Comment 1 Jon Dufresne 2004-02-20 16:17:15 UTC
I believe mine is segfaulting for the same reason I upgraded to
version 0.7.4 and am still receiving it, here is my trace

(gdb) bt
  • #0 gst_mad_update_info
    from /usr/lib/gstreamer-0.6/libgstmad.so
  • #1 gst_mad_chain
    from /usr/lib/gstreamer-0.6/libgstmad.so
  • #2 gst_pad_push
    at gstpad.c line 2273
  • #3 get_group_schedule_function
    at gstoptimalscheduler.c line 1015
  • #4 schedule_group
    at gstoptimalscheduler.c line 888
  • #5 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 921
  • #6 schedule_chain
    at gstoptimalscheduler.c line 968
  • #7 gst_opt_scheduler_iterate
    at gstoptimalscheduler.c line 2124
  • #8 gst_scheduler_iterate
    at gstscheduler.c line 732
  • #9 gst_bin_iterate_func
    at gstbin.c line 903
  • #10 gst_bin_iterate
    at gstbin.c line 948
  • #11 gst_thread_main_loop
    at gstthread.c line 723
  • #12 g_thread_create_proxy
    from /usr/lib/libglib-2.0.so.0
  • #13 pthread_start_thread
    from /lib/libpthread.so.0
  • #14 pthread_start_thread_event
    from /lib/libpthread.so.0
  • #15 clone
    from /lib/libc.so.6

Comment 2 Elijah Newren 2004-02-20 16:37:25 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.

Oh, and thanks for the stack trace with debugging symbols.  I'll point
it out in bug 122996.

*** This bug has been marked as a duplicate of 122996 ***
Comment 3 Thomas Vander Stichele 2004-02-24 16:55:36 UTC
Jon Dufresne says he had upgraded to 0.7.4, however he probably didn't
recompile rhythmbox as the backtrace clearly shows it's using 0.6 plugins.
Comment 4 Thomas Vander Stichele 2004-02-24 16:56:49 UTC
... and it is fixed in CVS - reopen if it does not work for you.