[22:42:09.882] src/tools/ci/cores_backtrace.sh linux /tmp/cores
[22:42:10.096] dumping /tmp/cores/postgres-6-30229.core for /tmp/cirrus-ci-build/build/tmp_install//usr/local/pgsql/bin/postgres
[22:42:10.338] [New LWP 30229]
[22:42:10.338] 
[22:42:10.338] This GDB supports auto-downloading debuginfo from the following URLs:
[22:42:10.338]   <https://debuginfod.debian.net>
[22:42:10.338] Enable debuginfod for this session? (y or [n]) [answered N; input not from terminal]
[22:42:10.338] Debuginfod has been disabled.
[22:42:10.338] To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
[22:42:10.463] [Thread debugging using libthread_db enabled]
[22:42:10.463] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[22:42:10.463] Core was generated by `postgres: postgres regression_postgres_fdw [local] EXPLAIN                    '.
[22:42:10.463] Program terminated with signal SIGABRT, Aborted.
[22:42:10.463] #0  0x00007f648eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.442] 
[22:42:11.442] Thread 1 (Thread 0x7f648f637f00 (LWP 30229)):
[22:42:11.442] #0  0x00007f648eea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.442] No symbol table info available.
[22:42:11.442] #1  0x00007f648ee5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.442] No symbol table info available.
[22:42:11.442] #2  0x00007f648ee45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.442] No symbol table info available.
[22:42:11.442] #3  0x000055e9766c546e in ExceptionalCondition (conditionName=conditionName@entry=0x55e97694d63a "plan->workmem == 0", fileName=fileName@entry=0x55e97694d650 "../src/backend/executor/execWorkmem.c", lineNumber=lineNumber@entry=188) at ../src/backend/utils/error/assert.c:66
[22:42:11.442] No locals.
[22:42:11.442] #4  0x000055e976049e43 in assign_workmem_plan (plan=0x55e988bbf058) at ../src/backend/executor/execWorkmem.c:188
[22:42:11.442] No locals.
[22:42:11.442] #5  0x000055e976049d72 in assign_workmem_plan (plan=0x55e988bc1180) at ../src/backend/executor/execWorkmem.c:198
[22:42:11.442] No locals.
[22:42:11.442] #6  0x000055e976049d72 in assign_workmem_plan (plan=0x55e988bc13a0) at ../src/backend/executor/execWorkmem.c:198
[22:42:11.442] No locals.
[22:42:11.442] #7  0x000055e976049d80 in assign_workmem_plan (plan=0x55e988bc1490) at ../src/backend/executor/execWorkmem.c:201
[22:42:11.442] No locals.
[22:42:11.442] #8  0x000055e976049d72 in assign_workmem_plan (plan=0x55e988bc1b30) at ../src/backend/executor/execWorkmem.c:198
[22:42:11.442] No locals.
[22:42:11.442] #9  0x000055e97604a3f0 in standard_ExecAssignWorkMem (plannedstmt=0x55e988bc35b8) at ../src/backend/executor/execWorkmem.c:121
[22:42:11.442] No locals.
[22:42:11.442] #10 0x000055e97604a426 in ExecAssignWorkMem (plannedstmt=plannedstmt@entry=0x55e988bc35b8) at ../src/backend/executor/execWorkmem.c:106
[22:42:11.442] No locals.
[22:42:11.442] #11 0x000055e976020ed7 in InitPlan (queryDesc=queryDesc@entry=0x55e988bc8818, eflags=eflags@entry=33) at ../src/backend/executor/execMain.c:1057
[22:42:11.442]         operation = CMD_SELECT
[22:42:11.442]         plannedstmt = 0x55e988bc35b8
[22:42:11.442]         cachedplan = <optimized out>
[22:42:11.442]         plan = 0x55e988bc1b30
[22:42:11.442]         rangeTable = <optimized out>
[22:42:11.442]         estate = 0x55e988b8eb90
[22:42:11.442]         planstate = <optimized out>
[22:42:11.442]         tupType = <optimized out>
[22:42:11.442]         l = <optimized out>
[22:42:11.442]         i = <optimized out>
[22:42:11.442]         __func__ = "InitPlan"
[22:42:11.442] #12 0x000055e976021510 in standard_ExecutorStart (queryDesc=queryDesc@entry=0x55e988bc8818, eflags=33, eflags@entry=1) at ../src/backend/executor/execMain.c:268
[22:42:11.442]         estate = 0x55e988b8eb90
[22:42:11.442]         oldcontext = 0x55e988bb03e0
[22:42:11.442]         __func__ = "standard_ExecutorStart"
[22:42:11.442] #13 0x000055e976021808 in ExecutorStart (queryDesc=queryDesc@entry=0x55e988bc8818, eflags=eflags@entry=1) at ../src/backend/executor/execMain.c:142
[22:42:11.442]         plan_valid = <optimized out>
[22:42:11.442] #14 0x000055e975f1ac51 in ExplainOnePlan (plannedstmt=plannedstmt@entry=0x55e988bc35b8, cplan=cplan@entry=0x0, plansource=plansource@entry=0x0, query_index=query_index@entry=-1, into=into@entry=0x0, es=es@entry=0x55e988b4ccd8, queryString=0x55e988a32350 "EXPLAIN (VERBOSE, COSTS OFF)\nSELECT * FROM local_tbl LEFT JOIN (SELECT ft1.*, COALESCE(ft1.c3 || ft2.c3, 'foobar') FROM ft1 INNER JOIN ft2 ON (ft1.c1 = ft2.c1 AND ft1.c1 < 100)) ss ON (local_tbl.c1 = "..., params=0x0, queryEnv=0x0, planduration=0x7ffe161ecea8, bufusage=0x0, mem_counters=0x0) at ../src/backend/commands/explain.c:729
[22:42:11.442]         dest = 0x55e976c58420 <donothingDR>
[22:42:11.442]         queryDesc = 0x55e988bc8818
[22:42:11.442]         starttime = {ticks = 201102456507}
[22:42:11.442]         totaltime = 0
[22:42:11.442]         eflags = 1
[22:42:11.442]         instrument_option = 0
[22:42:11.442]         serializeMetrics = {bytesSent = 0, timeSpent = {ticks = 0}, bufferUsage = {shared_blks_hit = 0, shared_blks_read = 0, shared_blks_dirtied = 0, shared_blks_written = 0, local_blks_hit = 0, local_blks_read = 0, local_blks_dirtied = 0, local_blks_written = 0, temp_blks_read = 0, temp_blks_written = 0, shared_blk_read_time = {ticks = 0}, shared_blk_write_time = {ticks = 0}, local_blk_read_time = {ticks = 0}, local_blk_write_time = {ticks = 0}, temp_blk_read_time = {ticks = 0}, temp_blk_write_time = {ticks = 0}}}
[22:42:11.442]         __func__ = "ExplainOnePlan"
[22:42:11.442] #15 0x000055e975f1b0f9 in standard_ExplainOneQuery (query=0x55e988b7d030, cursorOptions=cursorOptions@entry=2048, into=into@entry=0x0, es=es@entry=0x55e988b4ccd8, queryString=0x55e988a32350 "EXPLAIN (VERBOSE, COSTS OFF)\nSELECT * FROM local_tbl LEFT JOIN (SELECT ft1.*, COALESCE(ft1.c3 || ft2.c3, 'foobar') FROM ft1 INNER JOIN ft2 ON (ft1.c1 = ft2.c1 AND ft1.c1 < 100)) ss ON (local_tbl.c1 = "..., params=0x0, queryEnv=0x0) at ../src/backend/commands/explain.c:526
[22:42:11.442]         plan = 0x55e988bc35b8
[22:42:11.442]         planstart = {ticks = 201100755643}
[22:42:11.442]         planduration = {ticks = 1700744}
[22:42:11.442]         bufusage_start = {shared_blks_hit = 3, shared_blks_read = 94461202831493, shared_blks_dirtied = 1, shared_blks_written = 3, local_blks_hit = 4294967440, local_blks_read = 1, local_blks_dirtied = 5, local_blks_written = 1, temp_blks_read = 0, temp_blks_written = 94461509488688, shared_blk_read_time = {ticks = 0}, shared_blk_write_time = {ticks = 94461202918287}, local_blk_read_time = {ticks = 0}, local_blk_write_time = {ticks = 94461196542259}, temp_blk_read_time = {ticks = 0}, temp_blk_write_time = {ticks = 94461509488688}}
[22:42:11.442]         bufusage = {shared_blks_hit = 1, shared_blks_read = 94461199567503, shared_blks_dirtied = 70828305694720, shared_blks_written = 72057594037927936, local_blks_hit = 140069672336192, local_blks_read = 94461509489216, local_blks_dirtied = 94461509489976, local_blks_written = 0, temp_blks_read = 140069672336192, temp_blks_written = 94461202445959, shared_blk_read_time = {ticks = 140069672336192}, shared_blk_write_time = {ticks = 94461202445978}, local_blk_read_time = {ticks = 0}, local_blk_write_time = {ticks = 94461202827076}, temp_blk_read_time = {ticks = 94461509698528}, temp_blk_write_time = {ticks = 64}}
[22:42:11.442]         mem_counters = {nblocks = 94459215740930, freechunks = 4294967297, totalspace = 2, freespace = 140728898420746}
[22:42:11.442]         planner_ctx = 0x0
[22:42:11.442]         saved_ctx = 0x0
[22:42:11.442] #16 0x000055e975f1b33a in ExplainOneQuery (query=<optimized out>, cursorOptions=cursorOptions@entry=2048, into=into@entry=0x0, es=es@entry=0x55e988b4ccd8, pstate=pstate@entry=0x55e988bb0698, params=params@entry=0x0) at ../src/backend/commands/explain.c:463
[22:42:11.442] No locals.
[22:42:11.442] #17 0x000055e975f1c2eb in ExplainQuery (pstate=pstate@entry=0x55e988bb0698, stmt=stmt@entry=0x55e988b7ce70, params=params@entry=0x0, dest=dest@entry=0x55e988bb0608) at ../src/backend/commands/explain.c:361
[22:42:11.442]         l__state = <optimized out>
[22:42:11.442]         l = 0x55e988b4c940
[22:42:11.442]         es = 0x55e988b4ccd8
[22:42:11.442]         tstate = <optimized out>
[22:42:11.442]         jstate = <optimized out>
[22:42:11.442]         query = <optimized out>
[22:42:11.442]         rewritten = 0x55e988b4c928
[22:42:11.442]         lc = 0x0
[22:42:11.442]         timing_set = false
[22:42:11.442]         buffers_set = false
[22:42:11.442]         summary_set = false
[22:42:11.442]         __func__ = "ExplainQuery"
[22:42:11.442] #18 0x000055e976430d9c in standard_ProcessUtility (pstmt=0x55e988b7cf20, queryString=0x55e988a32350 "EXPLAIN (VERBOSE, COSTS OFF)\nSELECT * FROM local_tbl LEFT JOIN (SELECT ft1.*, COALESCE(ft1.c3 || ft2.c3, 'foobar') FROM ft1 INNER JOIN ft2 ON (ft1.c1 = ft2.c1 AND ft1.c1 < 100)) ss ON (local_tbl.c1 = "..., readOnlyTree=<optimized out>, context=PROCESS_UTILITY_TOPLEVEL, params=0x0, queryEnv=0x0, dest=0x55e988bb0608, qc=0x7ffe161ed070) at ../src/backend/tcop/utility.c:866
[22:42:11.442]         parsetree = 0x55e988b7ce70
[22:42:11.442]         isTopLevel = true
[22:42:11.442]         isAtomicContext = false
[22:42:11.442]         pstate = 0x55e988bb0698
[22:42:11.442]         readonly_flags = <optimized out>
[22:42:11.442]         __func__ = "standard_ProcessUtility"
[22:42:11.442] #19 0x000055e9764314c5 in ProcessUtility (pstmt=pstmt@entry=0x55e988b7cf20, queryString=<optimized out>, readOnlyTree=<optimized out>, context=context@entry=PROCESS_UTILITY_TOPLEVEL, params=<optimized out>, queryEnv=<optimized out>, dest=0x55e988bb0608, qc=0x7ffe161ed070) at ../src/backend/tcop/utility.c:523
[22:42:11.442] No locals.
[22:42:11.442] #20 0x000055e97642cdea in PortalRunUtility (portal=portal@entry=0x55e988ab1840, pstmt=0x55e988b7cf20, isTopLevel=isTopLevel@entry=true, setHoldSnapshot=setHoldSnapshot@entry=true, dest=dest@entry=0x55e988bb0608, qc=qc@entry=0x7ffe161ed070) at ../src/backend/tcop/pquery.c:1184
[22:42:11.442] No locals.
[22:42:11.442] #21 0x000055e97642d6c7 in FillPortalStore (portal=portal@entry=0x55e988ab1840, isTopLevel=isTopLevel@entry=true) at ../src/backend/tcop/pquery.c:1057
[22:42:11.442]         treceiver = 0x55e988bb0608
[22:42:11.442]         qc = {commandTag = CMDTAG_UNKNOWN, nprocessed = 0}
[22:42:11.442]         __func__ = "FillPortalStore"
[22:42:11.442] #22 0x000055e97642dbf3 in PortalRun (portal=portal@entry=0x55e988ab1840, count=count@entry=9223372036854775807, isTopLevel=isTopLevel@entry=true, dest=dest@entry=0x55e988a83ff8, altdest=altdest@entry=0x55e988a83ff8, qc=qc@entry=0x7ffe161ed230) at ../src/backend/tcop/pquery.c:791
[22:42:11.442]         _save_exception_stack = 0x7ffe161ed2e0
[22:42:11.442]         _save_context_stack = 0x0
[22:42:11.442]         _local_sigjmp_buf = {{__jmpbuf = {0, -3694477338751168273, 94461508655168, 94461509488360, 94461509488336, 94461509488288, -7451864179680374545, -3694242819329781521}, __mask_was_saved = 0, __saved_mask = {__val = {94461202831493, 371118527, 4, 94461509488288, 112, 153, 94461508655168, 94461509488360, 94461509488336, 94461509488288, 94461202918696, 153, 2, 153, 94461192095991, 0}}}}
[22:42:11.442]         _do_rethrow = <optimized out>
[22:42:11.442]         result = <optimized out>
[22:42:11.442]         nprocessed = <optimized out>
[22:42:11.442]         saveTopTransactionResourceOwner = 0x55e988a6f608
[22:42:11.442]         saveTopTransactionContext = 0x55e988ac3c70
[22:42:11.442]         saveActivePortal = 0x0
[22:42:11.442]         saveResourceOwner = 0x55e988a6f608
[22:42:11.442]         savePortalContext = 0x0
[22:42:11.442]         saveMemoryContext = 0x55e988ac3c70
[22:42:11.442]         __func__ = "PortalRun"
[22:42:11.442] #23 0x000055e976426b93 in exec_simple_query (query_string=query_string@entry=0x55e988a32350 "EXPLAIN (VERBOSE, COSTS OFF)\nSELECT * FROM local_tbl LEFT JOIN (SELECT ft1.*, COALESCE(ft1.c3 || ft2.c3, 'foobar') FROM ft1 INNER JOIN ft2 ON (ft1.c1 = ft2.c1 AND ft1.c1 < 100)) ss ON (local_tbl.c1 = "...) at ../src/backend/tcop/postgres.c:1272
[22:42:11.442]         cmdtaglen = 7
[22:42:11.442]         snapshot_set = <optimized out>
[22:42:11.442]         per_parsetree_context = 0x0
[22:42:11.442]         plantree_list = 0x55e988a83fa8
[22:42:11.442]         parsetree = 0x55e988b7cea0
[22:42:11.442]         commandTag = <optimized out>
[22:42:11.442]         qc = {commandTag = CMDTAG_UNKNOWN, nprocessed = 0}
[22:42:11.442]         querytree_list = <optimized out>
[22:42:11.442]         portal = 0x55e988ab1840
[22:42:11.442]         receiver = 0x55e988a83ff8
[22:42:11.442]         format = 0
[22:42:11.442]         cmdtagname = <optimized out>
[22:42:11.442]         parsetree_item__state = <optimized out>
[22:42:11.442]         dest = DestRemote
[22:42:11.442]         oldcontext = 0x55e988ac3c70
[22:42:11.442]         parsetree_list = 0x55e988b7ced0
[22:42:11.442]         parsetree_item = 0x55e988b7cee8
[22:42:11.442]         save_log_statement_stats = false
[22:42:11.442]         was_logged = false
[22:42:11.442]         use_implicit_block = false
[22:42:11.442]         msec_str = "\004\000\000\000\000\000\000\000\223\262nv\351U\000\000\300\322\036\026\376\177\000\000\376\000\000\000\000\000\000"
[22:42:11.442]         __func__ = "exec_simple_query"
[22:42:11.442] #24 0x000055e9764298f5 in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backend/tcop/postgres.c:4693
[22:42:11.442]         query_string = 0x55e988a32350 "EXPLAIN (VERBOSE, COSTS OFF)\nSELECT * FROM local_tbl LEFT JOIN (SELECT ft1.*, COALESCE(ft1.c3 || ft2.c3, 'foobar') FROM ft1 INNER JOIN ft2 ON (ft1.c1 = ft2.c1 AND ft1.c1 < 100)) ss ON (local_tbl.c1 = "...
[22:42:11.442]         firstchar = <optimized out>
[22:42:11.442]         input_message = {data = 0x55e988a32350 "EXPLAIN (VERBOSE, COSTS OFF)\nSELECT * FROM local_tbl LEFT JOIN (SELECT ft1.*, COALESCE(ft1.c3 || ft2.c3, 'foobar') FROM ft1 INNER JOIN ft2 ON (ft1.c1 = ft2.c1 AND ft1.c1 < 100)) ss ON (local_tbl.c1 = "..., len = 254, maxlen = 1024, cursor = 254}
[22:42:11.442]         local_sigjmp_buf = {{__jmpbuf = {94461215809912, -3694241067282886417, 140729269539900, 4, 2, 140729269540132, -7451864179747483409, -3694242821217218321}, __mask_was_saved = 1, __saved_mask = {__val = {4194304, 94461507865056, 17408, 94461215803968, 94461508373936, 2, 94461202831041, 0, 10, 2, 94461215809920, 94461507865056, 94461215803968, 4, 2, 140729269540132}}}}
[22:42:11.442]         send_ready_for_query = false
[22:42:11.442]         idle_in_transaction_timeout_enabled = false
[22:42:11.442]         idle_session_timeout_enabled = false
[22:42:11.442]         __func__ = "PostgresMain"
[22:42:11.442] #25 0x000055e97641f929 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at ../src/backend/tcop/backend_startup.c:107
[22:42:11.442]         bsdata = <optimized out>
[22:42:11.442] #26 0x000055e9762cf0b9 in postmaster_child_launch (child_type=B_BACKEND, child_slot=2, startup_data=startup_data@entry=0x7ffe161ed43c, startup_data_len=startup_data_len@entry=4, client_sock=client_sock@entry=0x7ffe161ed490) at ../src/backend/postmaster/launch_backend.c:274
[22:42:11.442]         pid = <optimized out>
[22:42:11.442] #27 0x000055e9762d42b4 in BackendStartup (client_sock=client_sock@entry=0x7ffe161ed490) at ../src/backend/postmaster/postmaster.c:3519
[22:42:11.442]         bn = 0x55e988a5a8f8
[22:42:11.442]         pid = <optimized out>
[22:42:11.442]         startup_data = {canAcceptConnections = CAC_OK}
[22:42:11.442]         cac = <optimized out>
[22:42:11.442]         __func__ = "BackendStartup"
[22:42:11.442] #28 0x000055e9762d6384 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1688
[22:42:11.442]         s = {sock = 9, raddr = {addr = {ss_family = 1, __ss_padding = "\343\216d\177\000\000\240\217<\220d\177\000\0008\325\036\026\376\177\000\0004\325\036\026\376\177", '\000' <repeats 18 times>, "\373LCu\351U\000\000\270(?u\351U\000\000\000\326\036\026\376\177\000\000\370\325\036\026\376\177\000\000\225[\362\001\000\000\000\000\240\304ȏd\177\000\000+", '\000' <repeats 11 times>, "\351U\000\000\tLCu\351U\000", __ss_align = 140069897598568}, salen = 2}}
[22:42:11.442]         i = 0
[22:42:11.442]         now = <optimized out>
[22:42:11.442]         last_lockfile_recheck_time = 1740436646
[22:42:11.442]         last_touch_time = 1740436646
[22:42:11.442]         events = {{pos = 1, events = 2, fd = 7, user_data = 0x0}, {pos = 0, events = 0, fd = 15, user_data = 0x0}, {pos = -1870825880, events = 32612, fd = -1882667472, user_data = 0x7f64907d72e0}, {pos = 2090263927, events = 0, fd = 371119744, user_data = 0x7f64907ada48}, {pos = 15, events = 0, fd = -1882667472, user_data = 0x1}, {pos = 0, events = 0, fd = 1, user_data = 0x7f64907d72e0}, {pos = 371119608, events = 32766, fd = 371119616, user_data = 0x7f64907d7668}, {pos = 0, events = 0, fd = 32768, user_data = 0x8}, {pos = -2002567104, events = 21993, fd = 1, user_data = 0x7ffe161edb23}, {pos = -1, events = 0, fd = -1897734112, user_data = 0x7f64903c8fa0}, {pos = -2002387816, events = 21993, fd = -2002388104, user_data = 0x55e988a5f951}, {pos = -1870971202, events = 32612, fd = 1, user_data = 0x7f64907d72e0}, {pos = 426, events = 0, fd = 1992883536, user_data = 0x0}, {pos = 249, events = 0, fd = -2002574320, user_data = 0x7f64907b3ebe}, {pos = 1, events = 0, fd = 0, user_data = 0x7f648ee2e020}, {pos = -1896927680, events = 32612, fd = 16, user_data = 0x7ffe161eda50}, {pos = 0, events = 0, fd = 0, user_data = 0x0}, {pos = -1870962246, events = 32612, fd = 0, user_data = 0x7f648eeaeda4 <pthread_sigmask+68>}, {pos = 0, events = 0, fd = 1999967744, user_data = 0x2}, {pos = 0, events = 0, fd = -2002826624, user_data = 0x55e9763bd3f2 <RemovePgTempFiles+362>}, {pos = 1702060386, events = 1936158767, fd = 1952410737, user_data = 0x8}, {pos = 8096, events = 196607, fd = -2002574320, user_data = 0x7f64907b3ebe}, {pos = 1, events = 0, fd = 0, user_data = 0x7f648ee364c8}, {pos = -1897172883, events = 32612, fd = 2000060512, user_data = 0x55e988a64d70}, {pos = 255, events = 0, fd = 0, user_data = 0x100007f00000002}, {pos = -1895883680, events = 32612, fd = 255, user_data = 0xfffffffffffffef0}, {pos = 1023, events = 0, fd = 0, user_data = 0x0}, {pos = 0, events = 0, fd = 0, user_data = 0x0}, {pos = -1, events = 4294967295, fd = -1, user_data = 0xffffffffffffffff}, {pos = -1, events = 4294967295, fd = 762540901, user_data = 0x362020200a0a336e}, {pos = 822763892, events = 875574327, fd = 875968051, user_data = 0x5f7365726774736f}, {pos = 796353638, events = 1919378802, fd = 1919509295, user_data = 0x646c6975622d6963}, {pos = 0, events = 0, fd = 0, user_data = 0x0}, {pos = 0, events = 0, fd = 0, user_data = 0x0}, {pos = 0, events = 0, fd = 0, user_data = 0x0}, {pos = 0, events = 0, fd = 0, user_data = 0x0}, {pos = 0, events = 0, fd = 0, user_data = 0x0}, {pos = 0, events = 0, fd = 1024, user_data = 0x7f648eeb58be}, {pos = -1895900704, events = 32612, fd = -1897262738, user_data = 0x100000400}, {pos = 7, events = 0, fd = -2002387584, user_data = 0x21fd2483e1608800}, {pos = -1895897632, events = 32612, fd = -328, user_data = 0x0}, {pos = -2002388424, events = 21993, fd = 2, user_data = 0x8000000000000006}, {pos = 0, events = 0, fd = 0, user_data = 0x0}, {pos = 0, events = 0, fd = 0, user_data = 0x3}, {pos = 0, events = 0, fd = 30101, user_data = 0xfffffffffffffeb8}, {pos = 0, events = 0, fd = -2002574320, user_data = 0x7f648eef3053 <fork+531>}, {pos = -2002388424, events = 21993, fd = 1024, user_data = 0x7ffe161edb18}, {pos = 1987169464, events = 21993, fd = 2000068912, user_data = 0x55e97670b775 <AllocSetDelete+438>}, {pos = -2002388624, events = 21993, fd = -2002574768, user_data = 0x55e988a5f970}, {pos = -1897178946, events = 32612, fd = 0, user_data = 0x55e97671d3df <MemoryContextDeleteOnly+230>}, {pos = -2002388624, events = 1, fd = 1987171624, user_data = 0x55e988a32250}, {pos = -513767424, events = 570238083, fd = 0, user_data = 0x7f648eea2ab1}, {pos = -1897261840, events = 32612, fd = 0, user_data = 0x0}, {pos = 0, events = 0, fd = -2002826624, user_data = 0x21fd2483e1608800}, {pos = 0, events = 0, fd = -513767424, user_data = 0xc}, {pos = -513767424, events = 570238083, fd = 0, user_data = 0x7f648ee5b239 <sigprocmask+9>}, {pos = 250, events = 0, fd = 1982655926, user_data = 0x400000}, {pos = 0, events = 0, fd = -2002826624, user_data = 0x55e97670b609 <AllocSetDelete+74>}, {pos = -2002740864, events = 21993, fd = -2002574768, user_data = 0x55e988a09980}, {pos = 1, events = 0, fd = 0, user_data = 0x55e9766c9dd8 <errstart+380>}, {pos = 12, events = 0, fd = -2002397288, user_data = 0x55e988a5d778}, {pos = 1999969152, events = 21993, fd = 296, user_data = 0x55e9762d15d0 <AssignPostmasterChildSlot+740>}, {pos = 12, events = 0, fd = 0, user_data = 0x0}, {pos = 1982672291, events = 21993, fd = 1996324048, user_data = 0x55e988a32c28}}
[22:42:11.443]         nevents = 1
[22:42:11.443]         __func__ = "ServerLoop"
[22:42:11.443] #29 0x000055e9762d7be3 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55e9889f0940) at ../src/backend/postmaster/postmaster.c:1386
[22:42:11.443]         opt = <optimized out>
[22:42:11.443]         status = <optimized out>
[22:42:11.443]         userDoption = <optimized out>
[22:42:11.443]         listen_addr_saved = false
[22:42:11.443]         output_config_variable = <optimized out>
[22:42:11.443]         __func__ = "PostmasterMain"
[22:42:11.443] #30 0x000055e9761062b6 in main (argc=8, argv=0x55e9889f0940) at ../src/backend/main/main.c:230
[22:42:11.443]         do_check_root = <optimized out>
[22:42:11.443]         dispatch_option = <optimized out>
[22:42:11.482] -e 
[22:42:11.482] 
[22:42:11.482] 
[22:42:11.538] dumping /tmp/cores/sh-3-20521.core for /bin/sh
[22:42:11.585] 
[22:42:11.585] This GDB supports auto-downloading debuginfo from the following URLs:
[22:42:11.585]   <https://debuginfod.debian.net>
[22:42:11.585] Enable debuginfod for this session? (y or [n]) [answered N; input not from terminal]
[22:42:11.585] Debuginfod has been disabled.
[22:42:11.585] To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
[22:42:11.589] [New LWP 20521]
[22:42:11.590] [Thread debugging using libthread_db enabled]
[22:42:11.590] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[22:42:11.590] Core was generated by `sh -c cp "/tmp/cirrus-ci-build/build/testrun/recovery/020_archive_status/data/t'.
[22:42:11.590] Program terminated with signal SIGQUIT, Quit.
[22:42:11.590] #0  0x00007f70fa114da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.593] 
[22:42:11.593] Thread 1 (Thread 0x7f70fa082740 (LWP 20521)):
[22:42:11.593] #0  0x00007f70fa114da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.593] No symbol table info available.
[22:42:11.593] #1  0x00007f70fa0c1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.593] No symbol table info available.
[22:42:11.593] #2  0x00007f70fa0c1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.593] No symbol table info available.
[22:42:11.593] #3  0x000055d004e175c1 in ?? ()
[22:42:11.593] No symbol table info available.
[22:42:11.593] #4  0x000055d004e11369 in ?? ()
[22:42:11.593] No symbol table info available.
[22:42:11.593] #5  0x000055d004e1020f in ?? ()
[22:42:11.593] No symbol table info available.
[22:42:11.593] #6  0x000055d004e10c3b in ?? ()
[22:42:11.593] No symbol table info available.
[22:42:11.593] #7  0x000055d004e0e66f in ?? ()
[22:42:11.593] No symbol table info available.
[22:42:11.593] #8  0x00007f70fa0ac24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.593] No symbol table info available.
[22:42:11.593] #9  0x00007f70fa0ac305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.593] No symbol table info available.
[22:42:11.593] #10 0x000055d004e0e781 in ?? ()
[22:42:11.593] No symbol table info available.
[22:42:11.599] -e 
[22:42:11.599] 
[22:42:11.599] 
[22:42:11.653] dumping /tmp/cores/sh-3-20529.core for /bin/sh
[22:42:11.704] 
[22:42:11.704] This GDB supports auto-downloading debuginfo from the following URLs:
[22:42:11.704]   <https://debuginfod.debian.net>
[22:42:11.704] Enable debuginfod for this session? (y or [n]) [answered N; input not from terminal]
[22:42:11.704] Debuginfod has been disabled.
[22:42:11.704] To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
[22:42:11.708] [New LWP 20529]
[22:42:11.710] [New LWP 20521]
[22:42:11.710] [Thread debugging using libthread_db enabled]
[22:42:11.710] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[22:42:11.710] Core was generated by `sh -c cp "/tmp/cirrus-ci-build/build/testrun/recovery/020_archive_status/data/t'.
[22:42:11.710] Program terminated with signal SIGQUIT, Quit.
[22:42:11.710] #0  0x00007f70fa114da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.711] [Current thread is 1 (LWP 20529)]
[22:42:11.711] 
[22:42:11.711] Thread 2 (Thread 0x7f70fa082740 (LWP 20521)):
[22:42:11.711] warning: Couldn't find general-purpose registers in core file.
[22:42:11.711] #0  <unavailable> in ?? ()
[22:42:11.711] PC unavailable, cannot determine locals.
[22:42:11.711] Backtrace stopped: not enough registers or memory available to unwind further
[22:42:11.711] 
[22:42:11.711] Thread 1 (LWP 20529):
[22:42:11.711] #0  0x00007f70fa114da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.711] No symbol table info available.
[22:42:11.711] #1  0x00007f70fa0c1239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.711] No symbol table info available.
[22:42:11.711] #2  0x00007f70fa0c1497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.711] No symbol table info available.
[22:42:11.711] #3  0x000055d004e175f3 in ?? ()
[22:42:11.711] No symbol table info available.
[22:42:11.711] #4  0x000055d004e11369 in ?? ()
[22:42:11.711] No symbol table info available.
[22:42:11.711] #5  0x000055d004e1020f in ?? ()
[22:42:11.711] No symbol table info available.
[22:42:11.711] #6  0x000055d004e10c3b in ?? ()
[22:42:11.711] No symbol table info available.
[22:42:11.711] #7  0x000055d004e0e66f in ?? ()
[22:42:11.711] No symbol table info available.
[22:42:11.711] #8  0x00007f70fa0ac24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.711] No symbol table info available.
[22:42:11.711] #9  0x00007f70fa0ac305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
[22:42:11.711] No symbol table info available.
[22:42:11.711] #10 0x000055d004e0e781 in ?? ()
[22:42:11.711] No symbol table info available.
�