Skip to content

Print C local variable strings with a limit of 8K (instead of unlimited) in gdb analysis of core file

Narayanan Iyer requested to merge nars1/ydbsupport:gdblimitstrings into master

A previous commit set this to unlimited. In case of memory corruption or so, it is possible for a string to never end in which case gdb could get into an indefinite loop trying to dump such a C string.

Merge request reports