From: hfj AT gmx DOT de (Joe H) Newsgroups: comp.os.msdos.djgpp Subject: rhide/gdb debugging problem Date: Tue, 27 Feb 2001 15:38:13 GMT Lines: 18 Message-ID: <3a9bc8a8.5310643@News.CIS.DFN.DE> NNTP-Posting-Host: pec-36-49.tnt2.f.uunet.de (149.225.36.49) X-Trace: fu-berlin.de 983288104 26339520 149.225.36.49 (16 [66198]) X-Newsreader: Forte Free Agent 1.21/32.243 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com running a fresh compiled programm in single stepping (trace into) mode works correct, but after some passes I get the message "error accessing memory adress 0x15d8: Permission denied (EACCES)" from the GDB output window and it runs still the entire programm at once. When I rebuild now the programm, the GDB window says "warning: cannot close "c/:djgpp/project/t88.exe: Bad file descriptor (EBADF) but I can run it single stepping for one more time. Than repeats the same error and I have to rebuild for every debugging pass. Any hint what I´m doing wrong? (Win95 - rhide 1.4.7.8) Thanks Joe