https://bugs.kde.org/show_bug.cgi?id=509947

--- Comment #5 from Ming Chuan <[email protected]> ---
Any thoughts on how to address this? Here are some ways but none of them are
ideal

1. Create a new QThread just to "bounce" the log message, to avoid emitting
event in message handler
2. Use a periodic QTimer to refresh the log viewer instead of updating it
directly in message handler
3. Defer (queue) the log message that begins with "QObject::disconnect"
4. File a ticket to upstream. They log a message while holding a mutex seems
simply to be a unnecessary, oversight.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to