[14:32:26.665] # Although we try to configure the OS to core dump inside [14:32:26.665] # ${CORE_DUMP_DIR}, they may not obey this. So, move core files to the [14:32:26.665] # ${CORE_DUMP_DIR} directory. [14:32:26.665] find build/ -type f -name '*.core' -exec mv '{}' ${CORE_DUMP_DIR} \; [14:32:28.478] src/tools/ci/cores_backtrace.sh ${OS_NAME} ${CORE_DUMP_DIR} ${CORE_DUMP_EXECUTABLE_DIR} [14:32:28.489] which: minfree: Command not found. [14:32:28.490] 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 [14:32:28.819] (lldb) target create --core "/var/crash/minfree" [14:32:28.832] error: Unable to find process plug-in for core file '/var/crash/minfree' [14:32:28.856] [14:32:28.856] [14:32:28.856] [14:32:28.891] (lldb) target create "/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres" --core "/var/crash/postgres.core" [14:32:30.830] Core file '/var/crash/postgres.core' (x86_64) was loaded. [14:32:30.830] (lldb) thread backtrace all [14:32:30.830] warning: This version of LLDB has no plugin for the language "assembler". Inspection of frame variables will be limited. [14:32:30.902] * thread #1, stop reason = signal SIGABRT [14:32:30.902] * frame #0: 0x00000885230376cb libc.so.100.3`_thread_sys_thrkill at -:2 [14:32:30.902] frame #1: 0x000008852306768b libc.so.100.3`_libc_abort at abort.c:51:8 [14:32:30.902] frame #2: 0x0000088291eef7ec postgres`ExceptionalCondition(conditionName="", fileName=, lineNumber=) at assert.c:65:2 [14:32:30.902] frame #3: 0x0000088291a028b8 postgres`StartTransaction at xact.c:2125:2 [14:32:30.902] frame #4: 0x0000088291a024b1 postgres`StartTransactionCommand at xact.c:3091:4 [14:32:30.902] frame #5: 0x0000088291d68a33 postgres`start_xact_command at postgres.c:2775:3 [14:32:30.902] frame #6: 0x0000088291d6817a postgres`exec_simple_query(query_string="SELECT count(*) AS stat_rows\nFROM pg_statistic\nWHERE starelid = 'ms1'::regclass;") at postgres.c:1050:2 [14:32:30.902] frame #7: 0x0000088291d65f22 postgres`PostgresMain(dbname=, username=) at postgres.c:0 [14:32:30.902] frame #8: 0x0000088291d5fd1d postgres`BackendMain(startup_data=, startup_data_len=) at backend_startup.c:124:2 [14:32:30.902] frame #9: 0x0000088291c8ddbf postgres`postmaster_child_launch(child_type=B_BACKEND, child_slot=21, startup_data=0x00007404c68de7a0, startup_data_len=24, client_sock=0x00007404c68de690) at launch_backend.c:268:3 [14:32:30.902] frame #10: 0x0000088291c92d94 postgres`ServerLoop [inlined] BackendStartup(client_sock=) at postmaster.c:3606:8 [14:32:30.902] frame #11: 0x0000088291c92d53 postgres`ServerLoop at postmaster.c:1713:6 [14:32:30.902] frame #12: 0x0000088291c90908 postgres`PostmasterMain(argc=, argv=) at postmaster.c:1403:11 [14:32:30.902] frame #13: 0x0000088291bacec5 postgres`main(argc=4, argv=0x00007404c68ded38) at main.c:231:4 [14:32:30.902] frame #14: 0x0000088291933fcb postgres`__start + 299 [14:32:30.902] (lldb) quit [14:32:30.986]