Kyle Huey
Kyle Huey
Look at `AutoRemoteSyscalls::setup_path`.
Did you use the zen_workaround.py script? Does that work on your machine? `0x60f80` needs to be added to https://github.com/rr-debugger/rr/blob/master/src/PerfCounters_x86.h#L89 to get past that error.
Aha, that would explain why you can't write to the MSRs.
There are two separate issues here. Supporting Lucienne was done in #3003. Not being able to run the zen_workaround.py script with secure boot enabled is still an outstanding issue (and...
Yes.
You could disable building the tests (e.g. cmake -DBUILD_TESTS=OFF)
SIGKILLing the tracee should be fine. When you say this is reproducible do you mean replay of one trace always fails the same way or do you mean you can...
Is it possible to give STR for me to make my own recording? Or is the tracee/tracee data private?
A QEMU binary and a command to run inside QEMU (or instructions on how to build those things) would be a good start. Typically the way we debug these diversions...