GNOME Bugzilla – Bug 739375
Crash when sort folder with Due By column
Last modified: 2014-10-30 08:17:43 UTC
When sorting Mails inside the virtual Junk folder of Evolution 3.12.7 by Due By and I try to access the Junk folder, Evolution most of the times crashes. Everything is ok when set to Not sorted.
Thanks for taking the time to report this bug. Without a stack trace from the crash it's very hard to determine what caused it. Can you get us a stack trace with debug symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
https://mail.gnome.org/archives/evolution-list/2014-October/msg00219.html
Program received signal SIGSEGV, Segmentation fault. e_int64ptr_compare (data1=0x0, data2=0x0) at e-table-extras.c:116 116 return (*pa == *pb) ? 0 : (*pa < *pb) ? -1 : 1; (gdb) bt
+ Trace 234274
The problem was that the compare function didn't count with NULL values, while the NULL was legitimate/possible there. Created commit 8de3757 in evo master (3.13.8+) [1] Created commit 77df354 in evo master (missed one change) [2] Created commit a6c26a3 in evo evolution-3-12 (3.12.8+) [1] https://git.gnome.org/browse/evolution/commit/?id=8de3757 [2] https://git.gnome.org/browse/evolution/commit/?id=77df354