Comment 6 for bug 393534

Revision history for this message
Steven Farmer (stevenleefarmer) wrote : Re: [karmic] attaching certain file causes evolution to choke taking more than 600MB of memory, while composing an e-mail

I used tcsh's limit command to limit memoryuse to 128M and vmemoryuse to 256M, started evolution, composed an email and attached the jpeg. Cpu usage immediately went to 99.9%, but I was able to do a 'kill -ABRT' and get a core dump. The process was in /usr/lib/libcairo.so.2 when it died. On a hunch, I used 'System->Preferences->Appearance' to change the theme from 'LegacyHuman' to 'Human' and tried again. This time evolution behaves itself, although the progress bar animation that appears as the attachment is read is awfully jerky (but I can live with that). Could this be a gtk bug? The core file is 181 megabytes, so I'm just attaching a typesrcipt file showing the gdb which command.