Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 2 of Ticket #3069


Ignore:
Timestamp:
05/15/20 18:01:58 (4 years ago)
Author:
gkronber
Comment:

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).
     1There 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).
    22
    33{{{