http://bugs.winehq.org/show_bug.cgi?id=9484
--- Comment #41 from Austin Lund austin.lund@gmail.com 2011-06-10 05:12:39 CDT --- (In reply to comment #40)
Is this meant to be like this?
Seems the answer is yes. It's started earlier.
Could the solution be in this request for handle information? i.e. this bit:
0017:Call ntdll.ZwQuerySystemInformation(00000010,00129810,00002000,00000000) ret=00557d8c 0017:trace:ntdll:NtQuerySystemInformation (0x00000010,0x129810,0x00002000,(nil)) 0017:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION 0017:Ret ntdll.ZwQuerySystemInformation() retval=00000000 ret=00557d8c
The return value indicates success, but the implementation doesn't actually seem to do anything useful in terms of output.