https://bugs.winehq.org/show_bug.cgi?id=42828
Bug ID: 42828 Summary: SystemHandleInformation needs to return ObjectPointer Product: Wine Version: 2.6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: ray@rh-software.com Distribution: ---
Created attachment 57906 --> https://bugs.winehq.org/attachment.cgi?id=57906 Test version of SIV
NtQuerySystemInformation( SystemHandleInformation ) always returns NULL as the ObjectPointer and this causes SIV to think all the handles for all locks.
There is /* FIXME: Fill out ObjectType, HandleFlags, ObjectPointer */ in the code that mentions this need fixing.
A wine service also seem to often crash shortly after SIV has started.
The same issues exit when SIV is run as other then root, but the information reported when doing this is less.
I have attached a SIV that recreates the issue on Wine 2.6.