GNOME Bugzilla – Bug 400988
evolution alarm notify crash
Last modified: 2009-11-22 17:31:31 UTC
Steps to reproduce: I was resuming the machine from s2ram then suddenly that applet crashed. Stack trace: Memory status: size: 71303168 vsize: 0 resident: 71303168 share: 0 rss: 8871936 rss_rlim: 0 CPU usage: start_time: 1169789040 rtime: 0 utime: 14 stime: 0 cutime:11 cstime: 0 timeout: 3 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/libexec/evolution-alarm-notify' Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1233233504 (LWP 32336)] [New Thread -1262490704 (LWP 32363)] [New Thread -1235670096 (LWP 32337)] 0xb7f6c410 in __kernel_vsyscall ()
+ Trace 105409
Thread 1 (Thread -1233233504 (LWP 32336))
Other information:
Coming back from hibernation too. It happens randomly. This is Ubuntu 6.10 with Gnome 2.16.1. Memory status: size: 97148928 vsize: 0 resident: 97148928 share: 0 rss: 17006592 rss_rlim: 0 CPU usage: start_time: 1171618068 rtime: 0 utime: 107 stime: 0 cutime:94 cstime: 0 timeout: 13 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/libexec/evolution-alarm-notify' Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1233000784 (LWP 4690)] [New Thread -1279272032 (LWP 4816)] [New Thread -1235055712 (LWP 4718)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 114271
Thread 1 (Thread -1233000784 (LWP 4690))
I think the stacktrace from comment 1 is fixed in actual trunk, by these changes: http://svn.gnome.org/viewcvs/evolution/trunk/calendar/gui/alarm-notify/alarm.c?r1=31858&r2=33952 but the first stacktrace seems to crash somewhere else (a bit further).
there is a similar crash on https://bugs.launchpad.net/evolution/+bug/207286 using GNOME 2.22
Hmm, copied relevant portion from launchpad bug:
+ Trace 193439
Thread 1 (process 6128)
My line 1666 is this: if (url && *url && g_file_test (url, G_FILE_TEST_EXISTS)) { so it doesn't make much sense to crash on this place. Sebastien, can you ask for an event which causing this? I would like to see it/try to reproduce on my machine, but I want to be sure with the content. If it contains some private data, then let it be discarded, just the alarm setup is important here. Thanks in advance.
Sebastien, ping
ups, forgot to subscribe to the bug, I've commented downstream now
*** Bug 358690 has been marked as a duplicate of this bug. ***
the ubuntu submitter doesn't currently has an event to trigger the issue
*** Bug 556486 has been marked as a duplicate of this bug. ***
*** Bug 561240 has been marked as a duplicate of this bug. ***
*** Bug 566130 has been marked as a duplicate of this bug. ***
*** Bug 576244 has been marked as a duplicate of this bug. ***
If I remember correctly, this issue has been fixed long time ago. Please reopen if this still happens on a recent evolution.