Command::join() hangs when the command output exceeds some size
Open
- Dominant language
- Java
- Stars
- 2.7k
- Forks
- 620
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 11
Description
After exec() a command, if the command output exceeds some size (around 2 ~ 3 MB, haven't tested accurately), the following join() method will hang forever. When the output size does not exceed that implicit threshold, it returns very fast.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.