Hi,
after compiling ros on ros, I see over 45000 memory blocks with the tags
TOKd, TOKp, TOKu and TOKp. It seems, something is wrong with the
referencing/dereferencing of tokens. I've add some debug code in
SeDeassignPrimaryToken (only called by PspDeleteProcess), which prints
the ref count of the token object. It is always greater than 1. The
process token is never deleted.
- Hartmut