-
Notifications
You must be signed in to change notification settings - Fork 102
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
steady time overflow issue #86
Comments
@wjwwood, I see two solutions:
I can do the first fix if you want. Do you have any destination date for it? |
Since it only affects Windows we might be able to use something like this: https://msdn.microsoft.com/en-us/library/windows/desktop/hh802933(v=vs.85).aspx
I think this is basically what the above function does (or one of it's related functions). We'd welcome a patch, but that's up to you. I'll think about what we could do to more quickly reproduce the issue as a test. |
@wjwwood,
No, the above is not. Please ignore. |
As reported by @serge-nikulin, this test code will eventually produce unexpected output on Windows (I do not think it affects Linux/macOS):
Something like this (after about 30 minutes or so):
The theory is that this is due to an overflow of an intermediate calculation which uses the performance ticks on a computer with a GHz speed processor.
@serge-nikulin said:
The text was updated successfully, but these errors were encountered: