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 393618 - Need to provide correct version to bug-buddy
Need to provide correct version to bug-buddy
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
unspecified
Other All
: High critical
: 0.96
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks: 348827
 
 
Reported: 2007-01-06 18:06 UTC by Hans Breuer
Modified: 2007-01-06 20:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Hans Breuer 2007-01-06 18:06:47 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 ()
  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 poll
    from /lib/libc.so.6
  • #6 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #7 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #8 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #9 main

Comment 1 Hans Breuer 2007-01-06 18:32:47 UTC
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?
Comment 2 Hans Breuer 2007-01-06 20:29:58 UTC
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)