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

Crash on Windows during 'bun install --production' #11913

Closed
0x1beef opened this issue Jun 16, 2024 · 0 comments · Fixed by #11930
Closed

Crash on Windows during 'bun install --production' #11913

0x1beef opened this issue Jun 16, 2024 · 0 comments · Fixed by #11930
Assignees
Labels
bug Something isn't working npm Something that relates to the npm-compatible client

Comments

@0x1beef
Copy link

0x1beef commented Jun 16, 2024

How can we reproduce the crash?

This Github Actions workflow ran just fine on macOS and ubuntu, but crashed on windows:
https://github.com/0x1beef/sitrec/actions/runs/9539143896/job/26289141785
The windows job is set up to run only when the CI workflow is triggered manually. I ran it twice and got the same crash, so to reproduce this it should be enough to fork the repo, reset to that commit (06ddaf60d105f022d0798d5be05b2aa348dab3a0) and manually trigger that workflow. I also get the same crash on my local Windows machine, with just the cloned repo and running 'bun install --production' . On the other hand 'bun install' works fine, so it seems to be specific to the '--production' flag.

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.13 (bd6a605) on windows x86_64 [InstallCommand]

panic: Internal assertion failure

@0x1beef 0x1beef added the npm Something that relates to the npm-compatible client label Jun 16, 2024
@dylan-conway dylan-conway self-assigned this Jun 16, 2024
@dylan-conway dylan-conway added the bug Something isn't working label Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working npm Something that relates to the npm-compatible client
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants