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 301938 - Playing back mp3 crashes gstreamer
Playing back mp3 crashes gstreamer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.8.9
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-25 17:04 UTC by Kjartan Maraas
Modified: 2005-06-30 16:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Kjartan Maraas 2005-04-25 17:04:29 UTC
Backtrace:

Program received signal SIGSEGV, Segmentation fault.

Thread NaN (LWP 6124)

  • #0 IA__g_type_check_instance_cast
    at gtype.c line 3161
  • #1 mp3_type_find
    at gsttypefindfunctions.c line 397
  • #2 gst_type_find_factory_call_function
    at gsttypefind.c line 202
  • #3 simple_find_peek
    from /usr/lib/gstreamer-0.8/libgstmad.so
  • #4 gst_pad_call_chain_function
    at gstpad.c line 4496
  • #5 gst_pad_push
    at gstpad.c line 3298
  • #6 gst_spider_identity_chain
    at gstspideridentity.c line 222
  • #7 loop_group_schedule_function
    at gstoptimalscheduler.c line 1451
  • #8 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 1222
  • #9 gst_opt_scheduler_iterate
    at gstoptimalscheduler.c line 1331
  • #10 gst_scheduler_iterate
    at gstscheduler.c line 744
  • #11 gst_bin_iterate_func
    at gstbin.c line 1246
  • #12 gst_marshal_BOOLEAN__VOID
    at gstmarshal.c line 509
  • #13 g_type_class_meta_marshal
    at gclosure.c line 514
  • #14 IA__g_closure_invoke
    at gclosure.c line 437
  • #15 signal_emit_unlocked_R
    at gsignal.c line 2526
  • #16 IA__g_signal_emit_valist
    at gsignal.c line 2257
  • #17 IA__g_signal_emit
    at gsignal.c line 2291
  • #18 gst_bin_iterate
    at gstbin.c line 1306
  • #19 play_iterate
    at gsr-window.c line 1380
  • #20 g_idle_dispatch
    at gmain.c line 3812
  • #21 IA__g_main_context_dispatch
    at gmain.c line 1933
  • #22 g_main_context_iterate
    at gmain.c line 2564
  • #23 IA__g_main_loop_run
    at gmain.c line 2768
  • #24 IA__gtk_main
    at gtkmain.c line 963
  • #25 main
    at gnome-recorder.c line 240

Comment 1 Kjartan Maraas 2005-04-25 18:59:54 UTC
[kmaraas@localhost gnome]$ rpm -qa | grep gstreamer
gstreamer-plugins-audio-0.8.8-0.fdr.1.3
gstreamer-plugins-devel-0.8.8-5
gstreamer-0.8.9-4
gstreamer-plugins-mp3-0.8.5-0.lvn.2.3
gstreamer-ffmpeg-0.8.4-0.lvn.1.3
gstreamer-plugins-video-0.8.8-0.fdr.1.3
gstreamer-plugins-extra-dvd-0.8.8-0.lvn.1.3
gstreamer-devel-0.8.9-4
gstreamer-tools-0.8.9-4
gstreamer-plugins-0.8.8-5
gstreamer-plugins-extra-video-0.8.8-0.lvn.1.3
gstreamer-plugins-debuginfo-0.8.8-5
gstreamer-debuginfo-0.8.9-4
gstreamer-plugins-extra-audio-0.8.8-0.lvn.1.3
Comment 2 Ronald Bultje 2005-05-02 09:14:56 UTC
Any mp3? Or one specific one (if so, please provide)? Could you have old
versions of core/plugins/* lying around somewhere else?
Comment 3 Kjartan Maraas 2005-05-05 12:11:12 UTC
Fixed by upgrading gstreamer-plugins-mp3 to a 0.8.8 based one.