Open tyler274 opened 3 years ago
What platform and version of glibc is this on? Could you post the backtrace of the crash? You can enable coredumps using ulimit then load that in a debugger.
I had to shelve getting this working for a while to catch up on the project implementation itself.
Kernel ver is 5.4.0-58-generic
OS is
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal
I don't have root on the box, and can't mess with perf paranoia either. I was trying to debug a rust application, and can try to get a coredump later (a few weeks...)
Hmm ok, I never tested with any non-C/C++ binaries. I'm curious if this is a Rust-specific issue; does the interception work fine with e.g. /bin/true?
if I patch a binary, it runs, but GDB is broken.