Sender: nate AT cartsys DOT com Message-ID: <36E9C233.22CE67A0@cartsys.com> Date: Fri, 12 Mar 1999 17:41:07 -0800 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.1 i586) MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Debugger problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Just noticed this, while testing my malloc debugger under GDB: If GDB tries to access a page I have uncommitted, GDB itself crashes. "Cannot continue from exception..." I'm not sure if there is anything to be done about this, but if so it's going to make my system rather a pain to use. (And I really will need the address decoding Eli suggested...) I haven't had a chance to find whether this happens with the "lighter" debuggers. I suspect it will. You can reproduce by mprotect'ing PROT_NONE a page and trying to `x' its contents in GDB. -- Nate Eldredge nate AT cartsys DOT com