chentingkai00301 commented on PR #3127:
URL: https://github.com/apache/brpc/pull/3127#issuecomment-3520888377

   > why ThreadIdNameManager case deadlock
   In the sampling thread, after SetName enters the lock, the main thread 
performs a fork. When the child process acquires memory, it is locked, causing 
all threads in the child process to get stuck.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to