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

cntr hangs under NixOS test #101

Open
JJJollyjim opened this issue Mar 3, 2022 · 2 comments
Open

cntr hangs under NixOS test #101

JJJollyjim opened this issue Mar 3, 2022 · 2 comments

Comments

@JJJollyjim
Copy link

Not familiar with cntr, so I don't have much to add other than what I said in the workaround Nixpkgs pr… the fix was to make output not be a tty, and when I straced the pre-fix cntr invocation in the NixOS test, it hung right after some tty-related ioctls and I believe it had just received SIGWINCH. Didn't catch the actual call it was stuck on unfortunately.

@JJJollyjim
Copy link
Author

Ah, found it in my scrollback

log.txt

@Mic92
Copy link
Owner

Mic92 commented Mar 3, 2022

There is a code path for sigwhinch as well. So this could be a potential cause.

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

2 participants