Skip to content
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

Illegal instruction at address when using bun install #10755

Closed
amooo-ooo opened this issue May 2, 2024 · 0 comments · Fixed by #10884
Closed

Illegal instruction at address when using bun install #10755

amooo-ooo opened this issue May 2, 2024 · 0 comments · Fixed by #10884
Labels
bug Something isn't working crash An issue that could cause a crash

Comments

@amooo-ooo
Copy link

amooo-ooo commented May 2, 2024

How can we reproduce the crash?

Version

1.1.6

Platform

Microsoft Windows 10 Home
10.0.19045 N/A Build 19045
Intel64 Family 6 Model 122 Stepping 8 GenuineIntel ~1101 Mhz
x64-based PC

What steps will reproduce the bug?

From Origin (Through Turborepo)

  • Same platform
  • npm install -g bun@1.1.6
  • npx create-turbo@latest -e with-svelte
  • select workspace .
  • continue with bun (beta)

Through bun install

  • bun install

How often does it reproduce? Is there a required condition?

I believe it is an issue with my device platform, issue happens any time I attempt to install package.json dependencies using bun install. Similar errors also occur for bun versions from v1.1.0 to latest version v1.1.6. Error originated from trying to start a new Turborepo with svelte via bun. Issue does not seem to rise from other device platform.

What is the expected behavior?

No response

Relevant log output (Turborepo)

bun install v1.1.6 (e58d67b4)
  🚚 @vitest/expect [105/357] ============================================================
  🔍 postcss-scss [163/416] Bun v1.1.6 (e58d67b4) Windows x64 (baseline)
  🔍 @rollup/rollup-linux-riscv64-gnu [237/502] "C:\Users\REDACTED\AppData\Ro  🚚 prelude-ls [256/521] "
Elapsed: 3618ms | User: 671ms | Sys: 687ms
RSS: 109.52MB | Peak: 109.52MB | Commit: 0.15GB | Faults: 28806

panic(thread 25456): Illegal instruction at address 0x7FF636C25541
oh no: Bun has crashed. This indicates a bug in Bun, not your code.

To send a redacted crash report to Bun's team,
please file a GitHub issue using the link below:

https://bun.report/1.1.6/ei1e58d67bAAi0qlcg+rlc66j+G2uggGkojiGkmurKCa\KERNEL32.DLLo05FCU\ntdll.dllirzUA3s//Bi0qp42B

  🚚 ufo [287/552] panic(thread 23888)oh no: multiple threads are crashing
: Illegal instruction at address 0x7FF636C25541
 https://bun.report/1.1.6/ei1e58d67bAAi0qlcg+rlc66j+G2uggGkojiGkmurKCa\KERNEL32.DLLo05FCU\ntdll.dllirzUA3s//Bi0qp42B

  🚚 @polka/url [292/557] panic(thread 20328)oh no: multiple threads are crashing
: Illegal instruction at address 0x7FF636C25541
 https://bun.report/1.1.6/ei1e58d67bAAi0qlcg+rlc66j+G2uggGkojiGkmurKCa\KERNEL32.DLLo05FCU\ntdll.dllirzUA3s//Bi0qp42B

Relevant log output (bun install)

bun install v1.1.6 (e58d67b4)
  🔍 svelte-check [24/154] ============================================================
Bun v1.1.6 (e58d67b4) Windows x64 (baseline)
Args: "C:\Users\REDACTED\AppData\Roaming\npm\\node_modules\bun\bin\bun.exe", "install"
Elapsed: 1725ms | User: 109ms | Sys: 406ms
RSS: 78.34MB | Peak: 78.34MB | Commit: 111.37MB | Faults: 19919

panic(thread 19364): Illegal instruction at address 0x7FF626945541
oh no: Bun has crashed. This indicates a bug in Bun, not your code.

To send a redacted crash report to Bun's team,
please file a GitHub issue using the link below:

 https://bun.report/1.1.6/ei1e58d67bAAi0qlcg+rlc66j+G2uggGkojiGkmurKCa\KERNEL32.DLLo05FCU\ntdll.dllirzUA3s//Bi0qxymB

Stack Trace (bun.report)

Bun v1.1.6 (e58d67b) on windows x86_64_baseline [AddCommand]

Illegal instruction at address 0x7FF648875541

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

Successfully merging a pull request may close this issue.

1 participant