Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We need to initialize startEpoch and endEpoch #284

Closed
kaligrafy opened this issue Feb 21, 2024 · 1 comment · Fixed by #285
Closed

We need to initialize startEpoch and endEpoch #284

kaligrafy opened this issue Feb 21, 2024 · 1 comment · Fixed by #285
Labels

Comments

@kaligrafy
Copy link
Collaborator

Otherwise, we may get random crashes:

Assertion failed: (startEpoch && actualEpoch && startEpoch >= 0 && actualEpoch >= 0 && actualEpoch >= startEpoch), function getDurationMicrosecondsNoStop, file calculation_time.cpp, line 35.

@kaligrafy kaligrafy added the bug label Feb 21, 2024
@greenscientist
Copy link
Contributor

The CalculationTime class does not have a constructor, so we will need to add it.

@greenscientist greenscientist linked a pull request Mar 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants