Commands that attempt to sleep the current thread don't work, and will hang the whole thing:
sleep 1
top -d 1
timeout 1 ls
I think even this one, although I'm not sure if sleeping is what hangs it:
It breaks the debugger too, e.g. help in Ctrl+A shows the debugger commands, but pc no longer does anything.
Querying the time however (e.g. with date) works fine, and time seems to advance quite nicely.
Commands that attempt to sleep the current thread don't work, and will hang the whole thing:
I think even this one, although I'm not sure if sleeping is what hangs it:
It breaks the debugger too, e.g.
helpin Ctrl+A shows the debugger commands, butpcno longer does anything.Querying the time however (e.g. with
date) works fine, and time seems to advance quite nicely.