Changes between Initial Version and Version 1 of Ticket #53705, comment 23
- Timestamp:
- 09/06/2022 07:29:18 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53705, comment 23
initial v1 1 1 this issue still needs reliable reproduction steps 2 2 3 I fear that expecting pure, repeatable reproduction will lead t his issue not being resolved.3 I fear that expecting pure, repeatable reproduction will lead to this issue not being resolved. 4 4 5 5 This bug involves a race condition, so it is naturally not reproducible in the way that a pure function yields a consistent result given the same arguments. To make the results of this bug exactly repeatable, we would need to control all factors that determine which execution threads win and lose the races, and we do not typically control those factors at the OS and network level.