GNOME Bugzilla – Bug 675286
[abrt] Crash on folder select in gal_view_etable_attach_tree()
Last modified: 2019-06-28 10:39:53 UTC
Moving this from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=817818 [abrt] evolution-3.4.1-2.fc17: tree_state_changed: Process /usr/bin/evolution was killed by signal 11 (SIGSEGV) libreport version: 2.0.10 abrt_version: 2.0.10 backtrace_rating: 4 cmdline: evolution crash_function: tree_state_changed executable: /usr/bin/evolution kernel: 3.3.2-8.fc17.x86_64 time: mar. 01 mai 2012 12:06:42 CEST Core was generated by `evolution'. Program terminated with signal 11, Segmentation fault.
+ Trace 230165
Thread 4 (Thread 0x7f8e4ffff700 (LWP 21849))
Thread 1 (Thread 0x7f8e7a6a29c0 (LWP 21770))
Similar downstream bug report from 3.10.4: https://bugzilla.redhat.com/show_bug.cgi?id=1089305 Description of problem: I was modifying the appearence of the window : restablishing date field after having it removed by mistake Version-Release number of selected component: evolution-3.10.4-2.fc20 Additional info: reporter: libreport-2.2.1 backtrace_rating: 4 cmdline: evolution crash_function: g_type_check_instance_is_a executable: /usr/bin/evolution kernel: 3.13.9-200.fc20.x86_64 Core was generated by `evolution'. Program terminated with signal SIGSEGV, Segmentation fault.
+ Trace 233508
Thread 1 (Thread 0x7fd5cd0f3a40 (LWP 8730))
Thanks for a bug report. I'm closing this as obsolete, but feel free to reopen or comment in case you can reproduce with the current 3.30.x stable series.
I've been able to reproduce the crash from the comment #1 (I do not know why I thought they are similar), when having saved set of columns in a Memos view with incorrect column index, which points out of bounds of the columns array. In my case, newer version of Evolution added new columns into the ETable and I enabled them, but when I ran older Evolution (which didn't have these new columns), then it crashed in the same way. Created commit 1ae0f96a16 in evo master (3.33.4+) Created commit 608510eef2 in evo gnome-3-32 (3.32.4+)