forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0c40044
committed
ci: windows: set error mode to not include SEM_NOGPFAULTERRORBOX
Cirrus defaults to SetErrorMode(SEM_NOGPFAULTERRORBOX | ...). That preventscrash reporting from working unless binaries do SetErrorMode()themselves. Furthermore, it appears that either python or, more likely, the Cruntime has a bug where SEM_NOGPFAULTERRORBOX can very occasionally *trigger*a crash on process exit - which is hard to debug, given that it explicitlyprevents crash dumps from working...Discussion:https://postgr.es/m/20220909235836.lz3igxtkcjb5w7zb%40awork3.anarazel.deBackpatch: 15-, where CI was added1 parent08ddb3c commit0c40044
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
386 | 386 |
| |
387 | 387 |
| |
388 | 388 |
| |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
389 | 398 |
| |
390 | 399 |
| |
391 | 400 |
| |
|
0 commit comments
Comments
(0)