Xref: news-dnh.mv.net comp.os.msdos.djgpp:1788 Newsgroups: comp.os.msdos.djgpp Path: news-dnh.mv.net!mv!news.sprintlink.net!tank.news.pipex.net!pipex!in1.uu.net!newsfeed.ACO.net!fuw.edu.pl!cyfronet!infoserv!kbudych From: kbudych AT infoserv DOT ii DOT uj DOT edu DOT pl (Konrad Budych) Subject: V2: FSDB and CWSDPMI Sender: news AT cyf-kr DOT edu DOT pl (News Administrator) Nntp-Posting-Host: infoserv.ii.uj.edu.pl Organization: Dept.of Comp. Science of Jagiellonian University Date: Mon, 28 Aug 1995 11:01:57 GMT Lines: 17 To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp I've encountered the following problem when using DJGPP V2 beta2: I compile a program with debug info (-g) and then run fsdb on it. It loads okay, but then when I try to step over startup code (F8) or to move to a certain address given as a symbol name (Ctrl-G) or set a data-write breakpoint (F2 in data pane) everything crashes with the following cryptic explanation: Cannot recover from exception: exiting due to signal 0123 The problem does _not_ occur when I use MS Windows 3.1 as a DPMI server, not CWSDPMI beta5. My config contains HIMEM, but not EMM386, so CWSDPMI uses XMS, not VCPI setup... Any ideas what is wrong or is it a bug? Konrad