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

   > 增加--usercode_in_pthread=true命令行参数再执行,asan的堆栈应该就是完整的,see: 
[google/sanitizers#189](https://github.com/google/sanitizers/issues/189) 
,asan不支持swapcontext,但是 bthread就是基于swapcontext 
实现的,usercode_in_pthread参数会让brpc在pthread中执行。
   
   
   谢谢!测试后确实是在这样的,加上--usercode_in_pthread=true后就可以显示完整堆栈了


-- 
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: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to