Skip to content
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

pbcstat invalid pointer #138

Open
kgun12 opened this issue Feb 27, 2024 · 5 comments
Open

pbcstat invalid pointer #138

kgun12 opened this issue Feb 27, 2024 · 5 comments

Comments

@kgun12
Copy link

kgun12 commented Feb 27, 2024

Not sure if this is related to the similar post re: pbcstat, but it dumps core on me:

pbcstat *.paf.gz
Program starts
[M::aa_pb] collecting positions from paf file

[M::aa_pb] calculating coverage for each base on genome
[M::aa_pb] print coverage histogram for the contigs
munmap_chunk(): invalid pointer
Aborted (core dumped)

This does work with a different genome and set of mappings, so it seems to be unique to these data. There are 3 .paf.gz files, each are ~190MB in size, however I get the error if I run pbcstat even on a single .paf.gz file.

@dfguan
Copy link
Owner

dfguan commented Feb 28, 2024 via email

@kgun12
Copy link
Author

kgun12 commented Mar 2, 2024

Thanks Dengfend - I was running 3 multithreaded minimap jobs at once, I ran them serially and the problem seems solved, so I'm wondering if there was some kind of shared buffer that was causing the trouble....

Hello, what is the size of your paf.gz file, is it too large? Also please check if all paf files are generated successfully, I have been aware that if some paf files are corrupted, this error can occur. Best, Dengfeng.

On 28 Feb 2024, at 05:40, kgun12 @.
**> wrote: Not sure if this is related to the similar post re: pbcstat, but it dumps core on me: pbcstat *.paf.gz Program starts [M::aa_pb] collecting positions from paf file [M::aa_pb] calculating coverage for each base on genome [M::aa_pb] print coverage histogram for the contigs munmap_chunk(): invalid pointer Aborted (core dumped) This does work with a different genome and set of mappings, so it seems to be unique to these data. There are 3 .paf.gz files, each are ~190MB in size. — Reply to this email directly, view it on GitHub <#138>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABORPAFSPI54HXTRSIEV4S3YVZHEFAVCNFSM6AAAAABD44B6F2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE2TONRVGI2TCNY. You are receiving this because you are subscribed to this thread.

@dfguan
Copy link
Owner

dfguan commented Mar 14, 2024 via email

@carolindahms
Copy link

carolindahms commented Mar 15, 2024 via email

@rongrongy
Copy link

Hi carolin,
I'm having the same problem as you.
my code:nohup minimap2 -t 8 -xasm5 -DP JY.split JY.split | gzip -c - > JY.split.self.paf.gz &
Did the use of > cause the gz file to contain the log?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants