Skip to content

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

@linmajia

Description

@linmajia

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions