v.21.3Improvement

Print Inline Frames in Stack Traces for Fatal Errors

Print inline frames in stack traces for fatal errors. #19317 (Ivan).
Print inline frames in stack traces for fatal errors in ClickHouse.

Why it matters

This feature improves the debugging experience by including inline function frames within stack traces for fatal errors, making it easier to diagnose and understand the root cause of crashes.

How to use it

The feature is enabled by default and requires no additional configuration. Users will automatically see enhanced stack traces with inline frames when fatal errors occur.