warriorpaw commented on issue #2172:
URL: https://github.com/apache/brpc/issues/2172#issuecomment-1485376483

   增加--usercode_in_pthread=true参数再执行,asan的堆栈应该就是完整的,see: 
https://github.com/google/sanitizers/issues/189 ,asan不支持swapcontext,但是 
bthread就是基于swapcontext 实现的,usercode_in_pthread参数会让brpc在pthread中执行。


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