-
Notifications
You must be signed in to change notification settings - Fork 150
Closed
Description
I repeatedly run into this issue in various places. e.g,
- Reset the target board.
- Start openocd session.
- Start and connect gdb, then I receive this message in openocd terminal
Info : accepting 'gdb' connection on tcp/3333
Info : Auto-detected RTOS: FreeRTOS
Error: Error allocating memory for 1073434772 threads
at this moment "info threads" from gdb session gives
* 1 Remote target 0x00000000 in ?? ()
and program did not stop running
I could, at gdb session, give command "thread 1" and "c", then upon hit Ctrl-C
I receive
Info : esp32.cpu0: Target halted, pc=0x400D1750
Error: FreeRTOS maximum used priority is unreasonably big, not proceeding: 1702187384
info threads gives no threads although program is halted
Appreciate any help.
Metadata
Metadata
Assignees
Labels
No labels