]> git.ipfire.org Git - thirdparty/postgresql.git/commit
ci: Generate crashlogs on Windows
authorAndres Freund <andres@anarazel.de>
Fri, 17 Jul 2026 15:43:52 +0000 (11:43 -0400)
committerAndres Freund <andres@anarazel.de>
Fri, 17 Jul 2026 15:49:27 +0000 (11:49 -0400)
commit3601be26b3fa076e1aa03e9f1e0ad0e6077ce759
tree1bbdaed62bb4de85ab6f51cf12cc04a2d125d2ec
parentcce2bbbfd3cb8df4844013d20c3e08cef6d29084
ci: Generate crashlogs on Windows

This configures cdb.exe to log all crashes to
"<workspace>\crashlogs\crashlog-<pid-in-hex>.txt" (as it was previously set up
for cirrus-ci based CI). The upload logs step already collects these logs.

The logic is copied from the generation of Postgres CI Windows images for
cirrus-ci [1].  Since this would be too long to include inline in pg-ci.yml,
it is implemented as 'src/tools/ci/gha_setup_windows_debugger.ps1' script.

[1] https://github.com/anarazel/pg-vm-images/blob/main/scripts/windows_install_dbg.ps1

Author: Nazir Bilal Yavuz <byavuz81@gmail.com>
Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/CAN55FZ1BgsXSTzOpehnMa4NzWL8Aivsxx-di7-VT6bZ3j2Omow%40mail.gmail.com
Discussion: https://postgr.es/m/iggjozfshwbqpv33x5jqwtju5k5zrkyu3257dlifxkhtpg7eoq@k2ccyrdi5dtu
Backpatch-through: 19, where GHA CI was added
.github/workflows/pg-ci.yml
src/tools/ci/gha_setup_windows_debugger.ps1 [new file with mode: 0644]