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 770089 - rhythmbox-3.4 crashed with SIGSEGV in GrlTrackerSourceNotify
rhythmbox-3.4 crashed with SIGSEGV in GrlTrackerSourceNotify
Status: RESOLVED DUPLICATE of bug 767684
Product: grilo
Classification: Other
Component: plugins
0.3.x
Other Linux
: Normal critical
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2016-08-18 13:19 UTC by gnome.vrb
Modified: 2016-08-22 09:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gnome.vrb 2016-08-18 13:19:50 UTC
gdb) bt
  • #0 update_query_done
    at grl-tracker-source-notif.c line 120
  • #1 update_query_done
    at grl-tracker-source-notif.c line 159
  • #2 update_cursor_next_cb
    at grl-tracker-source-notif.c line 201
  • #3 update_cursor_next_cb
    at grl-tracker-source-notif.c line 183
  • #4 g_task_return_now
    at ././gio/gtask.c line 1107
  • #5 complete_in_idle_cb
    at ././gio/gtask.c line 1121
  • #6 g_main_context_dispatch
    at ././glib/gmain.c line 3154
  • #7 g_main_context_dispatch
    at ././glib/gmain.c line 3769
  • #8 g_main_context_iterate
    at ././glib/gmain.c line 3840
  • #9 g_main_context_iteration
    at ././glib/gmain.c line 3901
  • #10 g_application_run
    at ././gio/gapplication.c line 2381
  • #11 rb_application_run
    at rb-application.c line 655
  • #12 main
    at main.c line 88
  • #1 update_query_done
    at grl-tracker-source-notif.c line 159

(gdb) info locals
id = 105340
change_type = GRL_CONTENT_ADDED
iter = {dummy1 = 0x3950de0, dummy2 = 0x7fa96f540a0e <g_cancellable_set_error_if_cancelled+14>, dummy3 = 0x0, dummy4 = 4, dummy5 = 0, dummy6 = 0x7ffd00000002}
key = 0x19b7c
value = 0x1
Comment 1 gnome.vrb 2016-08-18 13:22:16 UTC
https://bugzilla.gnome.org/show_bug.cgi?id=741023#c1 seems to be related.
Comment 2 gnome.vrb 2016-08-19 06:37:39 UTC
Bumping to critical.

I wasn't doing anything with rhythmbox. Rhythmbox was playing for an hour. I was working in a terminal and suddenly rhythmbox crashed.

(gdb) bt
  • #0 update_query_done
    at grl-tracker-source-notif.c line 120
  • #1 update_query_done
    at grl-tracker-source-notif.c line 159
  • #2 update_cursor_next_cb
    at grl-tracker-source-notif.c line 201
  • #3 update_cursor_next_cb
    at grl-tracker-source-notif.c line 183
  • #4 g_task_return_now
    at ././gio/gtask.c line 1107
  • #5 complete_in_idle_cb
    at ././gio/gtask.c line 1121
  • #6 g_main_context_dispatch
    at ././glib/gmain.c line 3154
  • #7 g_main_context_dispatch
    at ././glib/gmain.c line 3769
  • #8 g_main_context_iterate
    at ././glib/gmain.c line 3840
  • #9 g_main_context_iteration
    at ././glib/gmain.c line 3901
  • #10 g_application_run
    at ././gio/gapplication.c line 2381
  • #11 rb_application_run
    at rb-application.c line 655
  • #12 main
    at main.c line 88

Comment 3 Andrei Dziahel 2016-08-22 08:58:39 UTC
Here's downstream bug in openSUSE, filed for 3.3, but still valid for 3.4 — https://bugzilla.opensuse.org/show_bug.cgi?id=978571
Comment 4 Jonathan Matthew 2016-08-22 09:11:30 UTC
Same stack trace as bug 767684.

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