[arm-gnu] gdb virtual memory exhausted
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] gdb virtual memory exhausted



I am trying to load an AXF file in gdb using the command 'file sas2xfw.axf' and get a virtual memory exhausted error.  I have a primitive memory allocation test that I run in my cygwin environment that shows 1.9 GB available.  I am running arm-none-eabi-gdb.exe under Windows 7.  I have tried both the version from ARM RVI 3.3 (6.6.50.20070320-cvs) and the latest lite version (7.2.50.20100908-cvs) from the CodeSourcery website.

Here are the error messages I get:
From 6.6.50.20070320-cvs:
Reading symbols from C:\Program Files (x86)\ARM\RVI\GDB\3.3\8/sas2xfw.axf.../scratch/paul/arm/obj/gdb-src-2007q1-3-arm-none-eabi-i686-mingw32/gdb/utils.c:918: internal-error: virtual memory exhausted: can't allocate 427819008 bytes.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) y

From 7.2.50.20100908-cvs:
Reading symbols from c:\program files (x86)\arm\rvi\gdb\3.3\8\sas2xfw.axf...warning: Loadable segment "RAM_CODE" outside of ELF segments
warning: Loadable segment "RAM_CODE" outside of ELF segments
warning: Loadable segment "RAM_DATA" outside of ELF segments
warning: Loadable segment "RAM_DATA" outside of ELF segments
warning: Loadable segment "RAM_ZI" outside of ELF segments
/scratch/janisjo/arm-eabi-lite/obj/gdb-src-2011.03-42-arm-none-eabi-i686-mingw32/gdb/utils.c:1419: internal-error: virtual memory exhausted: can't allocate 4072 bytes.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) y

Brett