GNOME Bugzilla – Bug 404897
crash in Evolution: Selected a folder and cl...
Last modified: 2007-08-23 05:33:01 UTC
What were you doing when the application crashed? Selected a folder and clicked remove. Distribution: Gentoo Base System version 1.12.6 Gnome Release: 2.16.2 2006-12-11 (Gentoo) BugBuddy Version: 2.16.0 Memory status: size: 168345600 vsize: 0 resident: 168345600 share: 0 rss: 28925952 rss_rlim: 0 CPU usage: start_time: 1170753869 rtime: 0 utime: 332 stime: 0 cutime:273 cstime: 0 timeout: 59 it_real_value: 0 frequency: 0 Backtrace was generated from '/usr/bin/evolution-2.8' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1230768464 (LWP 27951)] [New Thread -1349149792 (LWP 27985)] [New Thread -1297110112 (LWP 27980)] [New Thread -1288717408 (LWP 27979)] [New Thread -1355859040 (LWP 27978)] [New Thread -1364251744 (LWP 27974)] [New Thread -1313895520 (LWP 27972)] [New Thread -1339073632 (LWP 27969)] [New Thread -1330680928 (LWP 27968)] [New Thread -1280324704 (LWP 27962)] [New Thread -1271932000 (LWP 27961)] [New Thread -1263539296 (LWP 27960)] [New Thread -1255146592 (LWP 27959)] [New Thread -1245070432 (LWP 27958)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 108394
Thanks for taking the time to report this bug. Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Hello, I hope the below information is enough, if not please tell me. --------------------------------------- camel-ERROR **: file camel-partition-table.c: line 829 (camel_key_table_set_flags): assertion failed: (kb->used < 127) aborting... Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread -1231243600 (LWP 9731)] 0xb6b932b1 in IA__g_logv (log_domain=0xb7d28754 "camel", log_level=G_LOG_LEVEL_ERROR, format=0xb6bbde20 "file %s: line %d (%s): assertion failed: (%s)", args1=0xbfdcda3c "\n���=\003") at gmessages.c:493 493 gmessages.c: No such file or directory. in gmessages.c (gdb) thread apply all bt
+ Trace 108574
Thread 1 (Thread -1231243600 (LWP 9731))
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 387646 ***
Looks traces similar to 348149. camel-partition-table.c: #if 1 g_assert(kb->used < 127); /* this should be more accurate */ g_assert(index < kb->used); #else if (kb->used >=127 || index >= kb->used) { g_warning("Block %x: Invalid index or content: index %d used %d\n", blockid, index, kb->used); return 0; } #endif