-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion violation during cram_ref_decr_locked
#1696
Comments
jkbonfield
added a commit
to jkbonfield/htslib
that referenced
this issue
Nov 16, 2023
These are shared refs between containers / slices, but auto-generated per container. We set c->ref_free in encode_container, but didn't check this in all cases. Additionally fixed memory leaks. Fixes samtools#1696
jkbonfield
added a commit
to jkbonfield/htslib
that referenced
this issue
Nov 16, 2023
These are shared refs between containers / slices, but auto-generated per container. We set c->ref_free in encode_container, but didn't check this in all cases. Additionally fixed memory leaks. Fixes samtools#1696
jkbonfield
added a commit
to jkbonfield/htslib
that referenced
this issue
Nov 16, 2023
These are shared refs between containers / slices, but auto-generated per container. We set c->ref_free in encode_container, but didn't check this in all cases. Additionally fixed memory leaks. Fixes samtools#1696
jkbonfield
added a commit
to jkbonfield/htslib
that referenced
this issue
Nov 17, 2023
These are shared refs between containers / slices, but auto-generated per container. We set c->ref_free in encode_container, but didn't check this in all cases. Additionally fixed memory leaks. Fixes samtools#1696
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Assertion violation in
cram_ref_decr_locked
during parsing of a crafted SAM/FASTA file pair.Environment
Built using LLVM 14 with ASAN on Ubuntu 22.04
How to reproduce
Build with ASAN on latest commit like so:
Within the samtools folder, get poc file and reproduce with:
Which on my setup outputs:
The text was updated successfully, but these errors were encountered: