GNOME Bugzilla – Bug 246614
Crash when closing windows
Last modified: 2003-07-22 17:49:59 UTC
Description of Problem: Whenever I close a popup window used to edit a contact or task, evolution crashes. Steps to reproduce the problem: I've attached output of what happens when I do the following: 1. start evolution 2. double-click a task in the tasklist 3. click the close button on the resulting window. Actual Results: [bc@yuff evolution-1.4.3]$ gdb evolution GNU gdb Red Hat Linux (5.3post-0.20021129.18rh) Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux-gnu"... (gdb) run Starting program: /opt/garnome/bin/evolution [New Thread 1093357760 (LWP 15999)] [New Thread 1116949808 (LWP 16000)] [New Thread 1125342512 (LWP 16001)] [New Thread 1133735216 (LWP 16005)] [New Thread 1142127920 (LWP 16007)] [New Thread 1150520624 (LWP 16008)] [New Thread 1158913328 (LWP 16009)] [New Thread 1167306032 (LWP 16010)] [Thread 1167306032 (LWP 16010) exited] (evolution:15999): e-table-CRITICAL **: file e-table-item.c: line 1045 (eti_unfreeze): assertion `eti->frozen_count > 0' failed (evolution:15999): e-table-CRITICAL **: file e-table-item.c: line 1045 (eti_unfreeze): assertion `eti->frozen_count > 0' failed (evolution:15999): e-table-CRITICAL **: file e-table-item.c: line 1045 (eti_unfreeze): assertion `eti->frozen_count > 0' failed [ ... many more of these, perhaps one for each task in the list ... ] Program received signal SIGSEGV, Segmentation fault.
+ Trace 38859
Thread 1093357760 (LWP 15999)
Expected Results: The window ought to close gracefully, I should think. How often does this happen? every time. Additional Information: compiled via garnome 0.25.1 on redhat 9.
*** This bug has been marked as a duplicate of 245236 ***