You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
press Ctrl+Z before it finishes (sleep builtin is forked into its own process and suspended)
fg
sleep should resume and terminate, but instead, the forked sleep builtin freezes, consuming 100% CPU. Only SIGKILL (kill -9) will terminate it, although it can still be suspended again.
This is reproducible on (at least) macOS 12.7.6 arm64. I can also reproduce this on 93u+ 2012-08-01 and on ksh2020.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
sleep 3
fg
sleep should resume and terminate, but instead, the forked sleep builtin freezes, consuming 100% CPU. Only SIGKILL (
kill -9
) will terminate it, although it can still be suspended again.This is reproducible on (at least) macOS 12.7.6 arm64. I can also reproduce this on 93u+ 2012-08-01 and on ksh2020.
The text was updated successfully, but these errors were encountered: