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

fsatrace isn't recording executable being run as a "read". #26

Closed
spall opened this issue Apr 19, 2019 · 6 comments
Closed

fsatrace isn't recording executable being run as a "read". #26

spall opened this issue Apr 19, 2019 · 6 comments

Comments

@spall
Copy link

spall commented Apr 19, 2019

On Linux, fsatrace doesn't appear to record the executable it is running as a "read".
Tagging @ndmitchell; since we are using fsatrace in Rattle.

@jacereda
Copy link
Owner

Most of the time, exec is preceded by a stat, do you get that one at least? (It's reported as q).
For the purposes of a build system, I'd handle a query the same ways as a read.

@spall
Copy link
Author

spall commented Apr 20, 2019

No, I don't see anything; the function parsing the fsatrace output gives me an empty list. Let me know if you need more information and I will do my best.

@jacereda
Copy link
Owner

What's the command?

@jacereda
Copy link
Owner

Can you check if b11acd9 fixes it for you?

@spall
Copy link
Author

spall commented Apr 20, 2019

Thank you, "Main" now registers as an "r".

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