GNOME Bugzilla – Bug 503327
crash in org_gnome_evolution_attachment_reminder at attachment-reminder.c:190
Last modified: 2008-04-24 15:26:34 UTC
What were you doing when the application crashed? Clicked the send button Distribution: Debian lenny/sid Gnome Release: 2.20.2 2007-11-29 (Debian) BugBuddy Version: 2.20.1 System: Linux 2.6.22-3-k7 #1 SMP Mon Nov 12 09:12:50 UTC 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 10400000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 211767296 vsize: 211767296 resident: 92958720 share: 24047616 rss: 92958720 rss_rlim: 4294967295 CPU usage: start_time: 1197068872 rtime: 81252 utime: 77241 stime: 4011 cutime:6 cstime: 66 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 0xb68b36b0 (LWP 3489)] [New Thread 0xb2751b90 (LWP 3635)] [New Thread 0xb1573b90 (LWP 3620)] [New Thread 0xb57d4b90 (LWP 3617)] [New Thread 0xb1e28b90 (LWP 3569)] [New Thread 0xb2f52b90 (LWP 3565)] [New Thread 0xb3f54b90 (LWP 3564)] [New Thread 0xb4755b90 (LWP 3563)] [New Thread 0xb4fcab90 (LWP 3562)] [New Thread 0xb5fdeb90 (LWP 3559)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 181710
Thread 1 (Thread 0xb68b36b0 (LWP 3489))
----------- .xsession-errors (10 sec old) --------------------- warning: .dynamic section for "/usr/lib/libgtk-x11-2.0.so.0" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/usr/lib/libgdk-x11-2.0.so.0" is not at the expected address (wrong library or version mismatch?) warning: .dynamic section for "/usr/lib/libgdk_pixbuf-2.0.so.0" is not at the expected address (wrong library or version mismatch?) warning: .dynamic section for "/usr/lib/libcairo.so.2" is not at the expected address (wrong library or version mismatch?) warning: .dynamic section for "/lib/libcom_err.so.2" is not at the expected address (wrong library or version mismatch?) warning: .dynamic section for "/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so" is not at the expected address (wrong library or version mismatch?) warning: .dynamic section for "/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so" is not at the expected address (wrong library or version mismatch?) --------------------------------------------------
Was the mail in English or in other language ?
The mail was in English and I use no other language
memcpy crashed. There should be a memory corruption or g_utf8_strdown issue. We just pass a text to it. Johnny alternatively do you really need to strdown?
Created attachment 103400 [details] [review] Proposed Patch Srag, using str_down makes the plugin user friendly. otherwise in the plugin configuration the user has to enter multiple versions of the same string as keywords ( or clues). Also the memory leak caused in using strdown is fixed in this patch.
I think the raw text can't return const. It is used/freed/etc. So fix that.
Created attachment 103428 [details] [review] Patch with review comments. Thanks srini. Included the changes.
Looks fine Johnny.
@jony: see bug #371011 comment #9 :-/
*** Bug 495523 has been marked as a duplicate of this bug. ***