[PATCH 1/1] cygwin: use CREATE_DEFAULT_ERROR_MODE in spawn
Corinna Vinschen
corinna-cygwin@cygwin.com
Fri Dec 4 12:10:43 GMT 2020
Hi Jeremy,
On Dec 3 13:21, Jeremy Drake via Cygwin-patches wrote:
> if a new CYGWIN/MSYS environment option `winjitdebug` is true, allowing
> native subprocesses to get Windows-default error handling behavior (such
> as invoking the registered JIT debugger). Cygwin processes will quickly
> set their error mode on start, so getting JIT debugging for them will
> still require setting `error_start`.
I'm not happy about a new CYGWIN option.
Wouldn't it make sense, perhaps, to switch to CREATE_DEFAULT_ERROR_MODE
for all non-Cygwin processes by default instead?
Corinna
More information about the Cygwin-patches
mailing list