Opened log file 'c:/cirrus/crashlog-postgres.exe_16d0_2025-04-08_03-13-30-937.txt' 44: #define PG_HAVE_ATOMIC_READ_U32 45: static inline uint32 46: pg_atomic_read_u32_impl(volatile pg_atomic_uint32 *ptr) 47: { > 48: return ptr->value; 49: } 50: #endif 51: 52: #ifndef PG_HAVE_ATOMIC_WRITE_U32 53: #define PG_HAVE_ATOMIC_WRITE_U32 . 0 Id: 17e8.864 Suspend: 1 Teb: 00000002`5241f000 Unfrozen Child-SP RetAddr Call Site 00000002`529fd808 00007ff7`8da98366 postgres!pg_atomic_read_u32_impl( struct pg_atomic_uint32 * ptr = 0x00000000`00000b00)+0xa [c:\cirrus\src\include\port\atomics\generic.h @ 48] 00000002`529fd810 00007ff7`8da9a51b postgres!pg_atomic_read_u32( struct pg_atomic_uint32 * ptr = 0x00000000`00000b00)+0x46 [c:\cirrus\src\include\port\atomics.h @ 243] 00000002`529fd840 00007ff7`8da988ce postgres!LWLockAttemptLock( struct LWLock * lock = 0x00000000`00000afc, LWLockMode mode = LW_EXCLUSIVE (0n0))+0x4b [c:\cirrus\src\backend\storage\lmgr\lwlock.c @ 808] 00000002`529fd890 00007ff7`8dbc852d postgres!LWLockAcquire( struct LWLock * lock = 0x00000000`00000afc, LWLockMode mode = LW_EXCLUSIVE (0n0))+0xfe [c:\cirrus\src\backend\storage\lmgr\lwlock.c @ 1247] 00000002`529fd8e0 00007ff7`8d7c6bed postgres!pg_get_process_memory_contexts( struct FunctionCallInfoBaseData * fcinfo = 0x0000017a`985634d0)+0x19d [c:\cirrus\src\backend\utils\adt\mcxtfuncs.c @ 400] 00000002`529fda20 00007ff7`8d7e7cdc postgres!ExecMakeTableFunctionResult( struct SetExprState * setexpr = 0x0000017a`9855f698, struct ExprContext * econtext = 0x0000017a`9855f4e8, struct MemoryContextData * argContext = 0x0000017a`985633d0, struct TupleDescData * expectedDesc = 0x0000017a`9878b668, bool randomAccess = false)+0x34d [c:\cirrus\src\backend\executor\execSRF.c @ 234] 00000002`529fdb70 00007ff7`8d7c8b0b postgres!FunctionNext( struct FunctionScanState * node = 0x0000017a`9855f2d8)+0x13c [c:\cirrus\src\backend\executor\nodeFunctionscan.c @ 93] 00000002`529fdc30 00007ff7`8d7c8bac postgres!ExecScanFetch( struct ScanState * node = 0x0000017a`9855f2d8, struct EPQState * epqstate = 0x00000000`00000000, * accessMtd = 0x00007ff7`8d7e7ba0, * recheckMtd = 0x00007ff7`8d7e8150)+0x27b [c:\cirrus\src\include\executor\execScan.h @ 127] 00000002`529fdc90 00007ff7`8d7c8614 postgres!ExecScanExtended( struct ScanState * node = 0x0000017a`9855f2d8, * accessMtd = 0x00007ff7`8d7e7ba0, * recheckMtd = 0x00007ff7`8d7e8150, struct EPQState * epqstate = 0x00000000`00000000, struct ExprState * qual = 0x0000017a`9878c988, struct ProjectionInfo * projInfo = 0x0000017a`9878c878)+0x8c [c:\cirrus\src\include\executor\execScan.h @ 187] 00000002`529fdcd0 00007ff7`8d7e81a8 postgres!ExecScan( struct ScanState * node = 0x0000017a`9855f2d8, * accessMtd = 0x00007ff7`8d7e7ba0, * recheckMtd = 0x00007ff7`8d7e8150)+0x74 [c:\cirrus\src\backend\executor\execScan.c @ 65] 00000002`529fdd30 00007ff7`8d7c3d4b postgres!ExecFunctionScan( struct PlanState * pstate = 0x0000017a`9855f2d8)+0x38 [c:\cirrus\src\backend\executor\nodeFunctionscan.c @ 272] 00000002`529fdd70 00007ff7`8d7b8bfc postgres!ExecProcNodeFirst( struct PlanState * node = 0x0000017a`9855f2d8)+0x4b [c:\cirrus\src\backend\executor\execProcnode.c @ 470] 00000002`529fdda0 00007ff7`8d7b9db3 postgres!ExecProcNode( struct PlanState * node = 0x0000017a`9855f2d8)+0x2c [c:\cirrus\src\include\executor\executor.h @ 342] 00000002`529fddd0 00007ff7`8d7b4d0f postgres!ExecutePlan( struct QueryDesc * queryDesc = 0x0000017a`987873c8, CmdType operation = CMD_SELECT (0n1), bool sendTuples = true, unsigned int64 numberTuples = 1, ScanDirection direction = ForwardScanDirection (0n1), struct _DestReceiver * dest = 0x00007ff7`8de97eb8)+0xd3 [c:\cirrus\src\backend\executor\execMain.c @ 1783] 00000002`529fde30 00007ffb`f9b42e8d postgres!standard_ExecutorRun( struct QueryDesc * queryDesc = 0x0000017a`987873c8, ScanDirection direction = ForwardScanDirection (0n1), unsigned int64 count = 1)+0x24f [c:\cirrus\src\backend\executor\execMain.c @ 446] 00000002`529fdeb0 00007ff7`8d7b4aa0 pg_stat_statements!pgss_ExecutorRun( struct QueryDesc * queryDesc = 0x0000017a`987873c8, ScanDirection direction = ForwardScanDirection (0n1), unsigned int64 count = 1)+0xbd [c:\cirrus\contrib\pg_stat_statements\pg_stat_statements.c @ 1045] 00000002`529fe010 00007ff7`8d82f3c4 postgres!ExecutorRun( struct QueryDesc * queryDesc = 0x0000017a`987873c8, ScanDirection direction = ForwardScanDirection (0n1), unsigned int64 count = 1)+0x30 [c:\cirrus\src\backend\executor\execMain.c @ 369] 00000002`529fe040 00007ff7`8d82ed72 postgres!_SPI_pquery( struct QueryDesc * queryDesc = 0x0000017a`987873c8, bool fire_triggers = true, unsigned int64 tcount = 1, struct CachedPlanSource * plansource = 0x0000017a`985428d0, int query_index = 0n0)+0x204 [c:\cirrus\src\backend\executor\spi.c @ 2951] 00000002`529fe090 00007ff7`8d82aea5 postgres!_SPI_execute_plan( struct _SPI_plan * plan = 0x0000017a`987b6c20, struct SPIExecuteOptions * options = 0x00000002`529fe258, struct SnapshotData * snapshot = 0x00000000`00000000, struct SnapshotData * crosscheck_snapshot = 0x00000000`00000000, bool fire_triggers = true)+0x9b2 [c:\cirrus\src\backend\executor\spi.c @ 2704] 00000002`529fe220 00007ffb`f3c0ae4a postgres!SPI_execute_plan_with_paramlist( struct _SPI_plan * plan = 0x0000017a`987b6c20, struct ParamListInfoData * params = 0x0000017a`982a3008, bool read_only = false, long tcount = 0n1)+0xa5 [c:\cirrus\src\backend\executor\spi.c @ 752] 00000002`529fe290 00007ffb`f3c05c88 plpgsql!exec_stmt_execsql( struct PLpgSQL_execstate * estate = 0x00000002`529fe6e0, struct PLpgSQL_stmt_execsql * stmt = 0x0000017a`98773ac8)+0x22a [c:\cirrus\src\pl\plpgsql\src\pl_exec.c @ 4301] 00000002`529fe370 00007ffb`f3c05780 plpgsql!exec_stmts( struct PLpgSQL_execstate * estate = 0x00000002`529fe6e0, struct List * stmts = 0x0000017a`987738c0)+0x3d8 [c:\cirrus\src\pl\plpgsql\src\pl_exec.c @ 2104] 00000002`529fe3f0 00007ffb`f3c04f0e plpgsql!exec_stmt_block( struct PLpgSQL_execstate * estate = 0x00000002`529fe6e0, struct PLpgSQL_stmt_block * block = 0x0000017a`98774100)+0x810 [c:\cirrus\src\pl\plpgsql\src\pl_exec.c @ 1955] 00000002`529fe600 00007ffb`f3c02560 plpgsql!exec_toplevel_block( struct PLpgSQL_execstate * estate = 0x00000002`529fe6e0, struct PLpgSQL_stmt_block * block = 0x0000017a`98774100)+0xae [c:\cirrus\src\pl\plpgsql\src\pl_exec.c @ 1646] 00000002`529fe640 00007ffb`f3c18930 plpgsql!plpgsql_exec_function( struct PLpgSQL_function * func = 0x0000017a`98552df8, struct FunctionCallInfoBaseData * fcinfo = 0x00000002`529fe900, struct EState * simple_eval_estate = 0x0000017a`985833c0, struct ResourceOwnerData * simple_eval_resowner = 0x0000017a`9799ebd0, struct ResourceOwnerData * procedure_resowner = 0x0000017a`9799ebd0, bool atomic = false)+0x430 [c:\cirrus\src\pl\plpgsql\src\pl_exec.c @ 635] 00000002`529fe800 00007ff7`8dd0a8be plpgsql!plpgsql_inline_handler( struct FunctionCallInfoBaseData * fcinfo = 0x00000002`529fea78)+0x320 [c:\cirrus\src\pl\plpgsql\src\pl_handler.c @ 368] 00000002`529fea40 00007ff7`8dd0bb42 postgres!FunctionCall1Coll( struct FmgrInfo * flinfo = 0x00000002`529feae0, unsigned int collation = 0, unsigned int64 arg1 = 0x0000017a`98540760)+0xbe [c:\cirrus\src\backend\utils\fmgr\fmgr.c @ 1139] 00000002`529feac0 00007ff7`8d6f19c3 postgres!OidFunctionCall1Coll( unsigned int functionId = 0x3795, unsigned int collation = 0, unsigned int64 arg1 = 0x0000017a`98540760)+0x32 [c:\cirrus\src\backend\utils\fmgr\fmgr.c @ 1418] 00000002`529feb20 00007ff7`8dac3b76 postgres!ExecuteDoStmt( struct ParseState * pstate = 0x0000017a`98540650, struct DoStmt * stmt = 0x0000017a`98205d30, bool atomic = false)+0x4c3 [c:\cirrus\src\backend\commands\functioncmds.c @ 2175] 00000002`529febd0 00007ffb`f9b434c9 postgres!standard_ProcessUtility( struct PlannedStmt * pstmt = 0x0000017a`98205dd0, char * queryString = 0x0000017a`98204ea0 "DO $$.DECLARE. bg_writer_pid int;. r RECORD;.BEGIN. SELECT pid from pg_stat_activity where backend_type='background writer'.. INTO bg_writer_pid;.. select type, name, ident. from pg_get_process_memory_contexts(bg_writer_pid, false, 20).. where path = '{1}' into r;..RAISE NOTICE '%', r;. select type, name, ident. from pg_get_process_memory_contexts(pg_backend_pid(), false, 20).. where path = '{1}' into r;..RAISE NOTICE '%', r;.END $$;", bool readOnlyTree = false, ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x0000017a`98206800, struct QueryCompletion * qc = 0x00000002`529ff608)+0x5b6 [c:\cirrus\src\backend\tcop\utility.c @ 711] 00000002`529feda0 00007ff7`8dac355f pg_stat_statements!pgss_ProcessUtility( struct PlannedStmt * pstmt = 0x0000017a`98205dd0, char * queryString = 0x0000017a`98204ea0 "DO $$.DECLARE. bg_writer_pid int;. r RECORD;.BEGIN. SELECT pid from pg_stat_activity where backend_type='background writer'.. INTO bg_writer_pid;.. select type, name, ident. from pg_get_process_memory_contexts(bg_writer_pid, false, 20).. where path = '{1}' into r;..RAISE NOTICE '%', r;. select type, name, ident. from pg_get_process_memory_contexts(pg_backend_pid(), false, 20).. where path = '{1}' into r;..RAISE NOTICE '%', r;.END $$;", bool readOnlyTree = false, ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x0000017a`98206800, struct QueryCompletion * qc = 0x00000002`529ff608)+0x299 [c:\cirrus\contrib\pg_stat_statements\pg_stat_statements.c @ 1185] 00000002`529ff200 00007ff7`8dac24fd postgres!ProcessUtility( struct PlannedStmt * pstmt = 0x0000017a`98205dd0, char * queryString = 0x0000017a`98204ea0 "DO $$.DECLARE. bg_writer_pid int;. r RECORD;.BEGIN. SELECT pid from pg_stat_activity where backend_type='background writer'.. INTO bg_writer_pid;.. select type, name, ident. from pg_get_process_memory_contexts(bg_writer_pid, false, 20).. where path = '{1}' into r;..RAISE NOTICE '%', r;. select type, name, ident. from pg_get_process_memory_contexts(pg_backend_pid(), false, 20).. where path = '{1}' into r;..RAISE NOTICE '%', r;.END $$;", bool readOnlyTree = false, ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x0000017a`98206800, struct QueryCompletion * qc = 0x00000002`529ff608)+0x11f [c:\cirrus\src\backend\tcop\utility.c @ 519] 00000002`529ff250 00007ff7`8dac28c4 postgres!PortalRunUtility( struct PortalData * portal = 0x0000017a`979e72d0, struct PlannedStmt * pstmt = 0x0000017a`98205dd0, bool isTopLevel = true, bool setHoldSnapshot = false, struct _DestReceiver * dest = 0x0000017a`98206800, struct QueryCompletion * qc = 0x00000002`529ff608)+0x13d [c:\cirrus\src\backend\tcop\pquery.c @ 1195] 00000002`529ff2c0 00007ff7`8dac1349 postgres!PortalRunMulti( struct PortalData * portal = 0x0000017a`979e72d0, bool isTopLevel = true, bool setHoldSnapshot = false, struct _DestReceiver * dest = 0x0000017a`98206800, struct _DestReceiver * altdest = 0x0000017a`98206800, struct QueryCompletion * qc = 0x00000002`529ff608)+0x344 [c:\cirrus\src\backend\tcop\pquery.c @ 1351] 00000002`529ff360 00007ff7`8dabd43c postgres!PortalRun( struct PortalData * portal = 0x0000017a`979e72d0, long count = 0n2147483647, bool isTopLevel = true, struct _DestReceiver * dest = 0x0000017a`98206800, struct _DestReceiver * altdest = 0x0000017a`98206800, struct QueryCompletion * qc = 0x00000002`529ff608)+0x319 [c:\cirrus\src\backend\tcop\pquery.c @ 824] 00000002`529ff510 00007ff7`8dabad37 postgres!exec_simple_query( char * query_string = 0x0000017a`98204ea0 "DO $$.DECLARE. bg_writer_pid int;. r RECORD;.BEGIN. SELECT pid from pg_stat_activity where backend_type='background writer'.. INTO bg_writer_pid;.. select type, name, ident. from pg_get_process_memory_contexts(bg_writer_pid, false, 20).. where path = '{1}' into r;..RAISE NOTICE '%', r;. select type, name, ident. from pg_get_process_memory_contexts(pg_backend_pid(), false, 20).. where path = '{1}' into r;..RAISE NOTICE '%', r;.END $$;")+0x60c [c:\cirrus\src\backend\tcop\postgres.c @ 1281] 00000002`529ff650 00007ff7`8dab451d postgres!PostgresMain( char * dbname = 0x0000017a`97953fb8 "regression", char * username = 0x0000017a`979a8c48 "SYSTEM")+0xae7 [c:\cirrus\src\backend\tcop\postgres.c @ 4775] 00000002`529ff880 00007ff7`8d9a4fa7 postgres!BackendMain( void * startup_data = 0x0000017a`97954040, unsigned int64 startup_data_len = 0x18)+0x11d [c:\cirrus\src\backend\tcop\backend_startup.c @ 125] 00000002`529ff8c0 00007ff7`8d859d59 postgres!SubPostmasterMain( int argc = 0n3, char ** argv = 0x0000017a`97932cf0)+0x2f7 [c:\cirrus\src\backend\postmaster\launch_backend.c @ 714] 00000002`529ff940 00007ff7`8de8cbd9 postgres!main( int argc = 0n3, char ** argv = 0x0000017a`97932cf0)+0x329 [c:\cirrus\src\backend\main\main.c @ 218] 00000002`529ff980 00007ff7`8de8cb2e postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 79] 00000002`529ff9d0 00007ff7`8de8c9ee postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288] 00000002`529ffa40 00007ff7`8de8cc4e postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 331] 00000002`529ffa70 00007ffc`030b4cb0 postgres!mainCRTStartup( void * __formal = 0x00000002`5241e000)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp @ 17] 00000002`529ffaa0 00007ffc`044dedcb KERNEL32!BaseThreadInitThunk+0x10 00000002`529ffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 1 Id: 17e8.544 Suspend: 1 Teb: 00000002`52421000 Unfrozen Child-SP RetAddr Call Site 00000002`52dffb98 00007ffc`0446b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000002`52dffba0 00007ffc`030b4cb0 ntdll!TppWorkerThread+0x2df 00000002`52dffe90 00007ffc`044dedcb KERNEL32!BaseThreadInitThunk+0x10 00000002`52dffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 2 Id: 17e8.1f68 Suspend: 1 Teb: 00000002`52423000 Unfrozen Child-SP RetAddr Call Site 00000002`531ffb48 00007ffc`0446b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000002`531ffb50 00007ffc`030b4cb0 ntdll!TppWorkerThread+0x2df 00000002`531ffe40 00007ffc`044dedcb KERNEL32!BaseThreadInitThunk+0x10 00000002`531ffe70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 3 Id: 17e8.1f94 Suspend: 1 Teb: 00000002`52425000 Unfrozen Child-SP RetAddr Call Site 00000002`535ffd18 00007ffc`01e648fa ntdll!NtFsControlFile+0x14 00000002`535ffd20 00007ff7`8d99908b KERNELBASE!ConnectNamedPipe+0x6a 00000002`535ffd90 00007ffc`030b4cb0 postgres!pg_signal_thread( void * param = 0x00000000`00000000)+0xcb [c:\cirrus\src\backend\port\win32\signal.c @ 306] 00000002`535ffe90 00007ffc`044dedcb KERNEL32!BaseThreadInitThunk+0x10 00000002`535ffec0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 4 Id: 17e8.a3c Suspend: 1 Teb: 00000002`52427000 Unfrozen Child-SP RetAddr Call Site 00000002`539ff7f8 00007ffc`01e1da4e ntdll!NtWaitForSingleObject+0x14 00000002`539ff800 00007ff7`8d99ab2c KERNELBASE!WaitForSingleObjectEx+0x8e 00000002`539ff8a0 00007ffc`030b4cb0 postgres!pg_timer_thread( void * param = 0x00000000`00000000)+0x4c [c:\cirrus\src\backend\port\win32\timer.c @ 48] 00000002`539ff8e0 00007ffc`044dedcb KERNEL32!BaseThreadInitThunk+0x10 00000002`539ff910 00000000`00000000 ntdll!RtlUserThreadStart+0x2b PEB at 000000025241e000 InheritedAddressSpace: No ReadImageFileExecOptions: No BeingDebugged: Yes ImageBaseAddress: 00007ff78d4d0000 NtGlobalFlag: 0 NtGlobalFlag2: 0 Ldr 00007ffc045d3140 Ldr.Initialized: Yes Ldr.InInitializationOrderModuleList: 0000017a97926f30 . 0000017a97991010 Ldr.InLoadOrderModuleList: 0000017a9792b190 . 0000017a97990ff0 Ldr.InMemoryOrderModuleList: 0000017a9792b1a0 . 0000017a97991000 Base TimeStamp Module 7ff78d4d0000 67f49360 Apr 08 03:09:20 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe 7ffc04460000 970713bc Apr 17 15:50:20 2050 C:\Windows\SYSTEM32\ntdll.dll 7ffc030a0000 74962988 Dec 25 20:48:08 2031 C:\Windows\System32\KERNEL32.DLL 7ffc01de0000 5cf10295 May 31 10:31:49 2019 C:\Windows\System32\KERNELBASE.dll 7ffc04300000 2743399e Nov 16 00:58:06 1990 C:\Windows\System32\WS2_32.dll 7ffc03310000 62746217 May 05 23:47:35 2022 C:\Windows\System32\RPCRT4.dll 7ffc02920000 d3853513 Jun 15 04:14:11 2082 C:\Windows\System32\WLDAP32.dll 7ffc02150000 eb78ec60 Mar 10 04:43:12 2095 C:\Windows\System32\ucrtbase.dll 7ffc02a50000 784be578 Dec 15 06:11:04 2033 C:\Windows\System32\ADVAPI32.dll 7ffc03430000 ee390ecb Aug 25 07:05:47 2096 C:\Windows\System32\msvcrt.dll 7ffc03260000 3461349e Nov 06 03:08:14 1997 C:\Windows\System32\sechost.dll 7ffc01a40000 8eb6ca22 Nov 15 07:32:50 2045 C:\Windows\System32\bcrypt.dll 7ffbf3750000 6514993f Sep 27 21:06:07 2023 C:\Windows\SYSTEM32\libssl-1_1-x64.dll 7ffbf3400000 6514991d Sep 27 21:05:33 2023 C:\Windows\SYSTEM32\libcrypto-1_1-x64.dll 7ffc02550000 6051f4c5 Mar 17 12:23:33 2021 C:\Windows\System32\USER32.dll 7ffc01b90000 2979174f Jan 19 06:14:39 1992 C:\Windows\System32\win32u.dll 7ffc024a0000 784b1edd Dec 14 16:03:41 2033 C:\Windows\System32\GDI32.dll 7ffc01a70000 edcf8a43 Jun 06 06:12:19 2096 C:\Windows\System32\gdi32full.dll 7ffc022e0000 e46c287d Jun 10 05:58:21 2091 C:\Windows\System32\msvcp_win.dll 7ffbebc90000 c3642e5c Nov 17 05:36:28 2073 C:\Windows\SYSTEM32\Secur32.dll 7ffbf3df0000 670b592a Oct 13 05:22:50 2024 C:\Windows\SYSTEM32\VCRUNTIME140D.dll 7ffbf3800000 b6102be9 Oct 17 03:52:09 2066 C:\Windows\SYSTEM32\ucrtbased.dll 7ffbf4670000 670b5920 Oct 13 05:22:40 2024 C:\Windows\SYSTEM32\VCRUNTIME140.dll 7ffc01390000 8199e7b5 Nov 26 01:19:49 2038 C:\Windows\SYSTEM32\SSPICLI.DLL 7ffc00ec0000 653b7c1b Oct 27 09:00:11 2023 C:\Windows\system32\mswsock.dll 7ffbf5ee0000 7406c981 Sep 08 02:44:17 2031 C:\Windows\system32\wshunix.dll 7ffc01110000 94780d5d Dec 06 19:28:29 2048 C:\Windows\SYSTEM32\CRYPTSP.dll 7ffc009c0000 a3e1566f Feb 15 09:12:15 2057 C:\Windows\system32\rsaenh.dll 7ffc01130000 49713241 Jan 17 01:20:01 2009 C:\Windows\SYSTEM32\CRYPTBASE.dll 7ffc019c0000 31c2c51e Jun 15 14:13:50 1996 C:\Windows\System32\bcryptPrimitives.dll 7ffbf9b40000 67f49375 Apr 08 03:09:41 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\pg_stat_statements.dll 7ffbfe660000 67f49360 Apr 08 03:09:20 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\utf8_and_win.dll 7ffbf3bf0000 67f49369 Apr 08 03:09:29 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\plpgsql.dll SubSystemData: 0000000000000000 ProcessHeap: 0000017a97920000 ProcessParameters: 0000017a9792d360 CurrentDirectory: 'C:\cirrus\build\testrun\recovery\027_stream_regress\data\t_027_stream_regress_primary_data\pgdata\' WindowTitle: 'C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe' ImageFile: 'C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe' CommandLine: '"C:/cirrus/build/tmp_install/usr/local/pgsql/bin/postgres.exe" --forkchild="backend" 4944' DllPath: '< Name not readable >' Environment: 0000017a979211f0 =C:=C:\cirrus\build\testrun\recovery\027_stream_regress\data\t_027_stream_regress_primary_data\pgdata ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Windows\system32\config\systemprofile\AppData\Roaming ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 BRANCH=cf/5355 CCACHE_MAXSIZE=250M CHECK=check-world PROVE_FLAGS=--timer CHECKFLAGS=-Otarget CHOCOLATEYINSTALL=C:\ProgramData\chocolatey CI=true CIRRUS_ARCH=amd64 CIRRUS_BRANCH=cf/5355 CIRRUS_BUILD_ID=4835157825290240 CIRRUS_BUILD_SOURCE=github CIRRUS_CHANGE_IN_REPO=e9f68fe95d4ce1dd97ab565ea9287b2491ccb4bd CIRRUS_CHANGE_MESSAGE=[CF 5355] v27 - Enhance memory context statistics reporting for all PostgreSQL processes. This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/5355 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/B5BF7FC9-D9AA-4C43-AC28-8A6599056CC0@yesql.se Author(s): Rahila Syed CIRRUS_CHANGE_TIMESTAMP=1744081524000 CIRRUS_CHANGE_TITLE=[CF 5355] v27 - Enhance memory context statistics reporting for all PostgreSQL processes. CIRRUS_CI=true CIRRUS_CLONE_DEPTH=500 CIRRUS_COMMIT_MESSAGE=[CF 5355] v27 - Enhance memory context statistics reporting for all PostgreSQL processes. This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/5355 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/B5BF7FC9-D9AA-4C43-AC28-8A6599056CC0@yesql.se Author(s): Rahila Syed CIRRUS_CPU=4 CIRRUS_DEFAULT_BRANCH=master CIRRUS_ENV=C:\Windows\SystemTemp\cirrus-env-task-6133768366325760-a4fe3884-6a9c-4079-85ba-3e25bdda0366 CIRRUS_HTTP_CACHE_HOST=127.0.0.1:12321 CIRRUS_LAST_GREEN_BUILD_ID=4990003241025536 CIRRUS_LAST_GREEN_CHANGE=ada4342f1b75190d1e9647e070a01cbace2fb740 CIRRUS_LOG_TIMESTAMP=true CIRRUS_OIDC_TOKEN=eyJraWQiOiJBdjFqQVlqUE54a3g0YUpfVHloeVU0c3p6VXBQMVlXdE0yTEJIckF0ZWgwIiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJvd25lciI6InBvc3RncmVzcWwtY2Zib3QiLCJ0YXNrX25hbWUiOiJXaW5kb3dzIC0gU2VydmVyIDIwMTksIFZTIDIwMTkgLSBNZXNvbiAmIG5pbmphIiwic3ViIjoicmVwbzpnaXRodWI6cG9zdGdyZXNxbC1jZmJvdC9wb3N0Z3Jlc3FsIiwib3duZXJfaWQiOiIzMTE3MzEwNyIsInJlcG9zaXRvcnlfdmlzaWJpbGl0eSI6InB1YmxpYyIsImlzcyI6Imh0dHBzOi8vb2lkYy5jaXJydXMtY2kuY29tIiwidGFza19pZCI6IjYxMzM3NjgzNjYzMjU3NjAiLCJyZXBvc2l0b3J5IjoicG9zdGdyZXNxbCIsImJyYW5jaCI6ImNmLzUzNTUiLCJwbGF0Zm9ybSI6ImdpdGh1YiIsImF1ZCI6Imh0dHBzOi8vY2lycnVzLWNpLmNvbS9naXRodWIvcG9zdGdyZXNxbC1jZmJvdCIsIm5iZiI6MTc0NDA4MTY3MCwiYnVpbGRfaWQiOiI0ODM1MTU3ODI1MjkwMjQwIiwidXNlcl9wZXJtaXNzaW9uIjoiYWRtaW4iLCJyZXBvc2l0b3J5X2lkIjoiNTMwOTQyOTkxMjQzNjczNiIsImV4cCI6MTc0NDA4NTg3MCwiaWF0IjoxNzQ0MDgxNjcwLCJ1c2VyX2NvbGxhYm9yYXRvciI6InRydWUiLCJqdGkiOiJkMWM5Yzk2Yy1iYjY5LTQ2Y2YtOWJlYi01YzllNjI2Mjg3NDAiLCJjaGFuZ2VfaW5fcmVwbyI6ImU5ZjY4ZmU5NWQ0Y2UxZGQ5N2FiNTY1ZWE5Mjg3YjI0OTFjY2I0YmQifQ.e6hiYh_ls1osY8fAalMvHOBbWS9sEkspqsE0L5TBH1Ok0K_xqeMCcfQ05cBe7Gj-2T4Fd3MPnPcM_IPEcUuu3pJcD3zJyBw5cgyTgCU0KGaVwjm-xj0IFbCV3UcmwYTrW2vxlHKkGssMgjWNoVQD-I4ALQkWtUuiWGanIH0uDnjVPLhxFHD3H3ls5Srteav8Hp_3ItO_C1rWmes9Adj4Il_YxXMCWrjIqakUXfjaNNHPb7zR70RmmNIsdlYSFV1UMTbiob2kEPXXwUk2Bp2Nc9MlJWU6GG9jUeoOoMcAfvPtu2T8J7GS3JgoUzZBp-p4rWhddt2JSMQEAAKj35TLCA CIRRUS_OS=windows CIRRUS_REPO_CLONE_HOST=github.com CIRRUS_REPO_CLONE_TOKEN=ghs_ZRR285wCyIhum8LcHiMxCU8Uzy5QPU3M3jAC CIRRUS_REPO_CLONE_URL=https://github.com/postgresql-cfbot/postgresql.git CIRRUS_REPO_FULL_NAME=postgresql-cfbot/postgresql CIRRUS_REPO_ID=5309429912436736 CIRRUS_REPO_NAME=postgresql CIRRUS_REPO_OWNER=postgresql-cfbot CIRRUS_RESOLUTION_STRATEGY=SAME_SHA CIRRUS_TASK_ID=6133768366325760 CIRRUS_TASK_NAME=Windows - Server 2019, VS 2019 - Meson & ninja CIRRUS_USER_COLLABORATOR=true CIRRUS_USER_PERMISSION=admin CIRRUS_WINDOWS_ERROR_MODE=0x8001 CIRRUS_WORKING_DIR=c:/cirrus CI_NODE_INDEX=7 CI_NODE_TOTAL=10 COMMANDPROMPTTYPE=Native COMMONPROGRAMFILES=C:\Program Files\Common Files COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files COMMONPROGRAMW6432=C:\Program Files\Common Files COMPUTERNAME=BUILD-PG-CI-WIN COMSPEC=C:\Windows\system32\cmd.exe CONTAINER_REPO=us-docker.pkg.dev/pg-ci-images/ci CONTINUOUS_INTEGRATION=true CPUS=4 DEFAULT_PERL_VERSION=5.40.0.1 DEVENVDIR=C:\BuildTools\Common7\IDE\ DISK_SIZE=50 DRIVERDATA=C:\Windows\System32\Drivers\DriverData ENABLE_INJECTION_POINTS=yes EXTENSIONSDKDIR=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs FRAMEWORK40VERSION=v4.0 FRAMEWORKDIR=C:\Windows\Microsoft.NET\Framework64\ FRAMEWORKDIR64=C:\Windows\Microsoft.NET\Framework64\ FRAMEWORKVERSION=v4.0.30319 FRAMEWORKVERSION64=v4.0.30319 GCP_PROJECT=pg-ci-images GITHUB_CHECK_SUITE_ID=36837846804 GOOGETROOT=C:\ProgramData\GooGet IMAGE_FAMILY=pg-ci-windows-ci IMAGE_IDENTITY=pg-ci-windows-ci-2025-04-08t00-31-43 IMAGE_PROJECT=pg-ci-images INCLUDE=C:\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\cppwinrt INITDB_TEMPLATE=C:/cirrus/build/tmp_install/initdb-template LANG=en_US.UTF-8 LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LIB=C:\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.20348.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.20348.0\um\x64 LIBPATH=C:\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.20348.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.20348.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 LOCALAPPDATA=C:\Windows\system32\config\systemprofile\AppData\Local MALLOC_PERTURB_=34 MBUILD_TARGET=all testprep MESON_TEST_ITERATION=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MSYSTEM=UCRT64 MTEST_ARGS=--print-errorlogs --no-rebuild -C build NUMBER_OF_PROCESSORS=4 OS=Windows_NT PATH=C:\cirrus\build\tmp_install\usr\local\pgsql\bin;C:\cirrus\build\src/test\recovery;C:/cirrus/build/src/test/recovery/test;C:\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Windows Kits\10\bin\10.0.20348.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\BuildTools\Common7\IDE\;C:\BuildTools\Common7\Tools\;C:\BuildTools\VC\Auxiliary\Build;C:\zstd\zstd-v1.5.2-win64;C:\zlib;C:\lz4;C:\icu;C:\winflexbison;C:\strawberry\5.40.0.1\perl\bin;C:\python\Scripts\;C:\python\;C:\Windows Kits\10\Debuggers\x64;C:\Program Files\Git\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ProgramData\GooGet;C:\Program Files\Google\Compute Engine\metadata_scripts;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files\PowerShell\7\;C:\Program Files\Google\Compute Engine\sysprep;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW;.CPL PGCTLTIMEOUT=120 PGDATA=C:/cirrus/build/testrun/recovery/027_stream_regress/data/t_027_stream_regress_primary_data/pgdata PGDATABASE=postgres PGHOST=C:/Windows/TEMP/PVKIrkYqFc PGPORT=31954 PGSYSCONFDIR=C:/cirrus/build/tmp_install/usr/local/pgsql/etc PG_REGRESS=C:\cirrus\build\src/test\regress\pg_regress.exe PG_REGRESS_SOCK_DIR=c:/cirrus/ PG_TEST_EXTRA=kerberos ldap ssl libpq_encryption load_balance oauth PG_TEST_USE_UNIX_SOCKETS=1 PLATFORM=x64 POWERSHELL_DISTRIBUTION_CHANNEL=MSI:Windows Server 2022 Datacenter PROCESSOR_ARCHITECTURE=AMD64 PROCESSOR_IDENTIFIER=AMD64 Family 25 Model 1 Stepping 0, AuthenticAMD PROCESSOR_LEVEL=25 PROCESSOR_REVISION=0100 PROGRAMDATA=C:\ProgramData PROGRAMFILES=C:\Program Files PROGRAMFILES(X86)=C:\Program Files (x86) PROGRAMW6432=C:\Program Files PROMPT=$P$G PROVE_FLAGS=--timer PSEXECUTIONPOLICYPREFERENCE=Unrestricted PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\PowerShell PUBLIC=C:\Users\Public REGRESS_SHLIB=C:\cirrus\build\src/test\regress\regress.dll REPO_CI_CONFIG_GIT_URL=github.com/postgresql-cfbot/ci-config/gcp_and_macos_workers.yml@main SHARE_CONTRIB_DIR=C:/cirrus/build/tmp_install//usr/local/pgsql/share/contrib SYSTEMDRIVE=C: SYSTEMROOT=C:\Windows TAR=c:/windows/system32/tar.exe TEMP=C:\Windows\TEMP TEMP_CONFIG=c:/cirrus/src/tools/ci/pg_ci_base.conf TERM=xterm-256color TEST2_ACTIVE=1 TESTDATADIR=C:\cirrus\build/testrun/recovery/027_stream_regress\data TESTLOGDIR=C:\cirrus\build/testrun/recovery/027_stream_regress\log TEST_ACTIVE=1 TEST_JOBS=8 TMP=C:\Windows\TEMP TOP_BUILDDIR=C:\cirrus\build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 UCRTVERSION=10.0.20348.0 UNIVERSALCRTSDKDIR=C:\Program Files (x86)\Windows Kits\10\ USERDOMAIN=WORKGROUP USERNAME=BUILD-PG-CI-WIN$ USERPROFILE=C:\Windows\system32\config\systemprofile VCIDEINSTALLDIR=C:\BuildTools\Common7\IDE\VC\ VCINSTALLDIR=C:\BuildTools\VC\ VCTOOLSINSTALLDIR=C:\BuildTools\VC\Tools\MSVC\14.29.30133\ VCTOOLSREDISTDIR=C:\BuildTools\VC\Redist\MSVC\14.29.30133\ VCTOOLSVERSION=14.29.30133 VISUALSTUDIOVERSION=16.0 VS160COMNTOOLS=C:\BuildTools\Common7\Tools\ VSCMD_ARG_APP_PLAT=Desktop VSCMD_ARG_HOST_ARCH=x64 VSCMD_ARG_TGT_ARCH=x64 VSCMD_VER=16.11.45 VSINSTALLDIR=C:\BuildTools\ WINDIR=C:\Windows WINDOWSLIBPATH=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.20348.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.20348.0 WINDOWSSDKBINPATH=C:\Program Files (x86)\Windows Kits\10\bin\ WINDOWSSDKDIR=C:\Program Files (x86)\Windows Kits\10\ WINDOWSSDKLIBVERSION=10.0.20348.0\ WINDOWSSDKVERBINPATH=C:\Program Files (x86)\Windows Kits\10\bin\10.0.20348.0\ WINDOWSSDKVERSION=10.0.20348.0\ __DOTNET_ADD_64BIT=1 __DOTNET_PREFERRED_BITNESS=64 __VSCMD_PREINIT_PATH=C:\BuildTools\VC\Auxiliary\Build;C:\zstd\zstd-v1.5.2-win64;C:\zlib;C:\lz4;C:\icu;C:\winflexbison;C:\strawberry\5.40.0.1\perl\bin;C:\python\Scripts\;C:\python\;C:\Windows Kits\10\Debuggers\x64;C:\Program Files\Git\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ProgramData\GooGet;C:\Program Files\Google\Compute Engine\metadata_scripts;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files\PowerShell\7\;C:\Program Files\Google\Compute Engine\sysprep;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps; Closing open log file c:/cirrus/crashlog-postgres.exe_16d0_2025-04-08_03-13-30-937.txt