public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Virtual memory
@ 2003-05-19 13:57 Andreas Groß
  2003-05-19 17:02 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Groß @ 2003-05-19 13:57 UTC (permalink / raw)
  To: gdb

Hi there...

I'm programming a patch for gdb which gives out a state graph of a program. I 
have the following problem:
I store the state graph in the heap memory (using xmalloc). The problem is 
that I get an out-of-memory-error while computing the state graph of huge 
programs:

utils.c:981: gdb-internal-error: virtual memory exhausted: can't allocate 
49220 bytes.
An internal GDB error was detected.  This may make further
debugging unreliable.  Quit this debugging session? (y or n) y

My question: Is it possible to say gdb to allocate more virtual memory?

cu
  Andreas

-- 
   Andreas Groß
 knox@cs.uni-sb.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-19 17:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-19 13:57 Virtual memory Andreas Groß
2003-05-19 17:02 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).