btashton opened a new issue #2366: URL: https://github.com/apache/incubator-nuttx/issues/2366
When I try to dump the threads with `nxthread_bt_all` nothing is shown and then it crashes the target. I am using this with STM32H7 and the ARM Embedded 2020-q2-update toolchain: ``` GNU gdb (GNU Arm Embedded Toolchain 9-2020-q2-update) 8.3.1.20191211-git ``` ``` nx_start () at init/nx_start.c:832 832 up_idle(); (gdb) bt #0 nx_start () at init/nx_start.c:832 #1 0x080003ce in __start () at chip/stm32_start.c:426 (gdb) nxthread target examined _target_arch.name=armv7e-m $_target_has_fpu : 0 $_target_has_smp : 0 saved current_tcb (pid=0) Missing argument 0 in user function. (gdb) nxthread_all_bt * 0 Thread 0x24000504 (Name: Idle Task, State: Running, Priority: 0) 0x80025c6 in nx_start() #0 nx_start () at init/nx_start.c:832 #1 0x080003ce in __start () at chip/stm32_start.c:426 1 Thread 0x38000490 (Name: hpwork, State: Waiting,Signal, Priority: 224) 0x0 in No() #0 0x00000000 in ?? () 2 Thread 0x38001130 (Name: lpwork, State: Waiting,Signal, Priority: 100) 0x0 in No() #0 0x00000000 in ?? () 3 Thread 0x38001dd0 (Name: init, State: Waiting,Semaphore, Priority: 100) 0x0 in No() #0 0x00000000 in ?? () 4 Thread 0x38002b60 (Name: usbhost, State: Waiting,Semaphore, Priority: 100) 0x0 in No() #0 0x00000000 in ?? () 5 Thread 0x38003420 (Name: Telnet daemon, State: Waiting,Semaphore, Priority: 100) 0x0 in No() #0 0x00000000 in ?? () ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org