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

Thread 'main' panicked on WSL #11

Closed
crishushu opened this issue Nov 5, 2019 · 1 comment
Closed

Thread 'main' panicked on WSL #11

crishushu opened this issue Nov 5, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@crishushu
Copy link

thread 'main' panicked at 'called 'Result::unwrap()' on an 'Err' value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1084:5 note: run with 'RUST_BACKTRACE=1' environment variable to display a backtrace. Aborted (core dumped)

installed using cargo
cargo install bb

running ubuntu inside wsl

@epilys
Copy link
Owner

epilys commented Nov 5, 2019

running ubuntu inside wsl

My guess is WSL doesn't implement (some of) the required parts of procfs. This should throw an error message and quit instead of panic.

@epilys epilys added the bug Something isn't working label Nov 5, 2019
@epilys epilys changed the title Thread 'main' panicked Thread 'main' panicked on WSL Nov 5, 2019
@epilys epilys closed this as completed in 3f76bee Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants