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

Unimplemented system calls are not handled well... #253

Open
JustinCappos opened this issue May 25, 2024 · 2 comments
Open

Unimplemented system calls are not handled well... #253

JustinCappos opened this issue May 25, 2024 · 2 comments

Comments

@JustinCappos
Copy link
Member

When Lind receives an unimplemented system call, it does not handle this well. There isn't any understandable error message or optional log (so far as I can tell). The program just crashes or otherwise fails to work. At a minimum, there should be some sort of debugging output to indicate what is happening.

@rennergade
Copy link
Contributor

Id need to see some examples but I believe this is all libc since anything thats not implemented isnt directed to the trampoline.

@JustinCappos
Copy link
Member Author

I ran into this with gettid and a few other calls. If this issue is better directed to another repo, then please open it there and close this one...

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