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 upgrade Error #10545

Closed
Bader-Idris opened this issue Apr 26, 2024 · 3 comments · Fixed by #10884
Closed

bun upgrade Error #10545

Bader-Idris opened this issue Apr 26, 2024 · 3 comments · Fixed by #10884
Labels
bug Something isn't working crash An issue that could cause a crash

Comments

@Bader-Idris
Copy link

How can we reproduce the crash?

No response

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.5 (#10527) on windows x86_64_baseline [UpgradeCommand]

Illegal instruction at address 0x7FF67B6B8831

@Bader-Idris Bader-Idris added bug Something isn't working crash An issue that could cause a crash labels Apr 26, 2024
@Andres6936
Copy link

Same problem, this ouput of console:

PS C:\Users\Saturno> bun -v
1.1.3
PS C:\Users\Saturno> bun upgrade
Bun v1.1.5 is out! You're on v1.1.3

uh-oh: attempt to unwrap error
bun will crash now 😭😭😭

----- bun meta -----
Bun v1.1.3 (2615dc74) Windows x64
UpgradeCommand:
Elapsed: 2366ms | User: 0ms | Sys: 46ms
RSS: 76.68MB | Peak: 76.68MB | Commit: 131.68MB | Faults: 18918
----- bun meta -----

0   00007FF6B2CE3E18
1   ???
2   ???
3   ???
4   ???
5   ???
6   ???
7   ???
8   ???
9   ???

Search GitHub issues https://bun.sh/issues or join in #windows channel in https://bun.sh/discord

thread 8344 panic: attempt to unwrap error
???:?:?: 0x7ff6b1907ae1 in ??? (bun.exe)
???:?:?: 0x7ff6b1905589 in ??? (bun.exe)
???:?:?: 0x7ff6b1908136 in ??? (bun.exe)
???:?:?: 0x7ff6b1914e38 in ??? (bun.exe)
???:?:?: 0x7ff6b1641603 in ??? (bun.exe)
???:?:?: 0x7ff6b41e3eb3 in ??? (bun.exe)
???:?:?: 0x7fff616a53df in ??? (KERNEL32.DLL)
???:?:?: 0x7fff6282485a in ??? (ntdll.dll)

@Bader-Idris
Copy link
Author

If it was limited to this command, we can simply do a workaround by running the PowerShell bun installation cmdlet.

However, there are some other critical errors with primary commands such as bun install both globally and locally. I wish that the developers of bunjs would do some real-world testing on older workstations and PCs; it would be helpful.

@Abhinav1217
Copy link

Facing same issue

PS D:\Projects\tydei> bun upgrade
Bun v1.1.6 is out! You're on v1.1.3

uh-oh: attempt to unwrap error
bun will crash now 😭😭😭

----- bun meta -----
Bun v1.1.3 (2615dc74) Windows x64
UpgradeCommand:
Elapsed: 4853ms | User: 140ms | Sys: 62ms
RSS: 77.44MB | Peak: 77.44MB | Commit: 131.68MB | Faults: 19100
----- bun meta -----

0   00007FF6FC713E18
1   ???
2   ???
3   ???
4   ???
5   ???
6   ???
7   ???
8   ???
9   ???

Search GitHub issues https://bun.sh/issues or join in #windows channel in https://bun.sh/discord

thread 9312 panic: attempt to unwrap error
???:?:?: 0x7ff6fb337ae1 in ??? (bun.exe)
???:?:?: 0x7ff6fb335589 in ??? (bun.exe)
???:?:?: 0x7ff6fb338136 in ??? (bun.exe)
???:?:?: 0x7ff6fb344e38 in ??? (bun.exe)
???:?:?: 0x7ff6fb071603 in ??? (bun.exe)
???:?:?: 0x7ff6fdc13eb3 in ??? (bun.exe)
???:?:?: 0x7fffe8a47343 in ??? (KERNEL32.DLL)
???:?:?: 0x7fffe8be26b0 in ??? (ntdll.dll)
PS D:\Projects\tydei>

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.

3 participants