Status fields:
| creation_ts: | 2007-04-17 19:18 |
|---|---|
| component: | threads |
| version: | unspecified |
| rep_platform: | All |
| op_sys: | All |
| bug_status: | RESOLVED |
| resolution: | FIXED |
| reporter: | stefan@complang.tuwien.ac.at |
Currently, lock records are not garbage collected or otherwise cleaned up at all.
The total amount of leakage should be roughly equal to {number of threads
created} * {avg number of objects locked by each thread}.
I fixed that.