Mail Archives: djgpp/1997/03/19/09:34:24
Robrecht Jacques wrote:
>
> will stop at line 3 but gives an SEGMENTATION FAULT
> (that is: gdb does not crash but says the program will
> cause a segfault at that position). If I don't put any
> breakpoints it will run without problems.
This is a known limitation of Win31, which cannot handle
correct the breakpoints (software breakpointts). You
should use either hardware breakpoints (hbreak in gdb),
use RHGDB (which recognises that you are running under
Win31 and uses automaticaly hardware breakpoints) or
run under plain DOS.
And make sure you have read the FAQ, where this is described
in section 12.9 the last paragraph.
Robert
--
*****************************************************************
* Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau *
* Post: Am Berg 3, D-09573 Dittmannsdorf *
* e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE *
* WWW: http://www.tu-chemnitz.de/~rho *
*****************************************************************
- Raw text -