[15:08:37.764] # Although we try to configure the OS to core dump inside [15:08:37.764] # ${CORE_DUMP_DIR}, they may not obey this. So, move core files to the [15:08:37.764] # ${CORE_DUMP_DIR} directory. [15:08:37.764] find build/ -type f -name '*.core' -exec mv '{}' ${CORE_DUMP_DIR} \; [15:08:42.635] src/tools/ci/cores_backtrace.sh ${OS_NAME} ${CORE_DUMP_DIR} ${CORE_DUMP_EXECUTABLE_DIR} [15:08:42.649] which: minfree: Command not found. [15:08:42.649] executable minfree not found in /home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin, running 'lldb' without debug information [15:08:42.964] (lldb) target create --core "/var/crash/minfree" [15:08:42.975] error: Unable to find process plug-in for core file '/var/crash/minfree' [15:08:43.000] [15:08:43.000] [15:08:43.000] [15:08:43.039] (lldb) target create "/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres" --core "/var/crash/postgres.core" [15:08:45.131] Core file '/var/crash/postgres.core' (x86_64) was loaded. [15:08:45.131] (lldb) thread backtrace all [15:08:45.131] warning: This version of LLDB has no plugin for the language "assembler". Inspection of frame variables will be limited. [15:08:45.212] * thread #1, stop reason = signal SIGABRT [15:08:45.212] * frame #0: 0x000007992002c30b libc.so.100.3`_thread_sys_thrkill at -:2 [15:08:45.212] frame #1: 0x000007992003ed8b libc.so.100.3`_libc_abort at abort.c:51:8 [15:08:45.212] frame #2: 0x00000796b7a7e5dc postgres`ExceptionalCondition(conditionName="", fileName=, lineNumber=) at assert.c:65:2 [15:08:45.212] frame #3: 0x00000796b783f37a postgres`ReportApplyConflict(estate=0x00000799aab76100, relinfo=0x00000798ddfa4408, elevel=15, type=CT_DELETE_ORIGIN_DIFFERS, searchslot=0x00000798ddfa4668, remoteslot=0x0000000000000000, conflicttuples=0x00000798ddfa4748) at conflict.c:195:3 [15:08:45.212] frame #4: 0x00000796b78681d6 postgres`apply_handle_delete_internal(edata=, relinfo=0x00000798ddfa4408, remoteslot=0x00000798ddfa4668, localindexoid=16426) at worker.c:3156:4 [15:08:45.212] frame #5: 0x00000796b7863b01 postgres`apply_dispatch at worker.c:3097:3 [15:08:45.212] frame #6: 0x00000796b7863ae1 postgres`apply_dispatch(s=) at worker.c:3822:4 [15:08:45.212] frame #7: 0x00000796b7865469 postgres`start_apply at worker.c:4108:7 [15:08:45.212] frame #8: 0x00000796b7865156 postgres`start_apply(origin_startpos=0) at worker.c:5639:3 [15:08:45.212] frame #9: 0x00000796b786628f postgres`run_apply_worker at worker.c:5798:2 [15:08:45.212] frame #10: 0x00000796b7865fc4 postgres`ApplyWorkerMain(main_arg=) at worker.c:6027:2 [15:08:45.212] frame #11: 0x00000796b78072bb postgres`BackgroundWorkerMain(startup_data=, startup_data_len=) at bgworker.c:865:2 [15:08:45.212] frame #12: 0x00000796b780c39f postgres`postmaster_child_launch(child_type=B_BG_WORKER, child_slot=46, startup_data=0x00000798ba60e108, startup_data_len=1472, client_sock=0x0000000000000000) at launch_backend.c:268:3 [15:08:45.212] frame #13: 0x00000796b780fcb3 postgres`maybe_start_bgworkers [inlined] StartBackgroundWorker(rw=0x00000798ba60e108) at postmaster.c:4207:15 [15:08:45.212] frame #14: 0x00000796b780fc30 postgres`maybe_start_bgworkers at postmaster.c:4372:9 [15:08:45.212] frame #15: 0x00000796b78117d5 postgres`ServerLoop [inlined] LaunchMissingBackgroundProcesses at postmaster.c:3437:3 [15:08:45.212] frame #16: 0x00000796b781160c postgres`ServerLoop at postmaster.c:1743:3 [15:08:45.212] frame #17: 0x00000796b780ee5e postgres`PostmasterMain(argc=4, argv=0x00007d48a42794d8) at postmaster.c:1415:11 [15:08:45.212] frame #18: 0x00000796b7724ee5 postgres`main(argc=4, argv=0x00007d48a42794d8) at main.c:231:4 [15:08:45.212] frame #19: 0x00000796b7498dbb postgres`__start + 299 [15:08:45.212] (lldb) quit [15:08:45.314]