print_stack_in_all_dirs.sh 120 Bytes
Newer Older
yuguo's avatar
yuguo committed
1
2
set -ex
find . -type f -name "core.*" -exec gdb --batch --quiet -ex "thread apply all bt full" -ex "quit" python3 {} \;