Menu

#4 totalMilliseconds tag in status.xml

open
Bluebell
1
2016-04-07
2016-04-07
No

There's an issue with the status.xml file that keeps track of the current population. When resuming an execution, sometimes ugp3 crashes while reading the tag "totalMilliseconds" (failing to convert it to UInt). The problem probably rises from the fact that totalMilliseconds is written as a long unsigned int, and read as an unsigned int.

Discussion


Log in to post a comment.