Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

abort() can hang during automatic testing on Windows for "Debug" build. #218

Open
linmajia opened this issue Apr 8, 2019 · 0 comments
Open

Comments

@linmajia
Copy link
Contributor

linmajia commented Apr 8, 2019

This is because when the program is compiled in debug mode, abort() will pop up a message box displaying options to Abort, Retry, or Ignore. Please refer to this. We could use _set_abort_behavior() to clear the _WRITE_ABORT_MSG flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant