Division by zero?

General questions regarding the usage of CodeLite
ghost
CodeLite Enthusiast
Posts: 20
Joined: Wed May 28, 2014 9:58 pm
Genuine User: Yes
IDE Question: C++
Contact:

Division by zero?

Post 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...
ghost
CodeLite Enthusiast
Posts: 20
Joined: Wed May 28, 2014 9:58 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Division by zero?

Post by ghost »

This is for both local x86 debugging and remote ARM gdbserver...
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Division by zero?

Post by eranif »

Please open a bug for this, or it will get lost in the forum..
Eran
Make sure you have read the HOW TO POST thread
Post Reply