Skip to content

Threads listing screw up #7

@baoshi

Description

@baoshi

I repeatedly run into this issue in various places. e.g,

  1. Reset the target board.
  2. Start openocd session.
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions