acassis merged PR #2990:
URL: https://github.com/apache/nuttx-apps/pull/2990
--
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.a
anchao commented on code in PR #2990:
URL: https://github.com/apache/nuttx-apps/pull/2990#discussion_r1947421936
##
nshlib/nsh_builtin.c:
##
@@ -234,7 +234,13 @@ int nsh_builtin(FAR struct nsh_vtbl_s *vtbl, FAR const
char *cmd,
/* Restore the old actions */
-
Donny9 commented on code in PR #2990:
URL: https://github.com/apache/nuttx-apps/pull/2990#discussion_r1947406721
##
nshlib/nsh_builtin.c:
##
@@ -234,7 +234,13 @@ int nsh_builtin(FAR struct nsh_vtbl_s *vtbl, FAR const
char *cmd,
/* Restore the old actions */
-
anchao commented on code in PR #2990:
URL: https://github.com/apache/nuttx-apps/pull/2990#discussion_r1947380487
##
nshlib/nsh_builtin.c:
##
@@ -234,7 +234,13 @@ int nsh_builtin(FAR struct nsh_vtbl_s *vtbl, FAR const
char *cmd,
/* Restore the old actions */
-
acassis commented on code in PR #2990:
URL: https://github.com/apache/nuttx-apps/pull/2990#discussion_r1947007371
##
nshlib/nsh_builtin.c:
##
@@ -234,7 +234,13 @@ int nsh_builtin(FAR struct nsh_vtbl_s *vtbl, FAR const
char *cmd,
/* Restore the old actions */
-
anchao opened a new pull request, #2990:
URL: https://github.com/apache/nuttx-apps/pull/2990
## Summary
nshlib/builtin: check background task before restore the signal
fix crash if:
CONFIG_SCHED_WAITPID=n
CONFIG_SCHED_CHILD_STATUS=y
The old signal will be restored o