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 521204 - Tracker preferences crashes
Tracker preferences crashes
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: Preferences
unspecified
Other Linux
: Normal critical
: ---
Assigned To: Jamie McCracken
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2008-03-08 15:54 UTC by Victor Osadci (Vic)
Modified: 2008-04-14 20:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Stack trace (5.03 KB, application/octet-stream)
2008-03-24 09:50 UTC, Victor Osadci (Vic)
Details

Description Victor Osadci (Vic) 2008-03-08 15:54:58 UTC
Tracker trunk on Ubuntu 7.10

Starting program: /usr/local/bin/tracker-preferences 
[Thread debugging using libthread_db enabled]
[New Thread -1220474688 (LWP 16302)]

(tracker-preferences:16302): GLib-CRITICAL **: g_key_file_load_from_file: assertion `key_file != NULL' failed
/home/victor/.themes/MurrinaEalm/gtk-2.0/gtkrc:53: Murrine configuration option "hilight_ratio" will be deprecated in future releases. Please update this theme to get rid of this warning.

(tracker-preferences:16302): GLib-CRITICAL **: g_key_file_has_key: assertion `key_file != NULL' failed

(tracker-preferences:16302): GLib-CRITICAL **: g_key_file_has_key: assertion `key_file != NULL' failed

(tracker-preferences:16302): GLib-CRITICAL **: g_key_file_has_key: assertion `key_file != NULL' failed

(tracker-preferences:16302): GLib-CRITICAL **: g_key_file_has_key: assertion `key_file != NULL' failed

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1220474688 (LWP 16302)]
0xb75b3ad3 in strcasecmp () from /lib/tls/i686/cmov/libc.so.6
(gdb) thread apply all bt full

Thread 1 (Thread -1220474688 (LWP 16302))

  • #0 strcasecmp
    from /lib/tls/i686/cmov/libc.so.6
  • #1 setup_page_general
  • #2 tracker_preferences_init
  • #3 g_type_create_instance
    from /usr/lib/libgobject-2.0.so.0
  • #4 ??
    from /usr/lib/libgobject-2.0.so.0
  • #5 ??
  • #6 ??

Comment 1 Saleem Abdulrasool 2008-03-24 03:22:43 UTC
Please rebuild with debugging symbols and provide a traceback.
Comment 2 Victor Osadci (Vic) 2008-03-24 09:50:19 UTC
Created attachment 107903 [details]
Stack trace
Comment 3 Saleem Abdulrasool 2008-03-25 02:05:03 UTC
Seems that the tracker symbols are still missing :-(.
Comment 4 Victor Osadci (Vic) 2008-03-25 10:57:22 UTC
Well, after passing --enable-debug-code to ./autogen.sh, it tels me that debug is enabled. What can I do to get more useful info ?
Comment 5 Luca Ferretti 2008-04-14 20:44:21 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.