diff options
author | Andres Freund <andres@anarazel.de> | 2022-09-21 17:15:54 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-09-21 17:16:34 -0700 |
commit | 661ee7bfc661a4ba52ed57cff46e414b2add75b1 (patch) | |
tree | ff72080f75a0b8711c7057b418bcb9fa4317323b /src/backend/access/gist/gistvalidate.c | |
parent | a3a3c1ea87804c9efddf53fc2e7793993630a034 (diff) | |
download | postgresql-661ee7bfc661a4ba52ed57cff46e414b2add75b1.tar.gz postgresql-661ee7bfc661a4ba52ed57cff46e414b2add75b1.zip |
ci: windows: set error mode to not include SEM_NOGPFAULTERRORBOX
Cirrus defaults to SetErrorMode(SEM_NOGPFAULTERRORBOX | ...). That prevents
crash reporting from working unless binaries do SetErrorMode()
themselves. Furthermore, it appears that either python or, more likely, the C
runtime has a bug where SEM_NOGPFAULTERRORBOX can very occasionally *trigger*
a crash on process exit - which is hard to debug, given that it explicitly
prevents crash dumps from working...
Discussion: https://postgr.es/m/20220909235836.lz3igxtkcjb5w7zb%40awork3.anarazel.de
Backpatch: 15-, where CI was added
Diffstat (limited to 'src/backend/access/gist/gistvalidate.c')
0 files changed, 0 insertions, 0 deletions