Page 1 of 1

Run fine but Debug failed

Posted: Mon Jun 19, 2017 1:53 pm
by coot
Win10 + codelite10.0.0.5 + Mingw gcc

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

Re: Run fine but Debug failed

Posted: Mon Jun 19, 2017 3:36 pm
by eranif
I am not sure...
I wonder why your code is loading "C:\Windows\SYSTEM32\vcruntime140.dll" - isn't this a VisualStudio only library? or am I am wrong?

Re: Run fine but Debug failed

Posted: Tue Jun 20, 2017 7:09 am
by coot
:evil: :evil: The issue gone. I can debug now.

maybe next time I met error, I should restart codelite or PC first...