Hi,
apart from the fact that the kernel32/thread tests are failing for Wine and most of the Windows platforms (test.winehq.org) I seem to have a problem with threads as well. The app I'm working on experiences a crash:
Backtrace: =>1 0x7155ddf3 in aclui (+0xddf3) (0x5bc62acc) 2 0x7155e806 in aclui (+0xe806) (0x5bc62b04) 3 0x7155e900 in aclui (+0xe900) (0x5bc62b24) 4 0x715585ac in aclui (+0x85ac) (0x5bc62b48) 5 0x25576815 THREAD_Start+0xe5(ptr=0x7ff85e10) [/wine-src/wine-cvs/dlls/kernel /thread.c:104] in kernel32 (0x5bc62c14) 6 0x44e2d516 start_thread+0x136(info=0x7ff85e28) [/wine-src/wine-cvs/dlls/ntdl l/thread.c:232] in ntdll (0x5bc63458) 7 0x2001eb80 (0x5bc634c8) 8 0x75a2c9ce (0x00000000) 0x7155ddf3: movl 0xc(%edi),%eax
I have a full +relay,+all trace but the only thing I see is that the crash happens in the middle of some NtWaitForMultipleObjects and get_thread_context calls.
Any idea's?
Cheers,
Paul.