Import patch from the bash maintainers: Chet Ramey provided this fix for the bug we observed some time ago.
Change-Id: I412151e27436fe88adf9507700dd488bd6334d7b Signed-off-by: Dan Cross <[email protected]> --- tools/sys-apps/bash/akaros-patches/4.3.30/upstream.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/sys-apps/bash/akaros-patches/4.3.30/upstream.patch diff --git a/tools/sys-apps/bash/akaros-patches/4.3.30/upstream.patch b/tools/sys-apps/bash/akaros-patches/4.3.30/upstream.patch new file mode 100644 index 0000000..5b238e8 --- /dev/null +++ b/tools/sys-apps/bash/akaros-patches/4.3.30/upstream.patch @@ -0,0 +1,10 @@ +*** bash-4.3.30.dist/execute_cmd.c 2016-06-22 14:46:01.000000000 -0400 +--- bash-4.3.30/execute_cmd.c 2016-08-05 15:20:09.190086126 -0400 +*************** +*** 5148,5151 **** +--- 5148,5153 ---- + set_sigchld_handler (); + init_job_stats (); ++ #else ++ stop_making_children (); + #endif /* JOB_CONTROL */ -- 2.8.0.rc3.226.g39d4020 -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
