-
Notifications
You must be signed in to change notification settings - Fork 605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seemingly many ptracer issues #3930
Comments
Is there a motivation for these? Just having a perfect reimplementation of ptrace is not really a goal. Supporting recording e.g. gdb or something on the other hand is a reasonable goal. |
As far as I know, gdb doesn't use So is it of any real world use yet? No, so I can definitely accept it not being a priority for rr (but it would of course be important to me :P). |
@khuey - I found an acceptable workaround in my case. I can use In the debugger I'm writing I use |
From what I gather recording (and therefore emulating) ptracers is difficult. This will be a meta bug that also links to my repo that contains the various different programs that fail under an RR recording.
https://github.com/theIDinside/rr-waitpid-bug now contains a couple of different bugs:
All these have some multi-threaded nature to them.
The text was updated successfully, but these errors were encountered: