remoteprocess icon indicating copy to clipboard operation
remoteprocess copied to clipboard

Failed to get backtrace NixError(EPERM)

Open wasd96040501 opened this issue 3 years ago • 2 comments

cargo run --example trace --features unwind

When I run this command, I got this error. Anyone can help?

    Finished dev [unoptimized + debuginfo] target(s) in 4.02s
    Running `target/debug/examples/trace`
children []
Thread 4116226 - running
Failed to get backtrace NixError(EPERM)

My system:

➜  remoteprocess git:(master) uname -a
Linux n37-132-231 5.4.56.bsk.10-amd64 #5.4.56.bsk.10 SMP Debian 5.4.56.bsk.10 Fri Sep 24 12:17:03 UTC  x86_64 GNU/Linux

wasd96040501 avatar Feb 20 '23 16:02 wasd96040501

Are you running in a docker container?

If you're not in docker - does running this as sudo get over the permissions issue?

benfred avatar Feb 24 '23 23:02 benfred

Yes, I am running in a docker container.

wasd96040501 avatar Feb 25 '23 02:02 wasd96040501