apache / brpc

brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
https://brpc.apache.org
Apache License 2.0
16.56k stars 3.98k forks source link

Support backtrace log #2811

Closed chenBright closed 1 week ago

chenBright commented 2 weeks ago

What problem does this PR solve?

Issue Number:

Problem Summary:

有一些场景下,需要打印调用栈,但是crash_on_fatal_log=true时,CHECK会crash。

What is changed and the side effects?

Changed:

支持打印调用栈,且不会crash。

Side effects:


Check List:

wwbmmm commented 2 weeks ago

LGTM