-
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
Uncaught exception in ext/websocket/01_websocket.js:507:13 #16676
Comments
Hello, I continue to have this bug which is quite annoying. Here is the stack trace in In deno 1.29.1:
|
Does this problem still happen on the latest version? |
I would need to check, but it's slightly annoying because I can't upgrade past Deno 1.31 because otherwise I am getting memory leak errors every few hours on my long running process. (#18369). |
@quentinadam does this still occur? |
@quentinadam You can upgrade to Deno v1.33 (or later for the time being) that works around the memory leak - we're still waiting on V8 11.7 release to properly fix the problem from that issue. |
I have closed #17823, as it is most likely a duplicate of this issue. While everyone here is talking about a reproduction, I'd like to note that you can see a problem just by looking at the code. I would be extremely grateful if you finally wrapped that function with try .. catch block, please. There are two |
Hi, This was fixed in the latest release (1.36.1). Feel free to reopen if its still happening. |
Has there been a regression? I'm using 1.37.1 and getting EDIT: Actually I just discovered #18977, which looks the same |
[Using Deno 1.28.0]
I frequently have the following exception that kills my program:
I had a look at the source code, and it seems that this set of lines should be included in a try-catch block:
deno/ext/websocket/01_websocket.js
Line 507 in 1416713
The text was updated successfully, but these errors were encountered: