-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Crash when calling console.dir on a revoked Proxy #43095
Comments
daeyeon
added a commit
to daeyeon/node
that referenced
this issue
May 14, 2022
Fixes: nodejs#43095 Signed-off-by: Daeyeon Jeong [email protected]
daeyeon
added a commit
to daeyeon/node
that referenced
this issue
May 14, 2022
Fixes: nodejs#43095 Signed-off-by: Daeyeon Jeong [email protected]
daeyeon
added a commit
to daeyeon/node
that referenced
this issue
May 14, 2022
Fixes: nodejs#43095 Signed-off-by: Daeyeon Jeong [email protected]
daeyeon
added a commit
to daeyeon/node
that referenced
this issue
May 14, 2022
Fixes: nodejs#43095 Signed-off-by: Daeyeon Jeong [email protected]
daeyeon
added a commit
to daeyeon/node
that referenced
this issue
May 14, 2022
Fixes: nodejs#43095 Signed-off-by: Daeyeon Jeong [email protected]
daeyeon
added a commit
to daeyeon/node
that referenced
this issue
May 14, 2022
Fixes: nodejs#43095 Signed-off-by: Daeyeon Jeong [email protected]
nodejs-github-bot
pushed a commit
that referenced
this issue
May 22, 2022
Fixes: #43095 Signed-off-by: Daeyeon Jeong [email protected] PR-URL: #43100 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
bengl
pushed a commit
that referenced
this issue
May 30, 2022
Fixes: #43095 Signed-off-by: Daeyeon Jeong [email protected] PR-URL: #43100 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
juanarbol
pushed a commit
that referenced
this issue
May 31, 2022
Fixes: #43095 Signed-off-by: Daeyeon Jeong [email protected] PR-URL: #43100 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
danielleadams
pushed a commit
that referenced
this issue
Jun 27, 2022
Fixes: #43095 Signed-off-by: Daeyeon Jeong [email protected] PR-URL: #43100 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
targos
pushed a commit
that referenced
this issue
Jul 12, 2022
Fixes: #43095 Signed-off-by: Daeyeon Jeong [email protected] PR-URL: #43100 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
targos
pushed a commit
that referenced
this issue
Jul 31, 2022
Fixes: #43095 Signed-off-by: Daeyeon Jeong [email protected] PR-URL: #43100 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
guangwong
pushed a commit
to noslate-project/node
that referenced
this issue
Oct 10, 2022
Fixes: nodejs/node#43095 Signed-off-by: Daeyeon Jeong [email protected] PR-URL: nodejs/node#43100 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
v18.1.0 (Windows), v16.15.0 (WSL1), v16.14.2 (WSL1), v16.14.0 (Windows), v12.16.1 (repl.it)
Platform
Microsoft Windows NT 10.0.19044.0 x64
Subsystem
console
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
v16.15.0 on WSL1:
v18.1.0 on Windows:
Additional information
util.inspect(r.proxy)
(orconsole.log(r.proxy)
) doesn't crash but it does throw an exception:If you call
util.inspect(r)
(orconsole.log(r)
) instead (i.e. on the wrapper object) the error is slightly different (presumably because it's wrapped in an assertion):No problems in a Chrome devtools console.
The text was updated successfully, but these errors were encountered: