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).
ClickHouse prevents demangling and symbolizing stack frames originating from functional C++ headers.

Why it matters

This feature improves the clarity and relevance of stack traces by excluding frames that come from the functional 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 the functional header during error reporting.