GNOME Bugzilla – Bug 360525
crash in Time and Date: Opening time-admin. stra...
Last modified: 2006-10-08 00:45:36 UTC
Version: 2.15.5 What were you doing when the application crashed? Opening time-admin. strace will follow Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.16.1 2006-10-02 (Ubuntu) BugBuddy Version: 2.16.0 Memory status: size: 51478528 vsize: 0 resident: 51478528 share: 0 rss: 10846208 rss_rlim: 0 CPU usage: start_time: 1160233625 rtime: 0 utime: 14 stime: 0 cutime:12 cstime: 0 timeout: 2 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/bin/time-admin' (no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1225750864 (LWP 31632)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 75155
Thread 1 (Thread -1225750864 (LWP 31632))
Created attachment 74256 [details] strace for starting time-admin
I tried compiling the package in ubuntu edgy for providing debugging symbols, but the compile errors out with the following error: /home/geert/g/gnome-system-tools-2.15.5/src/shares/share-nfs-add-hosts.c:108: undefined reference to `gst_xml_element_find_first' /home/geert/g/gnome-system-tools-2.15.5/src/shares/share-nfs-add-hosts.c:110: undefined reference to `gst_xml_get_child_content' /home/geert/g/gnome-system-tools-2.15.5/src/shares/share-nfs-add-hosts.c:111: undefined reference to `gst_xml_get_child_content' /home/geert/g/gnome-system-tools-2.15.5/src/shares/share-nfs-add-hosts.c:112: undefined reference to `gst_xml_get_child_content' /home/geert/g/gnome-system-tools-2.15.5/src/shares/share-nfs-add-hosts.c:109: undefined reference to `gst_xml_element_find_next' I did install the build dependencies. But I guess this is more an ubuntu specific issue...
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 351603 ***
(In reply to comment #2) > I tried compiling the package in ubuntu edgy for providing debugging symbols, blaat, just FYI, Ubuntu Edgy provides debug packages (containing the debugging symbols) for all packages, AFAIK. More details can be found here: http://live.gnome.org/GettingTraces/DistroSpecificInstructions Thanks for your efforts anyway. :)