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

   @pussuw 
   I noticed that qemu-intel64:ostest failed withi this PR.
   
   ```
   + /home/ishikawa/opensource/QEMU/qemu-7.1/build/qemu-system-x86_64 -cpu host 
-enable-kvm -m 256M -cdrom boot.iso -nographic -serial mon:stdio
   SeaBIOS (version rel-1.16.0-0-gd239552ce722-prebuilt.qemu.org)
   
   
   iPXE (http://ipxe.org) 00:03.0 CA00 PCI2.10 PnP PMM+0FF91160+0FEF1160 CA00
   
   
   
   Booting from Hard Disk...
   Boot failed: could not read the boot disk
   
   Booting from Floppy...
   Boot failed: could not read the boot disk
   
   Booting from DVD/CD...
   stdio_test: write fd=1
   stdio_test: Standard I/O Check: printf
   stdio_test: write fd=2
   ostest_main: putenv(Variable1=BadValue3)
   ostest_main: setenv(Variable1, GoodValue1, TRUE)
   ostest_main: setenv(Variable2, BadValue1, FALSE)
   ostest_main: setenv(Variable2, GoodValue2, TRUE)
   ostest_main: setenv(Variable3, GoodValue3, FALSE)
   ostest_main: setenv(Variable3, BadValue2, FALSE)
   show_variable: Variable=Variable1 has value=GoodValue1
   show_variable: Variable=Variable2 has value=GoodValue2
   show_variable: Variable=Variable3 has value=GoodValue3
   ostest_main: Started user_main at PID=2
   ...
   Test waitpid()
   waitpid_start_child: Started waitpid_main at PID=7
   waitpid_start_child: Started waitpid_main at PID=11
   waitpid_start_child: Started waitpid_main at PID=12
   waitpid_test: Waiting for PID=7 with waitpid()
   waitpid_main: PID 7 Started
   waitpid_main: PID 11 Started
   waitpid_main: PID 12 Started
   waitpid_main: PID 7 exitting with result=14
   waitpid_main: PID 11 exitting with result=14
   waitpid_main: PID 12 exitting with result=14
   waitpid_test: ERROR: PID 7 return status is 0, expected 14
   ```


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