If I made an error in the code, I get an error SIGSEGV, that would continue the work I have to restart the codelite.
SIGSEGV impossible to stop the program
-
- 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 impossible to stop the program
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
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