GNOME Bugzilla – Bug 324673
Alarm notify crashed
Last modified: 2013-09-13 00:53:50 UTC
1. Disabled 'exchange' account. 2. Restarted evolution 3. Executed some message menu options which had nothing to do with calendar. 4. Alarm notify crashed in few minutes. Stack traces of crash. Backtrace was generated from '/opt/gnome/libexec/evolution-alarm-notify' Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 1099772064 (LWP 1089)] [New Thread 1101609904 (LWP 1090)] [Thread debugging using libthread_db enabled] [New Thread 1099772064 (LWP 1089)] [New Thread 1101609904 (LWP 1090)] [Thread debugging using libthread_db enabled] [New Thread 1099772064 (LWP 1089)] [New Thread 1101609904 (LWP 1090)] 0xffffe410 in ?? ()
+ Trace 64732
Thread 1 (Thread 1099772064 (LWP 1089))
According to simple-dup-finder this is a unique stack trace.
This might be a exchange specific bug.
evolution-alarm-notify crashed, slightly different trace. I had only one exchange account configured. 0xffffe410 in __kernel_vsyscall ()
+ Trace 65848
Thread 1 (Thread -1232533840 (LWP 25291))
My Evolution version is 2.5.90
This should have been fixed now. I have committed a fix in evolution-exchange on 2006-02-06. This ensures that the backend is loaded before reopening the calendar when the mode is it set as remote in the backend. Pasting the ChangeLog, 2006-02-06 Chenthill Palanisamy <pchenthill@novell.com> * calendar/e-cal-backend-exchange.c: (open_calendar), (is_loaded), (class_init): Added the implementation. (set_mode): Notify read only status to the client. Please reopen if you find it happening.