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

Signal handler should not call exit() #42

Closed
NoiseByNorthwest opened this issue Apr 4, 2018 · 0 comments · Fixed by #47
Closed

Signal handler should not call exit() #42

NoiseByNorthwest opened this issue Apr 4, 2018 · 0 comments · Fixed by #47
Assignees
Labels

Comments

@NoiseByNorthwest
Copy link
Owner

As exit() is not a "safe function", see Async-signal-safe functions in man 7 signal.

@NoiseByNorthwest NoiseByNorthwest self-assigned this Apr 4, 2018
NoiseByNorthwest added a commit that referenced this issue May 9, 2018
- Profiler object does not have anymore the responsability to destroy its passed (at creation time) reporter
- Signal handler does not call `exit()` anymore (fix #42)
NoiseByNorthwest added a commit that referenced this issue May 10, 2018
- Profiler object does not have anymore the responsability to destroy its passed (at creation time) reporter
- Signal handler does not call `exit()` anymore (fix #42)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant