Comment 4 for bug 692635

Revision history for this message
Todd Allen (speedebikes) wrote : Re: Crashes due to Gdk:ERROR...miUnionNonO: assertion failed: (y1 < y2)

Severin, sounds like a good theory. Writing multi-threaded code is rather challenging and prone to bugs. Whenever data can be accessed by multiple threads great care must be taken. It's usually best to isolate tasks (such as updating the gui) to a single thread.