Skip to content

Segmentation fault in bun, while runs fine in node and deno (Linux) #5107

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

Closed
elringus opened this issue Sep 12, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@elringus
Copy link

elringus commented Sep 12, 2023

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?

  1. Unzip the attached repro.zip
  2. Run 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)

scrn

@Jarred-Sumner
Copy link
Collaborator

Fixed by @cirospaciari in #5422

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants