pkarashchenko opened a new issue, #6641:
URL: https://github.com/apache/incubator-nuttx/issues/6641
Having a config with `CONFIG_DEBUG_FEATURES=y` and `CONFIG_DEBUG_MM=y`
enabled. When running `ps` getting the next output:
```
nsh> ps
PID GROUP PRI POLICY TYPE NPX STATE EVENT SIGMASK HEAP
STACK USED FILLED COMMAND
0 0 0 FIFO Kthread N-- Ready 00000000nsh: ps:
read failed: 22
00000000 001000 000408 40.8% Idle Task
1 1 224 RR Kthread --- Waiting Semaphore 00000000nsh: ps:
read failed: 22
00000000 001992 000276 13.8% hpwork 0x204014f8
2 2 100 RR Kthread --- Waiting Semaphore 00000000nsh: ps:
read failed: 22
00000000 001992 000548 27.5% lpwork 0x20401508
3 3 100 RR Task --- Running 00000000nsh: ps:
read failed: 22
00000000 002000 001436 71.8% nsh_main
4 4 224 RR Kthread --- Waiting Semaphore 00020000nsh: ps:
read failed: 22
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]