neufeld / pandaseq

PAired-eND Assembler for DNA sequences
GNU General Public License v3.0
129 stars 24 forks source link

Threading issue on Windows #56

Closed apmasell closed 8 years ago

apmasell commented 8 years ago

On the Windows port, in a multi-threaded operation, threads will deadlock on exit.

apmasell commented 8 years ago

The issue seems to be more complicated than previously described, but it's a problem with MinGW and works just fine on Cygwin. I think the solution is to stop building a cross compiled version with MinGW.