-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Panic in ext\http\http_next.rs:195:1 #19058
Comments
Working on this in #19154 |
This was referenced May 16, 2023
Closed
mmastrac
added a commit
that referenced
this issue
May 16, 2023
Fixes for various `Attemped to access invalid request` bugs (#19058, #15427, #17213). We did not wait for both a drop event and a completion event before removing items from the slab table. This ensures that we do so. In addition, the slab methods are refactored out into `slab.rs` for maintainability.
levex
pushed a commit
that referenced
this issue
May 18, 2023
Fixes for various `Attemped to access invalid request` bugs (#19058, #15427, #17213). We did not wait for both a drop event and a completion event before removing items from the slab table. This ensures that we do so. In addition, the slab methods are refactored out into `slab.rs` for maintainability.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My app crashes sometimes, code I was testing with using is https://github.com/devazuka/noscroll/blob/0b1167617df32ba1f7740b64f02774e23020ca60/noscroll.js
I don't have a lot of space left on disk, might be the problem, will try to reproduce on linux.
Platform: windows
x86_64
Version:
1.33.2
Args:
["C:\\Users\\cd\\scoop\\apps\\deno\\current\\deno.exe", "run", "--unstable", "-A", ".\\noscroll.js"]
stack backtrace:
The text was updated successfully, but these errors were encountered: