GNOME Bugzilla – Bug 393618
Need to provide correct version to bug-buddy
Last modified: 2007-01-06 20:57:22 UTC
Version: @VERSION@ What were you doing when the application crashed? killall -11 dia (This is to test what to change in dia to avoid bugs with version @VERSION@ like http://bugzilla.gnome.org/show_bug.cgi?id=389663 (openSuse 10.2) http://bugzilla.gnome.org/show_bug.cgi?id=392884 (Gentoo) Distribution: Gentoo Base System version 1.12.1 Gnome Release: 2.16.2 2007-01-03 (Gentoo) BugBuddy Version: 2.16.0 Memory status: size: 48324608 vsize: 0 resident: 48324608 share: 0 rss: 37584896 rss_rlim: 0 CPU usage: start_time: 1168107151 rtime: 0 utime: 144 stime: 0 cutime:134 cstime: 0 timeout: 10 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/bin/dia' (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) `system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols. (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1225893696 (LWP 24041)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 99946
More info can be found here http://mail.gnome.org/archives/desktop-devel-list/2006-August/msg00162.html in fact this seems to be a Dia bug; dia.desktop.in[.in] has the wrong info?
2007-01-06 Hans Breuer <hans@breuer.org> * dia.desktop.in : 'svn mv dia.desktop.in dia.desktop.in.in' configure.in : add dia.desktop.in to AC_OUTPUT Makefile.am : changed rule for .desktop handling. Together this should resolve @VERSION@ in the dia.desktop file and thus gives us version info via bug-buddy automatically. This is more important with bug-buddy 2.16 cause there the user can not manually adapt the version anymore. Hopefully fixes bug #393618 (see also bug #348827)