Thomas Weidenmueller schrieb:
James Tabor wrote:
This test same as above using the taskmgr.exe
while compiling Ros on
Ros.
The branch is Head or current SVN,
http://rafb.net/paste/results/qOCyyY29.html
I believe this is due to a bug in the object parsing code where it
doesn't reference an object when walking into deeper levels. Could you
please try my attached patch on SVN trunk if it fixes it?
Best Regards,
Thomas
I think the problem is a missing status check after a call to
ObReferenceXXX. The object is being deleted. The return value is an
error and the object isn't referenced. Later the object get a
dereference call too much.
- Hartmut