Page 1 of 1

Division by zero?

Posted: Tue Jun 03, 2014 11:59 pm
by ghost
Hi, I was doing some tests and I noticed that division by zero exceptions are not caught inside codelite.
Doing a simple "x / 0 " on a terminal I get a "Floating point exception", the same in other debuggers (e.g. nemiver) and obviously CLI gdb, they catch SIGFPE.
But in codelite the debugee seems to stuck at the division...

Re: Division by zero?

Posted: Thu Jun 19, 2014 12:01 am
by ghost
This is for both local x86 debugging and remote ARM gdbserver...

Re: Division by zero?

Posted: Thu Jun 19, 2014 9:24 am
by eranif
Please open a bug for this, or it will get lost in the forum..
Eran