-
Notifications
You must be signed in to change notification settings - Fork 241
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
thread '<unnamed>' panicked at 'supplied instant is later than self' #387
Comments
It seems that it's caused by this line of code: Line 331 in c2de802
|
Seems pretty surprising that time appears to be running backwards here. Would be interesting if you can supply more information about in what scenario that might be happening. With rayon on the stack, you probably have some multi-threading going on? So I suppose what might happen is some thread (a) might be waiting for the Anyway, I think 3395389 should take care of it. |
That's right. |
@djc Could you please release a new rc to crates.io? Thanks a lot! |
Done. |
In Jake-Shadle/xwin#30 after upgrading to
0.17.0-rc.5
,cargo run -- splat
panicked with the following backtrace:The text was updated successfully, but these errors were encountered: