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

KMODE_EXCEPTION_NOT_HANDLED after bun install in WSL #291

Closed
NikolaRHristov opened this issue Jul 6, 2022 · 5 comments
Closed

KMODE_EXCEPTION_NOT_HANDLED after bun install in WSL #291

NikolaRHristov opened this issue Jul 6, 2022 · 5 comments
Labels
bug Something isn't working bun install Something that relates to the npm-compatible client needs repro Needs an example to reproduce

Comments

@NikolaRHristov
Copy link

NikolaRHristov commented Jul 6, 2022

If I try it on a directory within WSL it gets stuck.

bun install v0.1.1
  🚚 @types/nlcst [2277/2284]

Only in a Windows directory I get this message.

KMODE_EXCEPTION_NOT_HANDLED
NetAdapterCx.sys

Windows Insider Build 22H2 25151.1010
This is WSL Ubuntu 22.04

@Jarred-Sumner
Copy link
Collaborator

Wow, blue screen of death. that's new.

Bun shouldn't be able to cause a BSOD. That sounds like a Windows kernel bug, possibly in their io_uring implementation. The stuck at the last step there is a bug in bun though.

@NikolaRHristov
Copy link
Author

Yeah, it's a kernel bug not BSOD, my mistake. It's just the green screen kernel exception.

@NikolaRHristov NikolaRHristov changed the title BSOD after bun install in WSL KMODE_EXCEPTION_NOT_HANDLED after bun install in WSL Jul 6, 2022
@NikolaRHristov
Copy link
Author

Stuck on install fixed itself.

@FinnRG FinnRG added the bug Something isn't working label Jul 9, 2022
@Kapsonfire-DE
Copy link
Contributor

had this issue as well when upgrading from 0.1.3 to 0.1.4 - had to upgrade my network device driver

@Electroid Electroid added bun install Something that relates to the npm-compatible client needs repro Needs an example to reproduce labels Oct 24, 2023
@Electroid
Copy link
Contributor

This issue was likely fixed by the many stability improvements we've made to bun install leading up to Bun v1.0. If you still run into this problem, please feel free to re-open this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working bun install Something that relates to the npm-compatible client needs repro Needs an example to reproduce
Projects
None yet
Development

No branches or pull requests

5 participants