GNOME Bugzilla – Bug 442252
crash in Tasks: In Sent Items: - Remove ...
Last modified: 2007-05-30 14:26:25 UTC
What were you doing when the application crashed? In Sent Items: - Remove From: Column from view - Add To: Column to view - Sort on To: Column by clicking on the column header I am using the MS Exchange plugin Distribution: Fedora release 6.93 (Rawhide) Gnome Release: 2.18.0 2007-03-23 (Red Hat, Inc) BugBuddy Version: 2.18.0 System: Linux 2.6.21-1.3190.fc7 #1 SMP Tue May 22 22:14:07 EDT 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 10300000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: Fedora Memory status: size: 116396032 vsize: 116396032 resident: 23863296 share: 17219584 rss: 23863296 rss_rlim: 4294967295 CPU usage: start_time: 1180511580 rtime: 70 utime: 62 stime: 8 cutime:1 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/evolution' (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1208314144 (LWP 3865)] [New Thread -1263535216 (LWP 3888)] [New Thread -1230324848 (LWP 3885)] (no debugging symbols found) 0x00578402 in __kernel_vsyscall ()
+ Trace 136769
Thread 1 (Thread -1208314144 (LWP 3865))
----------- .xsession-errors --------------------- CalDAV Eplugin starting up ... (evolution:3790): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 1 ** (evolution:3790): DEBUG: mailto URL command: evolution --component=mail %s ** (evolution:3790): DEBUG: mailto URL program: evolution (evolution:3790): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0 CalDAV Eplugin starting up ... (evolution:3822): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 1 ** (evolution:3822): DEBUG: mailto URL command: evolution --component=mail %s ** (evolution:3822): DEBUG: mailto URL program: evolution (evolution:3822): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0 CalDAV Eplugin starting up ... (evolution:3865): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 1 ** (evolution:3865): DEBUG: mailto URL command: evolution --component=mail %s ** (evolution:3865): DEBUG: mailto URL program: evolution (evolution:3865): e-data-server-ui-DEBUG: ep_msg_send: in main thread? 0 --------------------------------------------------
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but the maintainers need more information to fix the bug. Could you please answer the questions in the other report in order to help the developers? *** This bug has been marked as a duplicate of 431342 ***
Since it's not possible to access the "Sent Items" folder anymore after this issue has occurred (evolution keeps on crashing), a workaround can be applied: In your home directory, there is a file .evolution/mail/views/custom_view-exchange:<mailboxname>_personal_Sent_20Items.xml which contains the view settings for the sent items. <?xml version="1.0"?> <ETableState state-version="0.100000000000000"> <column source="0" expansion="1.000000000000000"/> <column source="3" expansion="1.000000000000000"/> <column source="1" expansion="1.000000000000000"/> <column source="8" expansion="1.000000000000000"/> <column source="5" expansion="1.000000000000000"/> <column source="6" expansion="1.000000000000000"/> <grouping> <leaf column="8" ascending="true"/> </grouping> </ETableState> The leaf column in the grouping section defines the column used for sorting. After this, the sent items folder is accessible again.