gnodet commented on PR #12971: URL: https://github.com/apache/maven/pull/12971#issuecomment-5475553226
Upstream JLine bug filed: https://github.com/jline/jline3/issues/2209 The root cause is a race condition in JLine's `AbstractTerminal.readProbeChar()` where `FileInputStream.read0()` on the PTY master fd blocks indefinitely despite `VMIN=0/VTIME=0` attributes being set. This PR works around it by forcing the `exec` provider to avoid PTY creation entirely. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
