bioawk segfaults when asked to parse an empty files
$ touch test.fastq
$ gzip test.fastq
$ bioawk -c fastx '{print}' test.fastq.gz
Segmentation fault
Actually, it also segfaults on non-gzipped input:
$ touch test.fastq
$ bioawk -c fastx '{print}' test.fastq
Segmentation fault
Is it something easily fixable?
bioawksegfaults when asked to parse an empty files$ touch test.fastq $ gzip test.fastq $ bioawk -c fastx '{print}' test.fastq.gz Segmentation faultActually, it also segfaults on non-gzipped input:
$ touch test.fastq $ bioawk -c fastx '{print}' test.fastq Segmentation faultIs it something easily fixable?