Description
There are currently 2 failing tests for ExResource in ROS but succeeding in Windows - http://www.reactos.org/testman/detail.php?id=6564737&prev=0 for more info.
After running a debugging session the culprit became clear. The implementation of ExAcquireResourceSharedLite never increments the ActiveCount member of the ERESOURCE, instead it increments the "ActiveEntries" which is non-existant in the windows definition of this struct. All of this is happening on line 966 in resource.c.
Attachments
Issue Links
- relates to
-
ROSTESTS-99 Bug in ExResource tests
- Resolved