Changes between Initial Version and Version 2 of Ticket #3069
- Timestamp:
- 05/15/20 18:01:58 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3069 – Description
initial v2 1 There is a race condition whereby in the AsynchronousContentView in the following code 'result' is null, or already disposed within the WaitOrTimerCallback when it is called. This leads to a KeyNotFoundExceptionException in the callback and consequently a crash of HL. The error is hard to reproduce but usually occurs when algorithms are running and working with the Hive Job Manager (which often locks views and shows progress bars).1 There is a race condition in the AsynchronousContentView whereby in the following code 'result' is null, or already disposed within the WaitOrTimerCallback. This leads to a KeyNotFoundExceptionException in the callback and consequently a crash of HL. The error is hard to reproduce but usually occurs when algorithms are running and working with the Hive Job Manager (which often locks views and shows progress bars). 2 2 3 3 {{{