run-ci.gdb 137 B

1234567
  1. set logging on
  2. set logging overwrite on
  3. set environment LIBTEST_IN_GDB=1
  4. #set ASAN_OPTIONS=abort_on_error=1
  5. run
  6. thread apply all bt
  7. quit