Page 1 of 1

SIGSEGV impossible to stop the program

Posted: Sun Oct 27, 2013 10:27 am
by borodadada
If I made ​​an error in the code, I get an error SIGSEGV, that would continue the work I have to restart the codelite.
Image

Re: SIGSEGV impossible to stop the program

Posted: Sun Oct 27, 2013 10:45 am
by eranif
This is probbably because codelite is busy communicating with gdb for the backtrace.
Instead of terminating codelite, try and kill gdb from the task manager (it usually does the trick)

I will add backtrace limit option
Eran