abrt 1.0.3 detected a crash. Attached file: backtrace cmdline: /usr/libexec/geoclue-master component: geoclue executable: /usr/libexec/geoclue-master kernel: 2.6.31.9-174.fc12.x86_64 package: geoclue-0.11.1.1-0.10.20091026git73b6729.fc12 rating: 4 reason: Process was terminated by signal 6 (Aborted)
Created attachment 384917 [details] File: backtrace
If someone can try this for me: $ gdb attach <pid of geoclue> break gerror_domaincode_to_dbus_error_name continue <make it crash> Now use "step" to go through, and when you see a line like: domain_from_quark = uscore_to_wincaps (g_quark_to_string (domain)) I'd really like to see the result of: print domain_from_quark
Please test with this update: https://admin.fedoraproject.org/updates/geoclue-0.11.1.1-0.11.20091026git73b6729.fc12
Bug in dbus-glib, see: http://bugs.freedesktop.org/show_bug.cgi?id=26360
Fixed in stavle