https://bugzilla.novell.com/show_bug.cgi?id=433100 User mmeeks@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=433100#c14 --- Comment #14 from Michael Meeks <mmeeks@novell.com> 2009-01-05 04:23:43 MST --- (gdb) r Starting program: /usr/bin/evolution.bin [Thread debugging using libthread_db enabled] Type EPluginMono registered from the mono-plugin-loader *** nss-shared-helper: Shared database disabled (set NSS_USE_SHARED_DB to enable). *** nss-shared-helper: Shared database disabled (set NSS_USE_SHARED_DB to enable). (evolution.bin:5510): camel-WARNING **: camel_exception_get_id called with NULL parameter. [New Thread 0x7fffdbed1950 (LWP 5517)] [Thread 0x7fffdbed1950 (LWP 5517) exited] [New Thread 0x7fffdb6d0950 (LWP 5518)] [Thread 0x7fffdb6d0950 (LWP 5518) exited] [New Thread 0x7fffdb6d0950 (LWP 5519)] (evolution.bin:5510): camel-WARNING **: Cannot load summary file: '/home/michael/.evolution/mail/local/Mail.sbd/a11y.ev-summary': Bad file descriptor GLib-ERROR **: gmem.c:136: failed to allocate 8319072936 bytes aborting... Program received signal SIGABRT, Aborted. [Switching to Thread 0x7fffdb6d0950 (LWP 5519)] 0x00007fffe87b6645 in raise () from /lib64/libc.so.6 (gdb) bt #0 0x00007fffe87b6645 in raise () from /lib64/libc.so.6 #1 0x00007fffe87b7c33 in abort () from /lib64/libc.so.6 #2 0x00007fffe8b211de in g_logv () from /usr/lib64/libglib-2.0.so.0 #3 0x00007fffe8b21273 in g_log () from /usr/lib64/libglib-2.0.so.0 #4 0x00007fffe8b1f8ca in g_malloc () from /usr/lib64/libglib-2.0.so.0 #5 0x00007ffff5f1faf0 in message_info_load (s=<value optimized out>, in=0xa5a000) at camel-folder-summary.c:3139 #6 0x00007fffdbef8a8e in message_info_load (s=0x1586, in=0x158f) at camel-mbox-summary.c:477 #7 0x00007ffff5f1df73 in camel_folder_summary_migrate_infos (s=0xa3ad30) at camel-folder-summary.c:1196 #8 0x00007fffe2db07e2 in migrate_folders (store=0x7a4ae0, is_local=1, fi=0x88f480, acc=0x7fffe423afa9 "On This Computer", ex=0x7fffffffd3e8, done=0x7fffffffd408, nth_folder=0x7fffdb6cffa8, total_folders=197) at em-migrate.c:2875 #9 0x00007fffe2db080c in migrate_folders (store=0x7a4ae0, is_local=1, fi=0x85d000, acc=0x7fffe423afa9 "On This Computer", ex=0x7fffffffd3e8, done=0x7fffffffd408, nth_folder=0x7fffdb6cffa8, total_folders=197) at em-migrate.c:2877 #10 0x00007fffe2db080c in migrate_folders (store=0x7a4ae0, is_local=1, fi=0x85d280, acc=0x7fffe423afa9 "On This Computer", ex=0x7fffffffd3e8, done=0x7fffffffd408, nth_folder=0x7fffdb6cffa8, total_folders=197) at em-migrate.c:2877 #11 0x00007fffe2db0936 in migrate_folders_to_db_thread (migrate_dbs=0x7fffffffd3e0) at em-migrate.c:2929 #12 0x00007fffe8b40764 in ?? () from /usr/lib64/libglib-2.0.so.0 #13 0x00007ffff3a6f070 in start_thread () from /lib64/libpthread.so.0 #14 0x00007fffe88570ed in clone () from /lib64/libc.so.6 #15 0x0000000000000000 in ?? () (gdb) quit The program is running. Quit anyway (and kill it)? (y or n) y Valgrind shows nothing useful here - I guess the summary it is opening is corrupt (somehow): .. (gdb) down #5 0x00007ffff5f1faf0 in message_info_load (s=<value optimized out>, in=0x9dc120) at camel-folder-summary.c:3139 3139 mi->references = g_malloc(sizeof(*mi->references) + ((count-1) * sizeof(mi->references->references[0]))); (gdb) p mi->references $1 = (CamelSummaryReferences *) 0x0 (gdb) p count $2 = 1039884116 .. (gdb) p *fi $3 = {next = 0x85d240, parent = 0x0, child = 0x711500, uri = 0x8f3970 "mbox:/home/michael/.evolution/mail/local#Mail", name = 0x8742b0 "Mail", full_name = 0x8742d0 "Mail", flags = 4, unread = 0, total = 0} -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.