fxysunshine commented on code in PR #2205:
URL: https://github.com/apache/nuttx-apps/pull/2205#discussion_r1401455747
##########
testing/ostest/ostest_main.c:
##########
@@ -581,8 +585,16 @@ static int user_main(int argc, char *argv[])
#endif
#if defined(CONFIG_ARCH_HAVE_FORK) && defined(CONFIG_SCHED_WAITPID)
+#ifndef CONFIG_BUILD_KERNEL
printf("\nuser_main: vfork() test\n");
vfork_test();
Review Comment:
vfork->arm_fork do not support in CONFIG_BUILD_KERNEL, and will hang for
some reason, there will be much effect to support it.
--
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]