internal-error: virtual memory exhausted

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

internal-error: virtual memory exhausted

630 Views
jasonedn
Contributor II

When a breakpoint is set and hit, the debugger was disconnected. I checked the bugger console and found the error report:

/mnt/workspace/workspace/GCC-10-pipeline/jenkins-GCC-10-pipeline-338_20211018_1634516203/src/gdb/gdb/utils.c:671: internal-error: virtual memory exhausted: can't allocate 4064 bytes.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) [answered Y; input not from terminal]

This is a bug, please report it. For instructions, see:
<https://www.gnu.org/software/gdb/bugs/>.

/mnt/workspace/workspace/GCC-10-pipeline/jenkins-GCC-10-pipeline-338_20211018_1634516203/src/gdb/gdb/utils.c:671: internal-error: virtual memory exhausted: can't allocate 4064 bytes.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) [answered Y; input not from terminal].

 

The MCUXpressio version is v11.6.0(Build 8187) and a FreeRTOS exmaple was executed.

The debugger is Segger JLink.

0 Kudos
2 Replies

606 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

This error is due to a bad installation of the tools please reinstall GCC and GDB.

Regards

0 Kudos

568 Views
jasonedn
Contributor II

I reinstalled the IDE and it works now. thanks 

0 Kudos