masayuki2009 commented on pull request #5484: URL: https://github.com/apache/incubator-nuttx/pull/5484#issuecomment-1038733905
@no1wudi My automatic test failed due to this PR. Could you please try maix-bit:smp with QEMU? ``` NuttShell (NSH) NuttX-10.2.0 nsh> nsh> uname -a NuttX 10.2.0 b8477f857b Feb 14 2022 16:09:56 risc-v maix-bit nsh> mount /proc type procfs nsh> ps PID GROUP CPU PRI POLICY TYPE NPX STATE EVENT SIGMASK STACK USED FILLED COMMAND 0 0 0 0 FIFO Kthread N-- Assigned 00000000 002000 000840 42.0% CPU0 IDLE 1 1 1 0 FIFO Kthread N-- Running 00000000 002000 002000 100.0%! CPU1 IDLE 2 2 0 100 RR Task --- Running 00000000 003040 001824 60.0% nsh_main nsh> free total used free largest nused nfree Umem: 2082112 12112 2070000 2070000 35 1 nsh> hello Hello, World!! Traceback (most recent call last): File "/home/ishikawa/script/expect_nuttx_smp_test.py", line 38, in <module> child.expect('nsh> ') File "/home/ishikawa/.local/lib/python3.6/site-packages/pexpect/spawnbase.py", line 344, in expect timeout, searchwindowsize, async_) File "/home/ishikawa/.local/lib/python3.6/site-packages/pexpect/spawnbase.py", line 372, in expect_list return exp.expect_loop(timeout) File "/home/ishikawa/.local/lib/python3.6/site-packages/pexpect/expect.py", line 181, in expect_loop return self.timeout(e) File "/home/ishikawa/.local/lib/python3.6/site-packages/pexpect/expect.py", line 144, in timeout raise exc pexpect.exceptions.TIMEOUT: Timeout exceeded. ``` -- 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