http://bugs.winehq.org/show_bug.cgi?id=16162 --- Comment #9 from Colin Pitrat <colin.pitrat(a)gmail.com> 2009-02-18 14:38:36 --- After deeper analysis, it appears that the stack I got in winedbg is invalid. The "invalid" request come from NTSTATUS WINAPI NtSetEvent( HANDLE handle, PULONG NumberOfThreadsReleased ) It has a data_count == 0, and a request_size that seems to not be initialized. A call to backtrace / backtrace_symbols_fd give the following stack: /home/colin/Programmation/wine-1.1.15/loader/../dlls/ntdll/ntdll.dll.so(wine_server_call+0xe5)[0x7efbc735] /home/colin/Programmation/wine-1.1.15/loader/../dlls/ntdll/ntdll.dll.so(NtSetEvent+0x6b)[0x7efc2afb] /home/colin/Programmation/wine-1.1.15/loader/../dlls/kernel32/kernel32.dll.so(SetEvent+0x1a)[0x7ee4fa6a] [0x7b2a77] [0xeb835b00] -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.