Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid pending of containerized applications in case of aborting (#481)
Improvement for Docker run C++ applications with g3log * This addresses the case when a PID1 process crashes and the signal handling, goes into multiple or even infinite loops due to subsequent crashes. The PR makes sure to restore all signal handlers to the original signal handling after the first crash is detected. For
- Loading branch information