[23:08:09.494] # Although we try to configure the OS to core dump inside [23:08:09.494] # ${CORE_DUMP_DIR}, they may not obey this. So, move core files to the [23:08:09.494] # ${CORE_DUMP_DIR} directory. [23:08:09.494] find build/ -type f -name '*.core' -exec mv '{}' ${CORE_DUMP_DIR} \; [23:08:09.697] src/tools/ci/cores_backtrace.sh ${OS_NAME} ${CORE_DUMP_DIR} ${CORE_DUMP_EXECUTABLE_DIR} [23:08:09.709] which: minfree: Command not found. [23:08:09.709] 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 [23:08:10.016] (lldb) target create --core "/var/crash/minfree" [23:08:10.028] error: Unable to find process plug-in for core file '/var/crash/minfree' [23:08:10.049] [23:08:10.049] [23:08:10.049] [23:08:10.081] (lldb) target create "/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres" --core "/var/crash/postgres.core" [23:08:11.863] Core file '/var/crash/postgres.core' (x86_64) was loaded. [23:08:11.863] (lldb) thread backtrace all [23:08:11.863] warning: This version of LLDB has no plugin for the language "assembler". Inspection of frame variables will be limited. [23:08:11.926] * thread #1, stop reason = signal SIGABRT [23:08:11.926] * frame #0: 0x00000dfdde90c35b libc.so.100.3`_thread_sys_thrkill at -:2 [23:08:11.926] frame #1: 0x00000dfdde8e755b libc.so.100.3`_libc_abort at abort.c:51:8 [23:08:11.926] frame #2: 0x00000dfbbe4623bc postgres`ExceptionalCondition(conditionName="", fileName=, lineNumber=) at assert.c:65:2 [23:08:11.926] frame #3: 0x00000dfbbe0c38a8 postgres`tts_minimal_getsomeattrs [inlined] slot_deform_heap_tuple(slot=0x00000dfe136a3a48, tuple=, offp=, natts=1) at execTuples.c:1100:4 [23:08:11.926] frame #4: 0x00000dfbbe0c3810 postgres`tts_minimal_getsomeattrs(slot=0x00000dfe136a3a48, natts=) at execTuples.c:550:2 [23:08:11.926] frame #5: 0x00000dfbbe0c61ea postgres`slot_getsomeattrs_int(slot=0x00000dfe136a3a48, attnum=1) at execTuples.c:2067:2 [23:08:11.926] frame #6: 0x00000dfbbdec5ea7 postgres`printtup [inlined] slot_getsomeattrs(slot=0x00000dfe136a3a48, attnum=) at tuptable.h:354:3 [23:08:11.926] frame #7: 0x00000dfbbdec5e95 postgres`printtup [inlined] slot_getallattrs(slot=0x00000dfe136a3a48) at tuptable.h:366:2 [23:08:11.926] frame #8: 0x00000dfbbdec5e8e postgres`printtup(slot=0x00000dfe136a3a48, self=0x00000dfe5db780a8) at printtup.c:319:2 [23:08:11.926] frame #9: 0x00000dfbbe2dd8f6 postgres`RunFromStore(portal=0x00000dfe5cc17100, direction=ForwardScanDirection, count=0, dest=0x00000dfe5db780a8) at pquery.c:1089:9 [23:08:11.926] frame #10: 0x00000dfbbe2dcc76 postgres`PortalRunSelect(portal=0x00000dfe5cc17100, forward=, count=0, dest=) at pquery.c:912:17 [23:08:11.926] frame #11: 0x00000dfbbe2dc86d postgres`PortalRun(portal=0x00000dfe5cc17100, count=9223372036854775807, isTopLevel=, dest=0x00000dfe5db780a8, altdest=0x00000dfe5db780a8, qc=0x000073ecaf3475f0) at pquery.c:760:18 [23:08:11.926] frame #12: 0x00000dfbbe2db5b2 postgres`exec_simple_query(query_string="WAIT FOR LSN '0/03002120' WITH (timeout '1d');") at postgres.c:1279:10 [23:08:11.926] frame #13: 0x00000dfbbe2d8e12 postgres`PostgresMain(dbname=, username=) at postgres.c:0 [23:08:11.926] frame #14: 0x00000dfbbe2d2a8d postgres`BackendMain(startup_data=, startup_data_len=) at backend_startup.c:124:2 [23:08:11.926] frame #15: 0x00000dfbbe205ff6 postgres`postmaster_child_launch(child_type=B_BACKEND, child_slot=1, startup_data=0x000073ecaf348470, startup_data_len=24, client_sock=0x000073ecaf348360) at launch_backend.c:268:3 [23:08:11.926] frame #16: 0x00000dfbbe20afd4 postgres`ServerLoop [inlined] BackendStartup(client_sock=) at postmaster.c:3598:8 [23:08:11.926] frame #17: 0x00000dfbbe20af93 postgres`ServerLoop at postmaster.c:1713:6 [23:08:11.926] frame #18: 0x00000dfbbe208b38 postgres`PostmasterMain(argc=, argv=) at postmaster.c:1403:11 [23:08:11.926] frame #19: 0x00000dfbbe125c45 postgres`main(argc=4, argv=0x000073ecaf348a08) at main.c:231:4 [23:08:11.926] frame #20: 0x00000dfbbdeb005b postgres`__start + 299 [23:08:11.926] (lldb) quit [23:08:11.998]