-
Notifications
You must be signed in to change notification settings - Fork 104
segmentation fault attempting to view header in json format #331
Copy link
Copy link
Closed
Labels
Description
@jrandall reports:
I have been getting a segmentation fault when attempting to use sambamba view to get the header of a BAM (or SAM) in JSON format. Getting the header in sam or msgpack format appears to work, but json format causes a segfault for most versions I've tried.
I initially tried using the guix package on my own data (running inside a docker container produced using guix pack -f docker, but I found that test data packaged with sambamba source triggers the issue as well, and it also occurs on my debian system with the guix package installed.
Can anyone else reproduce this problem?
$ /gnu/store/ahcvy79b8gmjg32kbi1cn6lylls2zjzx-sambamba-0.6.5/bin/sambamba view -H -f json test/issue_204.bam
Segmentation fault
Reactions are currently unavailable