pmelsted / bifrost

Bifrost: Highly parallel construction and indexing of colored and compacted de Bruijn graphs
BSD 2-Clause "Simplified" License
204 stars 25 forks source link

Invalid pointer in free during multithreaded query #45

Closed sebschmi closed 3 years ago

sebschmi commented 3 years ago

Hi,

thank you for creating Bifrost.

Unfortunately, when I run bifrost query with these inputs and -t 8, it crashes with munmap_chunk(): invalid pointer (in a debug build). When only running with a short part of the query, or setting -t 1, it does not crash.