Mail Archives: djgpp/1996/09/18/08:11:51
On Wed, 18 Sep 1996, Mark Habersack wrote:
> Now when I set a breakpoint on test_call() and 'run' the program, GDB
> signalled that 'Program has exited wit SIGFPE'. I thought I made a mistake
> somewhere (?) but the program was working ok from cmdline. Then it ocurred to
> me that it might be a problem with the FPU emulation. Is it?
That one's in the FAQ (section 12.9): you cannot debug programs that use
floating point on FPU-less machines, unless you use WMEMU as your
emulator. In general, the DJGPP debugger support is incompatible with
signals (the debugger gets the signals instead of the debuggee).
- Raw text -