Page 1 of 1

SIGSEGV Call Stack

Posted: Sat Jun 07, 2014 7:34 pm
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?

Re: SIGSEGV Call Stack

Posted: Sat Jun 07, 2014 7:43 pm
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