[04:01:29.992] # Although we try to configure the OS to core dump inside [04:01:29.992] # ${CORE_DUMP_DIR}, they may not obey this. So, move core files to the [04:01:29.992] # ${CORE_DUMP_DIR} directory. [04:01:29.992] find build/ -type f -name '*.core' -exec mv '{}' ${CORE_DUMP_DIR} \; [04:01:30.797] src/tools/ci/cores_backtrace.sh ${OS_NAME} ${CORE_DUMP_DIR} [04:01:31.071] (lldb) target create --core "/var/crash/minfree" [04:01:31.082] error: Unable to find process plug-in for core file '/var/crash/minfree' [04:01:31.104] [04:01:31.104] [04:01:31.104] [04:01:31.131] (lldb) target create --core "/var/crash/postgres.core" [04:01:31.156] Core file '/var/crash/postgres.core' (x86_64) was loaded. [04:01:31.156] (lldb) thread backtrace all [04:01:31.157] * thread #1, stop reason = signal SIGABRT [04:01:31.157] * frame #0: 0x0000049b6a4d618b [04:01:31.157] frame #1: 0xf2093aa88c49a1bc [04:01:31.157] (lldb) quit [04:01:31.178]