Changes between Initial Version and Version 1 of Ticket #2381
- Timestamp:
- 05/04/15 08:29:49 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2381 – Description
initial v1 1 1 I observed a problem in the object graph traversal on several occasions. 2 2 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. 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 seemingly terminates after a while with an error (which is not handled or displayed). 4 5 No run is produced, the algorithm is not set to state stopped, no thread is running. 4 6 5 7 I could be related to traversal of value-types (structs).