$ swift --version
swift-driver version: 1.75.2 Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)
Target: arm64-apple-macosx13.0
Operating system: macOS Ventura 13.2
Xcode version: 14.2
$ uname -a
Darwin MBP-de-Gaetan-Zanella 22.3.0 Darwin Kernel Version 22.3.0: Thu Jan 5 20:48:54 PST 2023; root:xnu-8792.81.2~2/RELEASE_ARM64_T6000 arm64
SwiftNIO SSH commit hash: c56ababb0e22e0cdf5ec8b31698e07f943ea92e7
Context
While writing Xcode tests in one of my project which uses
swift-nio-ssh
, I encountered a crash. I reproduced it using theNIOSSHClient
target.yes \"long text\" | head -n 1000000\n
Steps to reproduce
docker-compose -f ./docker/ssh-docker-compose.yaml up -d
NIOSSHClient
target.Configuration
$ swift --version swift-driver version: 1.75.2 Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) Target: arm64-apple-macosx13.0
Operating system: macOS Ventura 13.2
Xcode version: 14.2
$ uname -a Darwin MBP-de-Gaetan-Zanella 22.3.0 Darwin Kernel Version 22.3.0: Thu Jan 5 20:48:54 PST 2023; root:xnu-8792.81.2~2/RELEASE_ARM64_T6000 arm64