sometimes, when I compile the program, I get an error
and sometimes all work.
I do not change the code, just compile ...
How is this possible?
SIGSEGV Call Stack
-
- CodeLite Enthusiast
- Posts: 22
- Joined: Wed Oct 16, 2013 4:20 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: SIGSEGV Call Stack
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
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