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

rr not recording getpriority() (Failing to record firefox-23 on x86: "recorder: unknown syscall 96 -- bailing out") #19

Closed
joneschrisg opened this issue May 9, 2013 · 2 comments
Assignees

Comments

@joneschrisg
Copy link
Contributor

This is with today's nightly i686 build, running in an x86 VM on an x86-64 system. Lots of moving parts here, not sure yet where the problem is. Full output below.

$ rr --record ./firefox/firefox -no-remote -P garbage
[INFO] (/home/cjones/rr/rr/src/main.c:164) Start recording...

.[ERROR] (/home/cjones/rr/rr/src/recorder/rec_process_event.c:2162: errno: None) recorder: unknown syscall 96 -- bailing out
[ERROR] (/home/cjones/rr/rr/src/recorder/rec_process_event.c:2163: errno: None) execuction state: 4 sig 0
Printing register file:
eax: 14
ebx: 0
ecx: 0
edx: b7c6aff4
esi: 1
edi: b781a240
ebp: bfffbd98
esp: bfffbd48
eip: b7fdd424
eflags 200292
orig_eax 60
xcs: 73
xds: 7b
xes: 7b
xfs: 0
xgs: 33
xss: 7b

[ERROR] (/home/cjones/rr/rr/src/share/sys.c:117: errno: None) Exiting
rr: /home/cjones/rr/rr/src/share/sys.c:120: sys_exit: Assertion `0' failed.
Aborted (core dumped)
@ghost ghost assigned joneschrisg May 9, 2013
joneschrisg added a commit to joneschrisg/rr that referenced this issue May 9, 2013
andreasgal added a commit that referenced this issue May 9, 2013
@anoll
Copy link
Contributor

anoll commented May 10, 2013

Hi Chris,
system call number 96 is unimplemented.

Albert

Von meinem iPhone gesendet

Am 09.05.2013 um 03:55 schrieb Chris Jones notifications@github.com:

This is with today's nightly i686 build, running in an x86 VM on an x86-64 system. Lots of moving parts here, not sure yet where the problem is. Full output below.

$ rr --record ./firefox/firefox -no-remote -P garbage
INFO Start recording...

.[ERROR](/home/cjones/rr/rr/src/recorder/rec_process_event.c:2162: errno: None) recorder: unknown syscall 96 -- bailing out
[ERROR](/home/cjones/rr/rr/src/recorder/rec_process_event.c:2163: errno: None) execuction state: 4 sig 0
Printing register file:
eax: 14
ebx: 0
ecx: 0
edx: b7c6aff4
esi: 1
edi: b781a240
ebp: bfffbd98
esp: bfffbd48
eip: b7fdd424
eflags 200292
orig_eax 60
xcs: 73
xds: 7b
xes: 7b
xfs: 0
xgs: 33
xss: 7b

[ERROR](/home/cjones/rr/rr/src/share/sys.c:117: errno: None) Exiting
rr: /home/cjones/rr/rr/src/share/sys.c:120: sys_exit: Assertion `0' failed.
Aborted (core dumped)

Reply to this email directly or view it on GitHub.

@joneschrisg
Copy link
Contributor Author

Yep! :) (Not anymore ;).)

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

2 participants