orhun / binsider

Analyze ELF binaries like a boss πŸ˜ΌπŸ•΅οΈβ€β™‚οΈ
https://binsider.dev/
Apache License 2.0
1.58k stars 35 forks source link

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

Open godzie44 opened 1 day ago

godzie44 commented 1 day ago

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

orhun commented 1 day ago

Yeah, not sure why it happens yet. Also reported here: https://github.com/JakWai01/lurk/issues/48

Maybe try without leading slash πŸ‘€

godzie44 commented 21 hours ago

Unfortunately it dont help for me