While running release build in Qt Creator get following error message:
The program has unexpectedly finished.
.....exe exited with code -1073740791
Runs successfully in debug mode in debugger. In another thread found that this is
0xc0000409 = STATUS_STACK_BUFFER_OVERRUN
error. Program and Qt was built with VS C++. Where the problem could be? Or should I run some profiler to check memory access?