[Evolution] Bug#561330: Bug#561330: Bug#561330: evolution: hangs with 100% cpu utilization when opening an attachment

Li, Yan yanli at infradead.org
Sat Dec 26 14:20:32 UTC 2009


On Sat, Dec 26, 2009 at 11:32:38AM +0100, Alessio Botta wrote:
> -------------------------------------------------------
> -------------------------------------------------------
> Everything went all right.
> Then, I was going to open a fourth attachment
> -------------------------------------------------------
> -------------------------------------------------------
> 
> ** (evolution:28786): CRITICAL **: atk_object_set_name: assertion
> `name != NULL' failed
> 
> ** (evolution:28786): CRITICAL **: atk_object_set_name: assertion
> `name != NULL' failed
> 
> ** (evolution:28786): CRITICAL **: clearlooks_style_draw_box: assertion
> `width >= -1' failed
> Killed
> 
> -------------------------------------------------------
> -------------------------------------------------------
> Evolution hanged with 100% cpu utilization
> I had to kill it
> -------------------------------------------------------
> -------------------------------------------------------

Thanks for the log. But unfortunately there seems nothing very useful
here. Could you please try to catch a backtrace by using gdb?

1. install gdb and Evolution debugging info packages:
   evolution-data-server-dbg, evolution-dbg
2. start evolution and make it run crazy by using your steps to
   reproduce this issue
3. get its pid, run:
   # ps -ef | grep evolution
   and you can find a line like:
   user     5260 26187  0 22:16 pts/7    00:00:00 evolution
            ^^^^ this is pid
4. run gdb:
   # gdb `which evolution` pid
   like:
   # gdb `which evolution` 5260
5. in gdb, run the following cmds one by one:
   set logging on
   info threads
   thread apply all bt
   (press <return> if the output pauses)
   quit

then please attach the gdb.txt under your current directory.

Thank you.   

-- 
Li, Yan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-evolution-maintainers/attachments/20091226/c194cae9/attachment.pgp>


More information about the Pkg-evolution-maintainers mailing list