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

Do not crash while being debugged #126

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

javierhonduco
Copy link
Owner

Make lighswitch debuggable by ptrace(2) based tools by retrying EINTR during poll rather than panicking. GDB and strace can now be used without crashes.

Make lighswitch debuggable by `ptrace(2)` based tools by retrying
`EINTR` during poll rather than panicking. GDB and strace can now be
used without crashes.
@javierhonduco javierhonduco merged commit 985c193 into main Jan 6, 2025
4 checks passed
@javierhonduco javierhonduco deleted the enable-ptrace-debugging branch January 6, 2025 10:24
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

Successfully merging this pull request may close these issues.

1 participant