GNOME Bugzilla – Bug 494411
crash in prefs -> calendar publishing -> add
Last modified: 2008-01-22 06:09:20 UTC
What were you doing when the application crashed? Was in preferences, clicked Calendar Publishing -> Add Distribution: Debian lenny/sid Gnome Release: 2.20.1 2007-10-26 (Debian) BugBuddy Version: 2.20.1 System: Linux 2.6.22-fixdso #1 SMP Sat Aug 25 16:14:05 BST 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 10400000 Selinux: No Accessibility: Disabled GTK+ Theme: ClearlooksClassic Icon Theme: gnome Memory status: size: 144224256 vsize: 144224256 resident: 44601344 share: 22106112 rss: 44601344 rss_rlim: 4294967295 CPU usage: start_time: 1194397753 rtime: 2268 utime: 2070 stime: 198 cutime:3 cstime: 10 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/evolution' Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 0xb68446b0 (LWP 18682)] [New Thread 0xb1a7fb90 (LWP 18922)] [New Thread 0xb127eb90 (LWP 18920)] [New Thread 0xb46e1b90 (LWP 18849)] [New Thread 0xb4722b90 (LWP 18705)] [New Thread 0xb5031b90 (LWP 18703)] [New Thread 0xb5832b90 (LWP 18701)] [New Thread 0xb6033b90 (LWP 18700)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 175915
Thread 1 (Thread 0xb68446b0 (LWP 18682))
----------- .xsession-errors (82175 sec old) --------------------- ** Message: volume = 0 ** Message: drive = 0 ** Message: volume = 0 ** Message: drive = 0 ** Message: volume = 0 ** Message: drive = 0 ** Message: volume = 0 ** Message: drive = 0 ** Message: volume = 0 ** Message: drive = 0 ** Message: volume = 0 ** Message: drive = 0 ** Message: volume = 0 ...Too much output, ignoring rest... --------------------------------------------------
This is 100% reproducible
This happens because the file /usr/lib/evolution/2.12/plugins/publish-calendar.glade is missing. This causes url_editor to be NULL, which causes evolution to crash when it is de-referenced. Evolution should probably check to see if the call to url_editor_dialog_new actually succeeded.
It is fixed and committed to both stable and trunk. http://bugzilla.gnome.org/show_bug.cgi?id=480804
*** This bug has been marked as a duplicate of 480804 ***