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

io-watchdog-interposer can't find libc.so #3

Open
grondo opened this issue Jun 21, 2016 · 0 comments
Open

io-watchdog-interposer can't find libc.so #3

grondo opened this issue Jun 21, 2016 · 0 comments

Comments

@grondo
Copy link
Owner

grondo commented Jun 21, 2016

libc.so.* is no longer typically kept under /lib or /lib64 as assumed in the io-watchdog code.
Need a better scheme for finding the "real" libc write call symbols.

Since we've interposed the write calls in our LD_PRELOAD library, when libc can't be found the code cannot currently print an error, it instead silently exits with code 15.

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