orhun/binsider

Dynamic analysis: "Tracing system call error: `ESRCH: No such process`"

Open

#43 opened on Sep 19, 2024

View on GitHub
 (18 comments) (0 reactions) (0 assignees)Rust (105 forks)auto 404
bugeffort: difficulthelp wanted

Repository metrics

Stars
 (4,333 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the bug

For some of binaries, after press enter at "Dynamic" tab, i see a "ESRCH: No such process" error.

To reproduce

cargo new hello
cd hello
cargo build
binsider ./target/debug/hello

Screenshots / Logs

image

Software information

  • Operating system: Ubuntu 24.04.1 LTS
  • Rust version: rustc 1.81.0 (eeb90cda1 2024-09-04)
  • Project version: binsider 0.1.0

Contributor guide