Panick when /proc
is not mounted
#26701
Labels
needs investigation
requires further investigation before determining if it is an issue or not
panic
This is a quite unusual setup, I'm aware.
I'm running deno using Bubblewrap:
This hangs and shows the panic message:
(Note even with RUST_BACKTRACE=1 set it doesn't print a backtrace)
I ran it through strace to try to figure out what is going on, this was the output:
What is interesting is that it works fine if I mount a dummy file in
/proc
but don't mount/sys
it seems to work fine, even though it seems to only be loading proc to find the file in/sys
to open.It's not a huge deal to mount a fake /proc but it seems you consider any panic a bug so I'm reporting it just so you are aware.
The text was updated successfully, but these errors were encountered: