Skip to content
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

Replaying firefox recording fails with: "eip registers do not match: syscall now: f7fdd1d0 and recorded: 555561d0" #121

Closed
joneschrisg opened this issue Jun 20, 2013 · 2 comments
Assignees

Comments

@joneschrisg
Copy link
Contributor

eip registers do not match: syscall now: f7fdd1d0 and recorded: 555561d0
[FATAL] (/home/cjones/rr/rr/src/replayer/rep_process_event.c:88: errno: None) [syscall number 11, state 1, trace file line 7]

This is execve, so something is going wrong in the rr child before firefox is loaded. Appears to be a regression.

@ghost ghost assigned joneschrisg Jun 20, 2013
@joneschrisg
Copy link
Contributor Author

ld.so and the vdso seem to be mapped at different addresses during record and replay. Very odd ...

@joneschrisg
Copy link
Contributor Author

OK, this is one of those creepy ones. I was making the recording with a script helper but then replaying it "by hand". The script helper invokes the rr binary directly, but when I run "by hand" I invoke rr through a symbolic link. Somehow that difference (or something like it) is causing the process to get a different address space layout.

When I record and replay by hand, all is well. Adding a script helper to replay and using helpers for both record and replay also is happy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant