xiaohe27 / LogReader

The log reader which can read log files
0 stars 0 forks source link

Is RVM only support 128 monitors? #42

Closed xiaohe27 closed 9 years ago

xiaohe27 commented 9 years ago

Seems that it will report violations after 128 instances are generated anyway

xiaohe27 commented 9 years ago

The problem is the addr of two obj with the same val is different. The hash code should be the same, think about how to overcome

xiaohe27 commented 9 years ago

a tmp fix is: using string as the index of monitors instead of the weak-ref thing. We may not want to distinguish two things having same val but occurs in different places.