agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
pgsql: ci: Generate crashlogs on Windows
2+ messages / 1 participants
[nested] [flat]

* pgsql: ci: Generate crashlogs on Windows
@ 2026-07-17 16:19 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 2+ messages in thread

From: Andres Freund @ 2026-07-17 16:19 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d374280e1837adc1f8218bb0d69ffbae5d808fc6

Modified Files
--------------
.github/workflows/pg-ci.yml                 | 13 ++---
src/tools/ci/gha_setup_windows_debugger.ps1 | 75 +++++++++++++++++++++++++++++
2 files changed, 82 insertions(+), 6 deletions(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* pgsql: ci: Generate crashlogs on Windows
@ 2026-07-17 16:19 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 2+ messages in thread

From: Andres Freund @ 2026-07-17 16:19 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3601be26b3fa076e1aa03e9f1e0ad0e6077ce759

Modified Files
--------------
.github/workflows/pg-ci.yml                 | 13 ++---
src/tools/ci/gha_setup_windows_debugger.ps1 | 75 +++++++++++++++++++++++++++++
2 files changed, 82 insertions(+), 6 deletions(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2026-07-17 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-07-17 16:19 pgsql: ci: Generate crashlogs on Windows Andres Freund <andres@anarazel.de>
2026-07-17 16:19 pgsql: ci: Generate crashlogs on Windows Andres Freund <andres@anarazel.de>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox