-
Notifications
You must be signed in to change notification settings - Fork 13.4k
QueryPerformanceFrequency failure mode not handled #2675
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
Comments
Quick research reveals the following:
|
Is this really a production readiness thing? Seems internal. Nominating for discussion. |
If we think that this can't actually fail, then we should add an assert. |
just a bug, removing milestone/nomination. |
Visiting for triage, email from 2013 sep 30 @msullivan you mean to assert that the input address we feed to |
Same for |
In the runtime, in timer.cpp, timer::timer, failure of QueryPerformanceFrequency is not handled. Find out if it's possible for it to fail and, if so, get a workaround in place. Or failure. One or the other.
The text was updated successfully, but these errors were encountered: