[PATCH 1/1] winex11.drv: Fix QQ and TIM deadlocked

Wei Xie xiewei at deepin.com
Tue Mar 27 01:42:15 CDT 2018


X11DRV_WindowMessage handle WM_X11DRV_SET_CURSOR message will
    owner win_data_section and wait loader_section(call stack set_window_cursor
    ->create_cursor->create_xcursor_system_cursor->GetModuleHandleW),
    if load FlashControl.dll in other thread(thread B), thread B will
    CreateWindow in process_attach entry, so in thread B owner
    loader_section and wait win_data_section. This situation will caused deadlocked
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-winex11-Fix-QQ-TIM-deadlocked.patch
Type: application/octet-stream
Size: 1451 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20180327/5dabe740/attachment.obj>


More information about the wine-devel mailing list