rm5248 commented on issue #198: URL: https://github.com/apache/logging-log4cxx/issues/198#issuecomment-1565350899
yes, that would be a problem. There are only certain functions that you can call from a signal handler safely([here's a list](https://man7.org/linux/man-pages/man7/signal-safety.7.html)). Whenever you get a signal, you have no idea where your program is, so it may or may not be in the middle of logging for example, -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
