Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0, 1.0.1
-
None
Description
The csharp implementation of FreePool has a synchronization problem in that quick back-to-back calls to Run from different threads can cause trouble due to conflicting update to the thread list and associated counter. There are other ways to provoke this problem, too.