-
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
Repl crash when SharedArrayBuffers are disabled #39717
Labels
Comments
This was referenced Aug 9, 2021
BridgeAR
added a commit
to BridgeAR/node
that referenced
this issue
Nov 29, 2021
This allows the repl to function normally while using the `--no-harmony-sharedarraybuffer` V8 flag. Fixes: nodejs#39717 Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
BridgeAR
added a commit
to BridgeAR/node
that referenced
this issue
Dec 4, 2021
This allows the repl to function normally while using the `--no-harmony-sharedarraybuffer` V8 flag. Fixes: nodejs#39717 Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
BridgeAR
added a commit
to BridgeAR/node
that referenced
this issue
Dec 4, 2021
This allows the repl to function normally while using the `--no-harmony-sharedarraybuffer` V8 flag. Fixes: nodejs#39717 Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
BridgeAR
added a commit
to BridgeAR/node
that referenced
this issue
Dec 4, 2021
This allows the repl to function normally while using the `--no-harmony-sharedarraybuffer` V8 flag. Fixes: nodejs#39717 Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de>
BridgeAR
added a commit
to BridgeAR/node
that referenced
this issue
Dec 8, 2021
This allows the repl to function normally while using the `--no-harmony-sharedarraybuffer` V8 flag. Fixes: nodejs#39717 Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
BridgeAR
added a commit
to BridgeAR/node
that referenced
this issue
Jul 6, 2022
This allows the repl to function normally while using the `--no-harmony-sharedarraybuffer` V8 flag. Fixes: nodejs#39717 Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
BridgeAR
added a commit
to BridgeAR/node
that referenced
this issue
Jul 6, 2022
This allows the repl to function normally while using the `--no-harmony-sharedarraybuffer` V8 flag. It also fixes using workers while using the `--no-harmony-atomics` V8 flag. Fixes: nodejs#39717 Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
BridgeAR
added a commit
to BridgeAR/node
that referenced
this issue
Feb 17, 2023
This allows the repl to function normally while using the `--no-harmony-sharedarraybuffer` V8 flag. It also fixes using workers while using the `--no-harmony-atomics` V8 flag. Fixes: nodejs#39717 Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
aduh95
pushed a commit
that referenced
this issue
Feb 18, 2023
This allows the repl to function normally while using the `--no-harmony-sharedarraybuffer` V8 flag. It also fixes using workers while using the `--no-harmony-atomics` V8 flag. Fixes: #39717 Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> PR-URL: #41023 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
MylesBorins
pushed a commit
that referenced
this issue
Feb 18, 2023
This allows the repl to function normally while using the `--no-harmony-sharedarraybuffer` V8 flag. It also fixes using workers while using the `--no-harmony-atomics` V8 flag. Fixes: #39717 Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> PR-URL: #41023 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
MylesBorins
pushed a commit
that referenced
this issue
Feb 20, 2023
This allows the repl to function normally while using the `--no-harmony-sharedarraybuffer` V8 flag. It also fixes using workers while using the `--no-harmony-atomics` V8 flag. Fixes: #39717 Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> PR-URL: #41023 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
danielleadams
pushed a commit
that referenced
this issue
Apr 11, 2023
This allows the repl to function normally while using the `--no-harmony-sharedarraybuffer` V8 flag. It also fixes using workers while using the `--no-harmony-atomics` V8 flag. Fixes: #39717 Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> PR-URL: #41023 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
ajklein
added a commit
to v8/node
that referenced
this issue
Apr 14, 2023
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.
pthier
pushed a commit
to v8/node
that referenced
this issue
Apr 26, 2023
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.
victorgomes
pushed a commit
to v8/node
that referenced
this issue
May 22, 2023
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.
pthier
pushed a commit
to v8/node
that referenced
this issue
Jul 4, 2023
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.
pthier
pushed a commit
to v8/node
that referenced
this issue
Aug 24, 2023
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.
victorgomes
pushed a commit
to v8/node
that referenced
this issue
Sep 12, 2023
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.
victorgomes
pushed a commit
to v8/node
that referenced
this issue
Sep 12, 2023
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.
victorgomes
pushed a commit
to v8/node
that referenced
this issue
Nov 8, 2023
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.
pthier
pushed a commit
to v8/node
that referenced
this issue
Jan 17, 2024
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.
victorgomes
pushed a commit
to v8/node
that referenced
this issue
Feb 14, 2024
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.
victorgomes
pushed a commit
to v8/node
that referenced
this issue
Mar 4, 2024
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.
pthier
pushed a commit
to v8/node
that referenced
this issue
Mar 21, 2024
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.
victorgomes
pushed a commit
to v8/node
that referenced
this issue
Apr 23, 2024
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever.
victorgomes
added a commit
to v8/node
that referenced
this issue
Jun 3, 2024
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever. # Conflicts: # test/parallel/parallel.status
pthier
pushed a commit
to v8/node
that referenced
this issue
Jul 15, 2024
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever. # Conflicts: # test/parallel/parallel.status
victorgomes
added a commit
to v8/node
that referenced
this issue
Aug 22, 2024
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever. # Conflicts: # test/parallel/parallel.status
pthier
pushed a commit
to v8/node
that referenced
this issue
Oct 2, 2024
The failing test is a regression test for nodejs#39717, which is about a crash that occurs when the flag is disabled. Given that that will no longer be possible once the flag is gone, this seems safe to disable forever. # Conflicts: # test/parallel/parallel.status
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Version
master
Platform
Darwin Shelleys-MBP.fritz.box 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
Subsystem
repl
What steps will reproduce the bug?
node --no-harmony-sharedarraybuffer
How often does it reproduce? Is there a required condition?
100%
What is the expected behavior?
The repl does not crash.
What do you see instead?
The repl crashes.
Additional information
No response
The text was updated successfully, but these errors were encountered: