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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bun has crashed on bun install #10615

Closed
caipeter888 opened this issue Apr 28, 2024 · 1 comment 路 Fixed by #10884
Closed

Bun has crashed on bun install #10615

caipeter888 opened this issue Apr 28, 2024 · 1 comment 路 Fixed by #10884
Labels
bug Something isn't working crash An issue that could cause a crash

Comments

@caipeter888
Copy link

How can we reproduce the crash?

bun init
bun install

Relevant log output

bun install v1.1.6 (e58d67b4)
  馃殮 bun-types [2/5] ============================================================
Bun v1.1.6 (e58d67b4) Windows x64 (baseline)
Args: "D:\path\to\bun.exe", "install"
Elapsed: 26534ms | User: 46ms | Sys: 31ms
RSS: 64.30MB | Peak: 64.30MB | Commit: 111.63MB | Faults: 15903

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

Stack Trace (bun.report)

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

Illegal instruction at address 0x7FF67CD85541

@caipeter888 caipeter888 added bug Something isn't working crash An issue that could cause a crash labels Apr 28, 2024
@caipeter888
Copy link
Author

I have updated Bun to 1.1.7.

> bun --version
1.1.7

> bun init
bun init helps you get started with a minimal project and tries to guess sensible defaults. Press ^C anytime to quit

package name (bun-quickstart):
entry point (index.ts):

Done! A package.json file was saved in the current directory.
 + index.ts
 + tsconfig.json (for editor auto-complete)
 + README.md

To get started, run:
  bun run index.ts

> bun run index.ts
Hello via Bun!

> bun install
bun install v1.1.7 (b0b7db5c)
  馃殮 @types/bun [4/7] ============================================================
Bun v1.1.7 (b0b7db5c) Windows x64 (baseline)
Args: "D:\path\to\bun.exe", "install"
Elapsed: 48927ms | User: 15ms | Sys: 0ms
RSS: 75.95MB | Peak: 75.95MB | Commit: 124.84MB | Faults: 18763

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

Bun v1.1.7 (b0b7db5) on windows x86_64_baseline [InstallCommand]

Illegal instruction at address 0x7FF7A91DFA41

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