-
Notifications
You must be signed in to change notification settings - Fork 588
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
rr does not play nice with SDL2 #1578
Comments
Looks like the system call readlinkat is unsupported by rr. I can take a stab at adding it (unless you would like to try - in that case search the git logs for patches adding support for other syscalls for examples). |
Sure, I think I'll take a look over the weekend. |
There's more discussion about SDL/GL support in #1579 but I think this one can be closed now that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Possibly related to #1577, I have a sample test case which trips rr on my two machines, both running Arch, fully updated.
Using SDL2 2.0.3, I get two different failures
machine 'klapaucjusz':
error:
backtrace:
machine 'trurl':
error:
no backtrace available.
I'm happy to provide more logs or debug if needed, just let me know.
Test case that I used: https://github.com/janisozaur/rr-sdl-test-case
The text was updated successfully, but these errors were encountered: