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

Protect crashtracker against multiple signal deliveries #318

Open
danielsn opened this issue Feb 15, 2024 · 0 comments
Open

Protect crashtracker against multiple signal deliveries #318

danielsn opened this issue Feb 15, 2024 · 0 comments

Comments

@danielsn
Copy link
Contributor

          One thing that occurred to me while reviewing the PR is -- should we have something protecting `handle_posix_signal_impl` so that it can't get called multiple times in the same process?

Afaik if a thread is handling a signal (e.g. SIGSEGV), no other SIGSEGVs can be delivered. But I... don't think that applies to other threads in the same process.

May be worth giving it a try?

Originally posted by @ivoanjo in #297 (comment)

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