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

Bun update crash #15973

Open
IsaacGemal opened this issue Dec 24, 2024 · 2 comments
Open

Bun update crash #15973

IsaacGemal opened this issue Dec 24, 2024 · 2 comments
Assignees
Labels
crash An issue that could cause a crash windows An issue that is known to occur on Windows

Comments

@IsaacGemal
Copy link

How can we reproduce the crash?

This was on my project greengrep
The command I ran was

bun update elysiajs/cors elysiajs/swagger elysia

Elysia 1.2 just came out and I wanted to update it
The correct command I should've run was

bun update elysia @elysiajs/cors @elysiajs/swagger

But it appeared the backslashes caused something to break.
Unclear if this is a windows specific bug.
Regardless, this is probably worth reporting.

Relevant log output

[0.00ms] ".env"
bun update v1.1.37 (8ca0eb83)
============================================================
Bun v1.1.37 (8ca0eb83) Windows x64
Windows v.win10_fe
CPU: sse42 avx avx2 avx512
Args: "bun" "update" "elysiajs/cors" "elysiajs/swagger" "elysia"
Features: dotenv
Elapsed: 8ms | User: 0ms | Sys: 0ms
RSS: 64.89MB | Peak: 64.89MB | Commit: 84.67MB | Faults: 16014

panic(main thread): Internal assertion failure
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.37/wu18ca0eb8AgQ+zxkG+zwBgm9wC01m0E0n97Ein98Eklg+F48hBi8I4x34kDA0eNrzzCtJLcpLzFFILC5OLSrJzM9TSEvMzCktSgUAiSkKPg

Stack Trace (bun.report)

Bun v1.1.37 (8ca0eb8) on windows x86_64 [UpdateCommand]

panic: Internal assertion failure

Features: dotenv

Sentry Issue: BUN-7W9

@IsaacGemal IsaacGemal added the crash An issue that could cause a crash label Dec 24, 2024
@github-actions github-actions bot added the windows An issue that is known to occur on Windows label Dec 24, 2024
Copy link
Contributor

@IsaacGemal, the latest version of Bun is v1.1.41, but this crash was reported on Bun v1.1.37.

Are you able to reproduce this crash on the latest version of Bun?

bun upgrade

@IsaacGemal
Copy link
Author

IsaacGemal commented Dec 24, 2024

Just tested - I was able to reproduce this on the latest bun version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash An issue that could cause a crash windows An issue that is known to occur on Windows
Projects
None yet
Development

No branches or pull requests

2 participants