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
Bun v1.1.21 (70ca2b7) Linux x64 (baseline) Linux Kernel v5.10.0 | glibc v2.31 Args: "bun" "add" "puppeteer" Features: no_avx no_avx2 Elapsed: 39ms | User: 38ms | Sys: 68ms RSS: 1.07GB | Peak: 15.82MB | Commit: 1.07GB | Faults: 0
This is on Debian 11.10.
$ bun init $ bun run ./index.ts Hello via Bun! $ bun add puppeteer
panic(main thread): Illegal instruction at address 0x2B0B5A0 oh no: Bun has crashed. This indicates a bug in Bun, not your code
Bun v1.1.21 (70ca2b7) on linux x86_64_baseline [AddCommand]
70ca2b7
Illegal instruction at address 0x02B0B5A0
??
env_loader.zig:509
src.env_loader.Loader.load__anon_51018
install.zig:8424
src.install.install.PackageManager.init
install.zig:9700
src.install.install.PackageManager.updatePackageJSONAndInstall
install.zig:8716
src.cli.add_command.AddCommand.exec
cli.zig:1535
src.cli.Cli.start
main.zig:50
main
The text was updated successfully, but these errors were encountered:
Bun requires CPUs with AVX support.
If you’re using a cpu emulator, this issue may help #3312
Sorry, something went wrong.
Thanks for your reply. Unfortunately the baseline version without AVX crashes, too:
Bun Canary v1.1.22-canary.96 (df33f2b2) Linux x64 (baseline) Linux Kernel v5.10.0 | glibc v2.31 Args: "/home/hplus/bun" "run" "test.js" Features: jsc transpiler_cache(6) tsconfig no_avx no_avx2 Builtins: "bun:main" "node:assert" "node:buffer" "node:child_process" "node:constants" "node:crypto" "node:dns" "node:events" "node:fs" "node:fs/promises" "node:http" "node:https" "node:net" "node:os" "node:path" "node:readline" "node:stream" "node:string_decoder" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node:zlib" "ws" Elapsed: 905ms | User: 702ms | Sys: 355ms RSS: 1.07GB | Peak: 101.18MB | Commit: 1.07GB | Faults: 0 panic(main thread): Illegal instruction at address 0x31C16C5 oh no: Bun has crashed. This indicates a bug in Bun, not your code.
No branches or pull requests
How can we reproduce the crash?
Bun v1.1.21 (70ca2b7) Linux x64 (baseline)
Linux Kernel v5.10.0 | glibc v2.31
Args: "bun" "add" "puppeteer"
Features: no_avx no_avx2
Elapsed: 39ms | User: 38ms | Sys: 68ms
RSS: 1.07GB | Peak: 15.82MB | Commit: 1.07GB | Faults: 0
This is on Debian 11.10.
Relevant log output
panic(main thread): Illegal instruction at address 0x2B0B5A0 oh no: Bun has crashed. This indicates a bug in Bun, not your code
Stack Trace (bun.report)
Bun v1.1.21 (
70ca2b7
) on linux x86_64_baseline [AddCommand]Illegal instruction at address 0x02B0B5A0
??
env_loader.zig:509
:src.env_loader.Loader.load__anon_51018
install.zig:8424
:src.install.install.PackageManager.init
install.zig:9700
:src.install.install.PackageManager.updatePackageJSONAndInstall
install.zig:8716
:src.cli.add_command.AddCommand.exec
cli.zig:1535
:src.cli.Cli.start
main.zig:50
:main
The text was updated successfully, but these errors were encountered: