Run fine but Debug failed
Posted: Mon Jun 19, 2017 1:53 pm
Win10 + codelite10.0.0.5 + Mingw gcc
The program run fine, but when debug, it shows following errors. What will be the problem?
The program run fine, but when debug, it shows following errors. What will be the problem?
Code: Select all
DEBUG>>~"8 received signal SIGSEGV, Segmentation fault.\n"
8 received signal SIGSEGV, Segmentation fault.
DEBUG>>~"[Switching to Thread 5424.0x27e8]\n"
[Switching to Thread 5424.0x27e8]
DEBUG>>~"0x00007ffeaf62c877 in memmove () from C:\\Windows\\SYSTEM32\\vcruntime140.dll\n"
0x00007ffeaf62c877 in memmove () from C:\Windows\SYSTEM32\vcruntime140.dll
DEBUG>>*stopped,reason="signal-received",signal-name="SIGSEGV",signal-meaning="Segmentation fault",frame={addr="0x00007ffeaf62c877",func="memmove",args=[],from="C:\\Windows\\SYSTEM32\\vcruntime140.dll"},thread-id="8",stopped-threads="all"
Program Received signal SIGSEGV