Message-Id: <200007191840.UAA16026@mailgw3.netvision.net.il> Date: Wed, 19 Jul 2000 21:41:14 +0200 To: seki AT club-internet DOT fr X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" CC: djgpp AT delorie DOT com In-reply-to: <8l4nat$j3u$1@front1m.grolier.fr> (seki@club-internet.fr) Subject: Re: how to reduce virtual memory ? References: <8l1ffl$j08$1 AT front7 DOT grolier DOT fr> <3975AA07 DOT 41C67EA6 AT uic DOT rnd DOT runnet DOT ru> <8l4nat$j3u$1 AT front1m DOT grolier DOT fr> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Sebastien Kirche" > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 19 Jul 2000 19:08:08 +0200 > > But i still don't undersand why the debuggers crash As far as I understand, GDB did not crash: it just told you that your program requires too much memory to support debugging it. GDB needs to allocate lots of memory to hold all the data structures whioch describe the variables, functions, and data types used by the debuggee. You could try compiling only part of the source files with -g, that might require less memory for GDB. > BTW: does anyone tried to use softice for a debugging of djgpp under win32 > platform ? I don't expect this to work, since no Windows debugger should be expected to know about the format of DJGPP executables. About the only possibility is to build GDB with Cygwin so that it is hosted on Windows and targeted for DJGPP. However, I don't think such a configuration is supported by GDB at this time.