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

"unfinished" strace not taken into account #18

Open
LionelDraghi opened this issue Jan 25, 2019 · 0 comments
Open

"unfinished" strace not taken into account #18

LionelDraghi opened this issue Jan 25, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@LionelDraghi
Copy link
Owner

Call interrupted may cause strace to report it split in two lines, like:

15168 access("/etc/ld.so.nohwcap", F_OK <unfinished ...>
15168 <... access resumed> {st_mode=0755, st_size=122224, ...}) = 0

This is not taken into account, this call will be ignored in current implementation.

@LionelDraghi LionelDraghi added the bug Something isn't working label Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant