GNOME Bugzilla – Bug 324567
Alarm notify crashed while launching evolution
Last modified: 2013-09-13 00:59:30 UTC
Launched evolution in which exchange account was configured. Exchange storage crashed for some reason after few seconds alarm notify crashed with these traces. 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 19571)] [New Thread 1112116144 (LWP 19659)] [Thread debugging using libthread_db enabled] [New Thread 1099772064 (LWP 19571)] [New Thread 1112116144 (LWP 19659)] [Thread debugging using libthread_db enabled] [New Thread 1099772064 (LWP 19571)] [New Thread 1112116144 (LWP 19659)] [New Thread 1103711152 (LWP 19656)] [New Thread 1110014896 (LWP 19655)] [New Thread 1101609904 (LWP 19572)] 0xffffe410 in ?? ()
+ Trace 64711
Thread 1 (Thread 1099772064 (LWP 19571))
*** Bug 327503 has been marked as a duplicate of this bug. ***
The reason for this crash is, some how the ecal->priv->mutex is locked still. So trying to free it in e_cal_finalize causes a crash in glib. Working on to fix it.
This is not reproducible after srini modified alarm deamon code. Anyone else is still observing this crash in evolution 2.6.1 can reopen this bug.