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 551635 - crash when closing applet's preferences
crash when closing applet's preferences
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: Applet / Search Bar
unspecified
Other Linux
: Normal critical
: ---
Assigned To: Jamie McCracken
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2008-09-10 10:58 UTC by Gilles Dartiguelongue
Modified: 2009-01-14 13:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gilles Dartiguelongue 2008-09-10 10:58:00 UTC
with SVN head revision 2209, I get a crash each time I go to the applet's preference dialog and I click on "Close" even if I didn't change anything.

Here is the gdb backtrace:

$ gdb --args tracker-applet
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu"...
Really redefine built-in command "frame"? (y or n) [answered Y; input not from terminal]
gdb>run
[Thread debugging using libthread_db enabled]
[New Thread 0x7f3605949740 (LWP 7160)]

Program received signal SIGSEGV, Segmentation fault.

Thread 139869998585664 (LWP 7160)

  • #0 IA__g_closure_invoke
    at gclosure.c line 182
  • #1 signal_emit_unlocked_R
    at gsignal.c line 2440
  • #2 IA__g_signal_emit_valist
    at gsignal.c line 2199
  • #3 IA__g_signal_emit
    at gsignal.c line 2243
  • #4 gtk_real_button_released
    at gtkbutton.c line 1484
  • #5 IA__g_closure_invoke
    at gclosure.c line 490
  • #6 signal_emit_unlocked_R
    at gsignal.c line 2370
  • #7 IA__g_signal_emit_valist
    at gsignal.c line 2199
  • #8 IA__g_signal_emit
    at gsignal.c line 2243
  • #9 gtk_button_button_release
    at gtkbutton.c line 1377
  • #10 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 84
  • #11 IA__g_closure_invoke
    at gclosure.c line 490
  • #12 signal_emit_unlocked_R
    at gsignal.c line 2478
  • #13 IA__g_signal_emit_valist
    at gsignal.c line 2209
  • #14 IA__g_signal_emit
    at gsignal.c line 2243
  • #15 gtk_widget_event_internal
    at gtkwidget.c line 4678
  • #16 IA__gtk_propagate_event
    at gtkmain.c line 2336
  • #17 IA__gtk_main_do_event
    at gtkmain.c line 1556
  • #18 gdk_event_dispatch
    at gdkevents-x11.c line 2351
  • #19 IA__g_main_context_dispatch
    at gmain.c line 2012
  • #20 g_main_context_iterate
    at gmain.c line 2645
  • #21 IA__g_main_loop_run
    at gmain.c line 2853
  • #22 IA__gtk_main
    at gtkmain.c line 1163
  • #23 main
    at tracker-applet.c line 2043

Comment 1 Carlos Garnacho 2009-01-14 13:47:14 UTC
I'm not able to reproduce it with svn rev 2790, besides, in the stacktrace there isn't anything related to tracker, so I'm considering this bug fixed, please reopen if you're still able to reproduce it