| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: ci: windows: set error mode to not include SEM_NOGPFAULTERRORBOX |
| Date: | 2022-09-22 00:18:24 |
| Message-ID: | E1ob9v5-001PvT-Ma@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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
Branch
------
REL_15_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/0c400445dbe316d67d19f79fdd096f0b77458b86
Modified Files
--------------
.cirrus.yml | 9 +++++++++
1 file changed, 9 insertions(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fujii Masao | 2022-09-22 00:26:28 | pgsql: psql: Improve tab-completion for MERGE. |
| Previous Message | Thomas Munro | 2022-09-21 23:56:36 | pgsql: ci: Increase requested memory size. |