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 360525 - crash in Time and Date: Opening time-admin. stra...
crash in Time and Date: Opening time-admin. stra...
Status: RESOLVED DUPLICATE of bug 351603
Product: gnome-system-tools
Classification: Deprecated
Component: time-admin
2.15.x
Other All
: High critical
: ---
Assigned To: Carlos Garnacho
Carlos Garnacho
Depends on:
Blocks:
 
 
Reported: 2006-10-08 00:07 UTC by blaat
Modified: 2006-10-08 00:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
strace for starting time-admin (132.68 KB, text/plain)
2006-10-08 00:10 UTC, blaat
Details

Description blaat 2006-10-08 00:07: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 ()

Thread 1 (Thread -1225750864 (LWP 31632))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 ??
  • #5 ??
  • #6 ??
  • #0 __kernel_vsyscall

Comment 1 blaat 2006-10-08 00:10:16 UTC
Created attachment 74256 [details]
strace for starting time-admin
Comment 2 blaat 2006-10-08 00:12:23 UTC
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...
Comment 3 Karsten Bräckelmann 2006-10-08 00:38:27 UTC
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 ***
Comment 4 Karsten Bräckelmann 2006-10-08 00:45:36 UTC
(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. :)