-
Notifications
You must be signed in to change notification settings - Fork 125
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
assertion failed: earliest > now #1490
Comments
Oops, I just found that I missed to address the comment about using |
I've accidentally found a way to reproduce this reliably. I'll submit a test to demonstrate how this happened. |
I have another reproducer. In #1875, the |
The issue in
|
I hit this assertion when trying to land this patch.
According to the log below, this seems to be caused by the Idle/keepalive timer. It shows that we called
process_output
twice, but the instant values returned from Idle/keepalive timer were not changed.Note that the delay returned from the first
process_output
is more than 1ms, so necko waited and didn't callprocess_output
immediately. I think this means that this patch is not the culprit, but I am not super sure.The text was updated successfully, but these errors were encountered: