debugging a coredump with gdb does not show full backtrace

hello Nordic

i am working with nrf 52840 and 52832. using ncs v2.8.0

i am saving a coredump to flash partition and i am using gdb server - client to try to parse the coredump .bin file (as shown here: https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/zephyr/services/debugging/coredump.html#:~:text=Run%20the%20core%20dump%20serial%20log%20converter%3A)

(i am not using coredump_serial_log_parser.py since i already have a .bin file in flash) in gdb when i run 'bt full' i only get the place of crash and not a full backtrace ..

in my device i build with  CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_THREADS=y  (as far as i know it should be enough)

any idea what i am missing  ?

hope to read you soon

best regards

Ziv

Related