GNOME Bugzilla – Bug 323514
evolution locks up whon double clicking to add users to the TO: field
Last modified: 2006-01-19 07:41:17 UTC
Distribution/Version: SourceMage On either New or Forward message. Click the To: button. double click on anyone in my personal address book and evolution locks up to where I have to use killev to kill it.
Can you please attach gdb to Evolution process and get the backtraces by using gdb the command "thread apply all bt", when Evolution freezes ? (see http://live.gnome.org/GettingTraces) Also, start Evolution and evolution-data-server from the console and see if any debug messages are printed on the console when it hangs?
*** Bug 323515 has been marked as a duplicate of this bug. ***
I was unable to do anything as a user because evolution would crash almost immeadiately after typing run in debug. I logged in as root and was able to get something with just the bt command. AS USER (evolution-2.4:21429): camel-WARNING **: camel_exception_get_id called with NULL parameter. (gdb) run Starting program: /usr/bin/evolution-2.4 adding hook target 'source' Detaching after fork from child process 21434. (evolution-2.4:21429): camel-WARNING **: camel_exception_get_id called with NULL parameter. Program exited with code 01. (gdb) thread apply all bt (gdb) AS ROOT (gdb) run Starting program: /usr/bin/evolution-2.4 adding hook target 'source' Detaching after fork from child process 21597. (evolution-2.4:21591): Gdk-CRITICAL **: gdk_gc_set_foreground: assertion `GDK_IS_GC (gc)' failed (evolution-2.4:21591): Gdk-CRITICAL **: gdk_gc_set_foreground: assertion `GDK_IS_GC (gc)' failed Program received signal SIGSEGV, Segmentation fault. 0xb665f6ee in free () from /lib/libc.so.6 (gdb) thread apply all bt (gdb) bt
+ Trace 64484
not sure why evolution crashes when you rin with gdb. Could be some problem with the distro you are using. Looking at the logs, i don't see nay evolution related information.
Not sure why either but if I go back to 2.4.1 it doesn't do this. Also noticed that the count of the number unread doesn't clear after restarting until I go to another folder then back.
*** This bug has been marked as a duplicate of 323753 ***