Steady state dynamics randomly terminates without error

Results for ucrt version (for mingw OK):

The only difference in the source code is: && !defined(_UCRT)

#if defined(_WIN32) && !defined(_UCRT)
_set_output_format(_TWO_DIGIT_EXPONENT);
#endif
1 Like