Comment 8 for bug 192165

Revision history for this message
ironstorm (ironstorm-gmail) wrote :

Fix committed in r1959 -- Apr 28 2008

The source of the XLib errors were the waveSummary generation thread writing UI updates. credit to this post: http://lists.trolltech.com/qt-interest/2005-05/msg00702.html

Apparently only the UI thread is allowed to update widgets, any other threads can occasionally trigger XLib errors which kill the UI thread.