SIGSEGV Call Stack

CodeLite installation/troubleshooting forum
borodadada
CodeLite Enthusiast
Posts: 22
Joined: Wed Oct 16, 2013 4:20 pm
Genuine User: Yes
IDE Question: c++
Contact:

SIGSEGV Call Stack

Post by borodadada »

sometimes, when I compile the program, I get an error
Image
and sometimes all work.
I do not change the code, just compile ...
How is this possible?
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: SIGSEGV Call Stack

Post by eranif »

This message tells you that you program received 'SIGSEGV' (i.e. it crashed)
I am not sure what you running and how you are compiling your code, but it seems that you are actually running it under the debugger

Eran
Make sure you have read the HOW TO POST thread
Post Reply