[02:10:37.992] # Although we try to configure the OS to core dump inside [02:10:37.992] # ${CORE_DUMP_DIR}, they may not obey this. So, move core files to the [02:10:37.992] # ${CORE_DUMP_DIR} directory. [02:10:37.992] find build/ -type f -name '*.core' -exec mv '{}' ${CORE_DUMP_DIR} \; [02:10:39.973] src/tools/ci/cores_backtrace.sh ${OS_NAME} ${CORE_DUMP_DIR} ${CORE_DUMP_EXECUTABLE_DIR} [02:10:39.984] which: minfree: Command not found. [02:10:39.984] 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 [02:10:40.254] (lldb) target create --core "/var/crash/minfree" [02:10:40.265] error: Unable to find process plug-in for core file '/var/crash/minfree' [02:10:40.286] [02:10:40.286] [02:10:40.286] [02:10:40.318] (lldb) target create "/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres" --core "/var/crash/postgres.core" [02:10:42.135] Core file '/var/crash/postgres.core' (x86_64) was loaded. [02:10:42.135] (lldb) thread backtrace all [02:10:42.135] warning: This version of LLDB has no plugin for the language "assembler". Inspection of frame variables will be limited. [02:10:42.214] * thread #1, stop reason = signal SIGABRT [02:10:42.214] * frame #0: 0x00000c5c389dfb3b libc.so.100.3`_thread_sys_thrkill at -:2 [02:10:42.214] frame #1: 0x00000c5c389b311b libc.so.100.3`_libc_abort at abort.c:51:8 [02:10:42.214] frame #2: 0x00000c5a0993bb2c postgres`ExceptionalCondition(conditionName="", fileName=, lineNumber=) at assert.c:65:2 [02:10:42.214] frame #3: 0x00000c5a09425688 postgres`GetCurrentTransactionStopTimestamp at xact.c:898:2 [02:10:42.214] frame #4: 0x00000c5a097cd005 postgres`pgstat_relation_flush_cb(entry_ref=0x00000c5cbc645038, nowait=) at pgstat_relation.c:846:19 [02:10:42.214] frame #5: 0x00000c5a097c5e16 postgres`pgstat_flush_pending at pgstat.c:873:4 [02:10:42.214] frame #6: 0x00000c5cd87a2794 pg_stat_statements.so`pg_stat_statements_internal(fcinfo=, api_version=, showtext=) at pg_stat_statements.c:1731:2 [02:10:42.214] frame #7: 0x00000c5cd87a227a pg_stat_statements.so`pg_stat_statements_1_13(fcinfo=) at pg_stat_statements.c:1515:2 [02:10:42.214] frame #8: 0x00000c5a0957a0d7 postgres`ExecMakeTableFunctionResult(setexpr=0x00000c5c580aeb50, econtext=0x00000c5c580ae9a0, argContext=, expectedDesc=0x00000c5c4e4d4038, randomAccess=) at execSRF.c:235:13 [02:10:42.214] frame #9: 0x00000c5a095926a6 postgres`FunctionNext(node=0x00000c5c580ae790) at nodeFunctionscan.c:95:5 [02:10:42.214] frame #10: 0x00000c5a0957b056 postgres`ExecScan [inlined] ExecScanFetch(node=0x00000c5c580ae790, epqstate=0x0000000000000000, accessMtd=(postgres`FunctionNext at nodeFunctionscan.c:61), recheckMtd=(postgres`FunctionRecheck at nodeFunctionscan.c:251)) at execScan.h:135:9 [02:10:42.214] frame #11: 0x00000c5a0957af3d postgres`ExecScan at execScan.h:196:10 [02:10:42.214] frame #12: 0x00000c5a0957aef3 postgres`ExecScan(node=0x00000c5c580ae790, accessMtd=(postgres`FunctionNext at nodeFunctionscan.c:61), recheckMtd=(postgres`FunctionRecheck at nodeFunctionscan.c:251)) at execScan.c:59:9 [02:10:42.214] frame #13: 0x00000c5a095b436e postgres`ExecSort [inlined] ExecProcNode(node=0x00000c5c580ae790) at executor.h:327:9 [02:10:42.214] frame #14: 0x00000c5a095b4356 postgres`ExecSort(pstate=0x00000c5c580ae580) at nodeSort.c:135:12 [02:10:42.214] frame #15: 0x00000c5a0956dfda postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x00000c5c580ae580) at executor.h:327:9 [02:10:42.214] frame #16: 0x00000c5a0956dfc5 postgres`standard_ExecutorRun [inlined] ExecutePlan(queryDesc=0x00000c5cbc63a100, operation=CMD_SELECT, sendTuples=, numberTuples=0, direction=, dest=0x00000c5c3f0b82a0) at execMain.c:1736:10 [02:10:42.214] frame #17: 0x00000c5a0956df52 postgres`standard_ExecutorRun(queryDesc=0x00000c5cbc63a100, direction=, count=0) at execMain.c:377:3 [02:10:42.214] frame #18: 0x00000c5cd87a1079 pg_stat_statements.so`pgss_ExecutorRun(queryDesc=0x00000c5cbc63a100, direction=ForwardScanDirection, count=0) at pg_stat_statements.c:903:4 [02:10:42.214] frame #19: 0x00000c5a097abcfb postgres`PortalRunSelect(portal=0x00000c5c94343100, forward=, count=0, dest=) at pquery.c:917:4 [02:10:42.214] frame #20: 0x00000c5a097ab85d postgres`PortalRun(portal=0x00000c5c94343100, count=9223372036854775807, isTopLevel=, dest=0x00000c5c3f0b82a0, altdest=0x00000c5c3f0b82a0, qc=0x0000718ecac5f1f0) at pquery.c:761:18 [02:10:42.214] frame #21: 0x00000c5a097aa292 postgres`exec_simple_query(query_string="SELECT query FROM pg_stat_statements WHERE query NOT LIKE '%pg_stat_statements%' ORDER BY query") at postgres.c:1290:10 [02:10:42.214] frame #22: 0x00000c5a097a7b72 postgres`PostgresMain(dbname=, username=) at postgres.c:0 [02:10:42.214] frame #23: 0x00000c5a097a188d postgres`BackendMain(startup_data=, startup_data_len=) at backend_startup.c:124:2 [02:10:42.214] frame #24: 0x00000c5a096c99cf postgres`postmaster_child_launch(child_type=B_BACKEND, child_slot=1, startup_data=0x0000718ecac60070, startup_data_len=24, client_sock=0x0000718ecac5ff60) at launch_backend.c:268:3 [02:10:42.214] frame #25: 0x00000c5a096cea74 postgres`ServerLoop [inlined] BackendStartup(client_sock=) at postmaster.c:3627:8 [02:10:42.214] frame #26: 0x00000c5a096cea33 postgres`ServerLoop at postmaster.c:1728:6 [02:10:42.214] frame #27: 0x00000c5a096cc48e postgres`PostmasterMain(argc=4, argv=0x0000718ecac60648) at postmaster.c:1415:11 [02:10:42.214] frame #28: 0x00000c5a095e2065 postgres`main(argc=4, argv=0x0000718ecac60648) at main.c:231:4 [02:10:42.214] frame #29: 0x00000c5a09355fcb postgres`__start + 299 [02:10:42.214] (lldb) quit [02:10:42.294]