fastq-multx icon indicating copy to clipboard operation
fastq-multx copied to clipboard

`gzip: stdout: Broken pipe`

Open hepcat72 opened this issue 5 years ago • 0 comments

I don't get this error on local machines running macos or ubuntu, but when I run it on a gzip file in a github action using ubuntu-latest, I get the following error on STDERR:

gzip: stdout: Broken pipe

It might be due to a version of gzip or else the timing of the closing of the STDOUT handle of the gzip popen call. Not sure.

See the commented test 26 from: https://github.com/hepcat72/htseq2multx/blob/2d96a9a53f0e7741be554689294fa42b729c20aa/tests/run_tests.sh#L355

hepcat72 avatar Jun 30 '20 22:06 hepcat72