//we must wait only async destroy request to avoid from a deadlock if (ui->uiThreadId != GetCurrentThreadId()) uiThread = ui->uiThread; //Hmm. This function called from outside of UIMgr //Post close message and wait WM_DESTROY PostMessage(ui->hwnd, WM_CLOSE, 0, 0); } //else...
xfs (pid 1385) is running… In some cases, the only reason for the failure is that the font server is 在一些案例,唯一失败的原因是字体服务停止 dead. So, you need to restart font server like this: 所以,你需要重新启动字体服务象这样: [root@localhost /root]# /etc/init.d/xfs start Starti...
Transaction rollback was requested since MDL deadlock was discovered while trying to open tables. Rollback transaction in all storage engines including binary log and release all locks. */ trans_rollback_implicit(thd); thd->mdl_context.release_transactional_locks(); } thd->cleanup_after_query(...