SIGSEGV impossible to stop the program

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 impossible to stop the program

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: SIGSEGV impossible to stop the program

Post 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
Make sure you have read the HOW TO POST thread
Post Reply