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

JobQueue can panic with "supplied instant is later than self", presumably due to buggy clock #10091

Closed
matklad opened this issue Nov 17, 2021 · 1 comment
Labels
C-bug Category: bug

Comments

@matklad
Copy link
Member

matklad commented Nov 17, 2021

Problem

See stack trace at near/nearcore#5304. Seems like the usual "monotoinc clock is not actually monotonic". Seems like we try to work-around such issues (#8042), so we might want to do this here as well.

OTOH, this is being fixed in stdlib, so we can just wait for that to tickle down: rust-lang/rust#89926

Steps

No response

Possible Solution(s)

No response

Notes

No response

Version

No response

@matklad matklad added the C-bug Category: bug label Nov 17, 2021
@matklad matklad changed the title JobQueue can panic with "supplied instant is later than self", presumably due to buggy clocks JobQueue can panic with "supplied instant is later than self", presumably due to buggy clock Nov 17, 2021
@matklad
Copy link
Member Author

matklad commented Feb 15, 2022

rust-lang/rust#89926 landed, so I guess we can close this.

@matklad matklad closed this as completed Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug
Projects
None yet
Development

No branches or pull requests

1 participant