Debugging -1.#QNAN00 error

  • Thread starter Thread starter srisu02
  • Start date Start date
S

srisu02

Hi,
My database application goes in an infinite loop because of some
reasons. I tried debugging and found that one of the loop counters
was becoming
-1.#QNAN00 . I am trying to find out the root cause of this issue
which I assume is because of some overflow multiply/divide
operations. I have however not been able to find the root cause. Can
some one tell me how to catch this QNan exception as soon as such an
arithmetic operation takes place?

Thanks in advance,
Subramanian S
 
Back
Top