Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sleeping doesn't work #166

Open
andreivasiliu opened this issue Dec 30, 2020 · 0 comments
Open

Sleeping doesn't work #166

andreivasiliu opened this issue Dec 30, 2020 · 0 comments

Comments

@andreivasiliu
Copy link

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:

ping 127.1

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant