Closed apmasell closed 8 years ago
On the Windows port, in a multi-threaded operation, threads will deadlock on exit.
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.
On the Windows port, in a multi-threaded operation, threads will deadlock on exit.