containerd / containerd/console
SetRaw hangs when using exec.Command in linux
Open
- Dominant language
- Go
- Stars
- 200
- Forks
- 60
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 1
Description
I am running a binary using [exec.Command](https://pkg.go.dev/os/exec#Command) which calls SetRaw which is hanging on `tcset(m.f.Fd(), &rawState)`.
When I run my binary in my terminal (not using exec.Command) SetRaw does not hang and things work as expected.
Any thoughts on how to fix this so that I can use exec.Command?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.