id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 12754 deadlock at startup with CEC enabled bbaetz@… Stuart Auchterlonie "Configuring the TV at startup is done from the main thread. However, when the TV state changes as a result of this, libCEC sends a message to the callback handler on its own thread, which tries to get the UI lock to reset the screensaver state. This results in a deadlock because the main thread already has the UI lock during startup time. Instead, run the initial setup activity at the start of the CEC handler thread. This was missed in the patch applied for #11986 when I did a merge - I've been running this on my 0.27 system for > 1 year." Bug Report - Hang/Deadlock closed minor 0.28.1 MythTV - General 0.28.0 medium fixed patch 0