We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.0.1+31aec4ebe325982fc0ef27498984b0ad9969162b
Linux 5.4.0-162-generic x86_64 x86_64
bun main.mjs
A message with bun version is written to the console.
Segmentation fault
Same script works fine with:
node main.mjs
deno run main.mjs
(script itself is .NET runtime compiled to WASM)
The text was updated successfully, but these errors were encountered:
Fixed by @cirospaciari in #5422
Sorry, something went wrong.
No branches or pull requests
What version of Bun is running?
1.0.1+31aec4ebe325982fc0ef27498984b0ad9969162b
What platform is your computer?
Linux 5.4.0-162-generic x86_64 x86_64
What steps can reproduce the bug?
bun main.mjs
What is the expected behavior?
A message with bun version is written to the console.
What do you see instead?
Segmentation fault
Additional information
Same script works fine with:
node main.mjs
(node v20.6.1)deno run main.mjs
(deno v1.36.4)(script itself is .NET runtime compiled to WASM)
The text was updated successfully, but these errors were encountered: