acassis commented on issue #16689:
URL: https://github.com/apache/nuttx/issues/16689#issuecomment-3048833710

   @comejv maybe there is some issues in your config, I tested here using 
weact-stm32h743 and the issue didn't show up:
   
   ```
   NuttShell (NSH) NuttX-12.9.0                                                 
   nsh> ps
     PID GROUP PRI POLICY   TYPE    NPX STATE    EVENT     SIGMASK            
STACK D
       0     0   0 FIFO     Kthread   - Ready              0000000000000000 
0001008 >
       1     0 224 RR       Kthread   - Waiting  Semaphore 0000000000000000 
0001984 0
       3     3 100 RR       Task      - Running            0000000000000000 
0002008 >
   nsh> usleep 10000000 &
   sh [4:100]                                                                   
   nsh> uname -a
   NuttX 12.9.0 541450e692-dirty Jul  3 2025 17:19:34 arm weact-stm32h743       
     
   nsh> ps                                                                      
     
     PID GROUP PRI POLICY   TYPE    NPX STATE    EVENT     SIGMASK            
STACK D
       0     0   0 FIFO     Kthread   - Ready              0000000000000000 
0001008 >
       1     0 224 RR       Kthread   - Waiting  Semaphore 0000000000000000 
0001984 0
       3     3 100 RR       Task      - Running            0000000000000000 
0002008 >
       4     4 100 RR       Task      - Waiting  Signal    0000000000000000 
0001992 p
   nsh> ps                                                                      
     
     PID GROUP PRI POLICY   TYPE    NPX STATE    EVENT     SIGMASK            
STACK D
       0     0   0 FIFO     Kthread   - Ready              0000000000000000 
0001008 >
       1     0 224 RR       Kthread   - Waiting  Semaphore 0000000000000000 
0001984 0
       3     3 100 RR       Task      - Running            0000000000000000 
0002008 >
       4     4 100 RR       Task      - Waiting  Signal    0000000000000000 
0001992 p
   nsh> 
   ```
   


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to