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 481797 - rhythmbox-metadata crashed with SIGSEGV
rhythmbox-metadata crashed with SIGSEGV
Status: RESOLVED NOTGNOME
Product: rhythmbox
Classification: Other
Component: general
0.11.x
Other All
: Normal critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-30 08:04 UTC by Jérôme Guelfucci
Modified: 2007-10-01 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jérôme Guelfucci 2007-09-30 08:04:42 UTC
Steps to reproduce:
While I was playing some music I was also importing a map with music and suddenly this error came. While this report came up the program still keeps on playing.

Stack trace:
  • #0 sbc_typefind
    at gstbluetooth.c line 41
  • #1 gst_type_find_factory_call_function
    at gsttypefindfactory.c line 243
  • #2 gst_type_find_helper_get_range
    at gsttypefindhelper.c line 238
  • #3 gst_type_find_element_activate
    at gsttypefindelement.c line 719
  • #4 gst_pad_set_active
    at gstpad.c line 648
  • #5 activate_pads
    at gstelement.c line 2486
  • #6 gst_iterator_fold
    at gstiterator.c line 503
  • #7 iterator_activate_fold_with_resync
    at gstelement.c line 2518
  • #8 gst_element_pads_activate
    at gstelement.c line 2561
  • #9 gst_element_change_state_func
    at gstelement.c line 2626
  • #10 gst_type_find_element_change_state
    at gsttypefindelement.c line 768
  • #11 gst_element_change_state
    at gstelement.c line 2402
  • #12 gst_element_set_state_func
    at gstelement.c line 2352
  • #13 gst_element_set_state
    at gstelement.c line 2258
  • #14 gst_bin_change_state_func
    at gstbin.c line 1868
  • #15 gst_decode_bin_change_state
    at gstdecodebin.c line 1723
  • #16 gst_element_change_state
    at gstelement.c line 2402
  • #17 gst_element_set_state_func
    at gstelement.c line 2352
  • #18 gst_element_set_state
    at gstelement.c line 2258
  • #19 gst_bin_change_state_func
    at gstbin.c line 1868
  • #20 gst_pipeline_change_state
    at gstpipeline.c line 503
  • #21 gst_element_change_state
    at gstelement.c line 2402
  • #22 gst_element_continue_state
    at gstelement.c line 2112
  • #23 gst_element_change_state
    at gstelement.c line 2439
  • #24 gst_element_set_state_func
    at gstelement.c line 2352
  • #25 gst_element_set_state
    at gstelement.c line 2258
  • #26 rb_metadata_load
    at rb-metadata-gst.c line 986
  • #27 _handle_message
    at rb-metadata-dbus-service.c line 117
  • #28 _dbus_object_tree_dispatch_and_unlock
    at dbus-object-tree.c line 842
  • #29 dbus_connection_dispatch
    at dbus-connection.c line 4387
  • #30 message_queue_dispatch
    at dbus-gmain.c line 101
  • #31 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.14.1/glib/gmain.c line 2061
  • #32 g_main_context_iterate
    at /build/buildd/glib2.0-2.14.1/glib/gmain.c line 2694
  • #33 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.14.1/glib/gmain.c line 2898
  • #34 main
    at rb-metadata-dbus-service.c line 502
  • #35 __libc_start_main
    from /lib/tls/i686/cmov/libc.so.6
  • #36 _start

Other information:
This was reported on Launchpad : https://bugs.edge.launchpad.net/ubuntu/+source/rhythmbox/+bug/146798
by : https://bugs.edge.launchpad.net/~jef-damen

Threadstacktrace : http://launchpadlibrarian.net/9593225/ThreadStacktrace.txt

Stacktrace source : http://launchpadlibrarian.net/9593226/StacktraceSource.txt
Comment 1 Jonathan Matthew 2007-09-30 10:15:22 UTC
This is a bug in bluez-utils.  The typefind function in gstbluetooth.c assumes that gst_type_find_peek returns non-NULL, but it can return NULL in some circumstances.
Comment 2 Bastien Nocera 2007-10-01 08:43:43 UTC
Bug which is already fixed in more recent versions of bluez-utils.
Comment 3 Jérôme Guelfucci 2007-10-01 16:03:27 UTC
Ok thank you all.