GNOME Bugzilla – Bug 247694
evolution freeze when setting summary preference
Last modified: 2013-09-13 12:33:26 UTC
Description of Problem: evolution freeze when setting summary preference The evolution version I used is v1.5 Steps to reproduce the problem: 1. Tools->Settings->Summary Preference 2. Change the summary preference settings, such as "News need", "wheather", etc. 3. Actual Results: evolution freezes and no response. Expected Results: How often does this happen? always Additional Information:
The bug does not happen always, there a small mistake in bug description above, :-) And this bug is not related to accessibility.
Can you get a backtrace when this happens?
No, I can't get the backtrace.
This bug can be reproduced in Redhat9 with gnome2.4
When evolution got frozen, it said: (evolution:4038): evolution-mail-WARNING **: Cannot activate OAFIID:GNOME_Spell_Dictionary:0.3 ** (evolution:4038): CRITICAL **: file utils.c: line 100 (html_utils_get_accessible): assertion `o != NULL' failed
If you can reproduce this, at freeze 1. Dig out evolution pid (ps -feax | grep evolution) 2. Start gdb in a terminal window 3. At gdb prompt write attach [evolution_pid from 1] 4. After libraries/symbols are loaded,at gdb prompt type: where 5. Paste output to this report. Otherwise we can't pintpoint the problem.
Closed due to lack of response. Presumed fixed. Please reopen if otherwise.