From d481f75848e77595f3d26ff10d6479eadbc44899 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 13 Jan 2010 19:07:18 +0000 Subject: [PATCH] Move lyxerrFlush() out of singnal/slot business. Under massive load of lyxerr<< messages we lose synchronization in ui and messages get garbled into each other. This patch helps a lot, note however that the problem is generally hard to solve in multithreaded environment because from inside lyxerr there is no way how to know that t1b should be bound to t1a when thread is switched in unfortunated time and thread thread2 goes for his bussiness. thread1 out<