masayuki2009 commented on PR #11862:
URL: https://github.com/apache/nuttx/pull/11862#issuecomment-1983089612

   @anchao 
   The issues that I reported in https://github.com/apache/nuttx/pull/11848 
were resolved.
   However, I noticed a new regression with esp32-devkitc:wifi_smp. (i.e. hello 
app does not finish).
   
   ```
   nsh> ps
     PID GROUP CPU PRI POLICY   TYPE    NPX STATE    EVENT     SIGMASK          
 STACK   USED  FILLED COMMAND
       0     0   0   0 FIFO     Kthread   - Assigned           0000000000000000 
002032 000720  35.4%  CPU0 IDLE
       1     1   1   0 FIFO     Kthread   - Running            0000000000000000 
002024 000432  21.3%  CPU1 IDLE
       2     2 --- 100 RR       Kthread   - Waiting  Semaphore 0000000000000000 
001976 000680  34.4%  lpwork 0x3ffb0588 0x3ffb059c
       3     3   0 100 RR       Task      - Running            0000000000000000 
003024 001696  56.0%  nsh_main
       4     4 --- 255 RR       Kthread   - Waiting  Semaphore 0000000000000000 
000696 000344  49.4%  spiflash_op 0x3ffe0f00
       5     5 --- 255 RR       Kthread   - Waiting  Semaphore 0000000000000000 
000696 000344  49.4%  spiflash_op 0x3ffe0f00
       6     6 --- 223 RR       Kthread   - Waiting  Semaphore 0000000000000000 
001992 000664  33.3%  rt_timer
       7     7 --- 253 RR       Kthread   - Waiting  MQ empty  0000000000000000 
006616 001184  17.8%  wifi
       8     8 --- 100 RR       Task      - Waiting  Semaphore 0000000000000000 
002008 001016  50.5%  telnetd
   nsh> free
                      total       used       free    maxused    maxfree  nused  
nfree
           Umem:     240436      64940     175496      65004     110000    126  
    2
   nsh> hello
   Hello, World!!
   Traceback (most recent call last):
   ```


-- 
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]

Reply via email to