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
0.7.1
Linux 5.10.0-23-amd64 x86_64 unknown
bun run file.js
I expect a) the console.log's to work and b) bun to not segfault
When running the earlier stated code, I receive a "Segmentation fault".
04:17:31 core@ebio edb ±|mysql-switch ✗|→ cat issue.mjs console.log("Before Import"); import mysql from "mysql2/promise"; console.log("After Import"); 04:17:32 core@ebio edb ±|mysql-switch ✗|→ bun issue.mjs Segmentation fault
No response
The text was updated successfully, but these errors were encountered:
Couldn't replicate on Linux 6.4.6-zen1-1-zen (even if changing extension to .mjs and/or changing package to just mysql2)
Sorry, something went wrong.
Okay, seems like it has a lot to do (if not the same as) #3312.
No branches or pull requests
What version of Bun is running?
0.7.1
What platform is your computer?
Linux 5.10.0-23-amd64 x86_64 unknown
What steps can reproduce the bug?
bun run file.js
(file.js)What is the expected behavior?
I expect a) the console.log's to work and b) bun to not segfault
What do you see instead?
When running the earlier stated code, I receive a "Segmentation fault".
Additional information
No response
The text was updated successfully, but these errors were encountered: