v.23.11Improvement
Do not demangle and symbolize stack frames from functional C++ header
Do not demangle and symbolize stack frames from functional C++ header. #57201 (Mike Kot).Why it matters
This feature improves the clarity and relevance of stack traces by excluding frames that come from thefunctional C++ header, which are often uninformative for debugging. It helps users focus on meaningful frames in error logs and debugging sessions.How to use it
No user action is required to enable this feature; it is integrated into ClickHouse internals to automatically skip demangling and symbolizing of stack frames from thefunctional header during error reporting.