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

core dump when runing pathracer #1346

Open
1 task done
yjk-bertrand opened this issue Jul 30, 2024 · 2 comments
Open
1 task done

core dump when runing pathracer #1346

yjk-bertrand opened this issue Jul 30, 2024 · 2 comments

Comments

@yjk-bertrand
Copy link

Description of bug

Running pathracer on an assembly graph generated from SPAdes4 and a DNA hmm profile, makes it crash after extracting the unique edge paths.
test_data.zip
An empty .edges.fa file gets generated along a .seqs.fa file that contains matching paths in the graph.
Crash reports is the following:
=== Stack Trace ===
pathracer() [0x44e1a9]
pathracer() [0x456f9d]
pathracer() [0x46f477]
pathracer() [0x46f7a1]
pathracer() [0x42ad6e]
pathracer() [0x4469aa]
/lib/x86_64-linux-gnu/libgomp.so.1(+0x1dc0e) [0x7bfeb010cc0e]
/lib/x86_64-linux-gnu/libc.so.6(+0x94ac3) [0x7bfeafa94ac3]
/lib/x86_64-linux-gnu/libc.so.6(+0x126850) [0x7bfeafb26850]
Verification of expression 'false' failed in function 'size_t debruijn_graph::DeBruijnGraph::link_length(VertexId, EdgeId, EdgeId) const'. In file '/__w/spades/spades/src/common/assembly_graph/core/graph.hpp' on line 141. Message 'Link 3 -> 11 was not found for vertex 22'.
Verification of expression 'false' failed in function 'size_t debruijn_graph::DeBruijnGraph::link_length(VertexId, EdgeId, EdgeId) const'. In file '/__w/spades/spades/src/common/assembly_graph/core/graph.hpp' on line 141. Message 'Link 3 -> 11 was not found for vertex 22'.
pathracer: /__w/spades/spades/src/common/assembly_graph/core/graph.h
pp:141: size_t debruijn_graph::DeBruijnGraph::link_length(VertexId, EdgeId, EdgeId) const: Assertion `false' failed.

spades.log

pathracer.log.zip

params.txt

params.txt

SPAdes version

SPAdes-4.0.0-Linux

Operating System

Linux

Python Version

Python 3.12.2

Method of SPAdes installation

manual

No errors reported in spades.log

  • Yes
@asl
Copy link
Member

asl commented Jul 30, 2024

Will you please upload the graph and the query to reproduce issue?

Thanks!

@asl
Copy link
Member

asl commented Jul 30, 2024

Ah, sorry, see it attached as test_data

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

2 participants