What's different Debug Build and Release Build in Qt?

0

I developed application with ArcGIS. This application use TCP, and receive data from other PC.

When built with Debug Build and received data, the application terminated abnormally and I got error.

Error statement:

D:\agent\_work\9\s\src\vctools\crt\vcstartup\src\misc\amd64\chkstk.asm:109: Error: Debugger encountered an exception: Exception at 0x7ff63934e988, code: 0xc00000fd: stack_overflow, flags=0x0 (first chance)

After that, I tried to build with Release Build and received data. Strangely enough, it was received without error.

What's the difference between the two? How to avoid errors?

My environment

  • OS: Windows10
  • QtCreator: 4.14.0_rc1
  • Kit: Qt5.15.0 MSVC2019 64bit
  • ArcGIS: 100.8
c++
qt
asked on Stack Overflow Dec 10, 2020 by tkm-knj • edited Dec 10, 2020 by eyllanesc

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0