GNOME Bugzilla – Bug 641108
Crash on new folder move when unsubscribing
Last modified: 2011-02-08 18:37:24 UTC
evolution 2.91.6 gtk+ master glib master 1. Created a folder 'A' 2. Created a folder 'C' 3. Selected folder 'C', right click, chose 'move to folder' 4. Selected folder 'A' in move to dialog 5. Click Move 6. evolution crashed Program received signal SIGSEGV, Segmentation fault.
+ Trace 225787
Thread 1 (Thread 0xb5fe3850 (LWP 30214))
Created attachment 180407 [details] [review] ema patch for evolution-mapi; It's a "correct" crash, the folder wasn't in the cache hence the 'si' was NULL, so dereferencing it is causing the crash.
Created commit c922117 in ema master (2.91.90+)