http://bugzilla.novell.com/show_bug.cgi?id=611536 http://bugzilla.novell.com/show_bug.cgi?id=611536#c5 --- Comment #5 from Thiago Sayao <thiago.sayao@gmail.com> 2010-06-08 00:26:11 UTC --- It happens when evolution-python-plugins and evolution-mono-plugins are installed. I have tried with each individually installed and it works, re-installing both makes it crash again. (I discovered it because evolution-python-plugins is the latest loaded lib that shows on gdb). Maybe some resource that both shares? Missing lock? Looking on strace it's probably reading something that does not end, like some kind of resource. Maybe i'm wrong but strace shows a *LOT* of those lines: read(33, "\1\0\0\0\2\0\0\0\0\0\0\0\20\0\0\0out\0\0\0\0\0\0\0\0\0\0\0\0\0", 1024) = 32 read(33, "\1\0\0\0\2\0\0\0\0\0\0\0\20\0\0\0out\0\0\0\0\0\0\0\0\0\0\0\0\0", 1024) = 32 Or maybe both are really trying to read the same resource, generating some kind of dead-lock? (each one is waiting the other?) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.