coldtobi commented on a change in pull request #68:
URL: https://github.com/apache/logging-log4cxx/pull/68#discussion_r699005019



##########
File path: src/main/cpp/threadutility.cpp
##########
@@ -44,19 +50,23 @@ void ThreadUtility::configureFuncs( ThreadStartPre 
pre_start,
 
 void ThreadUtility::preThreadBlockSignals(){
 #if LOG4CXX_HAS_PTHREAD_SIGMASK
+       m_priv->creation_mutex.lock();

Review comment:
       :+1: 
   
   > There are a few things that I want to take a look at in terms of how/when 
that gets configured.
   
   Yes, that would be interesting informatin. One thing that would explcitly 
interest me is "when are the threads started". (To assess when liblog4cxx 
spawns it threads and therefore fork() becoming unsafe without exec())




-- 
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]


Reply via email to