Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2381


Ignore:
Timestamp:
05/04/15 08:29:49 (10 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2381 – Description

    initial v1  
    11I observed a problem in the object graph traversal on several occasions.
    22
    3 The problem becomes apparent when an algorithm seemingly does not stop at the end of a run. The underlying issue seems to be the object graph traversal which is either stuck in an endless loop or takes very long to finish (several days). No exception is raised.
     3The problem becomes apparent when an algorithm seemingly does not stop at the end of a run. The underlying issue seems to be the object graph traversal which seemingly terminates after a while with an error (which is not handled or displayed).
     4
     5No run is produced, the algorithm is not set to state stopped, no thread is running.
    46
    57I could be related to traversal of value-types (structs).