http://bugzilla.novell.com/show_bug.cgi?id=620513 http://bugzilla.novell.com/show_bug.cgi?id=620513#c24 Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #375033|0 |1 is obsolete| | --- Comment #24 from Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt> 2010-07-10 11:31:11 UTC --- Created an attachment (id=375110) --> (http://bugzilla.novell.com/attachment.cgi?id=375110) Test case v3 This is the stripped down version of the test case. Resize the window and see it crash. I found out why the test case wasn't freezing in my Ubuntu system. One factor I didn't mention in comment 22 is of course an environmental difference, because I couldn't pin it down to any precise configuration. I remembered of disabling the 3D effects; that did the trick. Not yet sure why; maybe it just makes the bug harder to reproduce given those effects cut on a lot of the need for layout recalculation. Anyway, as you can read from the comments in the test case, I found one simple solution: view = gtk.TextView() - view.set_wrap_mode (gtk.WRAP_WORD_CHAR) + view.set_wrap_mode (gtk.WRAP_WORD) That's it. I applied some stress to the test, and that does seem to do the trick. Not incredibly odd; I guess that forces the TextView to go through some more width negotiations. But I will be checking the gtk code... -- 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.