Closed dkrikun closed 13 years ago
operator== is not even called. Probably hash func. is bad. Edited: hash func. is no longer relevant, because only operator== is used in universal_set now.
In native_monitor_enter
it has been observed that different thread
param values are passed in for the same thread.
Edited: cancel, this is a mistake
Looks like I've fixed this, please run more samples and verify.
Whereas in unittests, using mock types, everything is fine. Therefore, the bug is supposedly because of operator== issues.