The Windows builder is full of these dialogs.
I seem to recall some process-wide option to suppress them. Is that mechanism no longer in use?
--
You received this message because you are subscribed to the Google Groups "golang-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-dev+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
DWORD dwMode = SetErrorMode(SEM_NOGPFAULTERRORBOX);SetErrorMode(dwMode | SEM_NOGPFAULTERRORBOX);
... Also, we install our own exception handler, so normal programs shouldn't even get this far. Something worse is wrong.
... if you can wait until Tuesday or so, ...
I'm about to check in the "runtime completely in Go" changes on that branch (probably Monday), ...