atari83 commented on issue #198: URL: https://github.com/apache/logging-log4cxx/issues/198#issuecomment-1565684917
Ok, as for workaround, I just moved the whole logic I had written inside signal callback function (including log4cxx function calls in between) to a main thread; and also made signal callback very minimum (basically a flag that shows a signal is received). Then in main thread I periodically (time-based) check if a signal is received, and if required then the logic will be executed. The thread errors are gone :) Thank you Robert for all supports. -- 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]
