Closed barl0g closed 6 years ago
First you need to make sure rr
works. What version of rr are you using?
Does the following work (recording and replaying ls
)
rr record ls
rr replay
Are you on a virtual machine? If so what is the hypervisor? Are you on bare metal? Are you on AMD? (AMD does not work)
Does the following work (recording and replaying ls )
I think so.
(rr) continue
Continuing.
drupal phpinfo.php test
Program received signal SIGKILL, Killed.
0x0000000070000002 in ?? ()
(rr)
Are you on a virtual machine?
On privileged LXD container.
Are you on AMD
No. On Intel.
What version of rr are you on?
$ rr --version
rr version 4.4.0
What about trying with rr version 4.5.0 ? https://github.com/mozilla/rr/releases
Yes, I already tried rr 4.5.0 with the same results. And with rr version 4.3 too.
What PHP script are you trying to record? Try recording a very very simple script first...
Solved for me by disabling opcache
I have a problem with installation on lxd (debian). What is this error?