Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[win+java] maybe libwinpthread is causing the segfaults on JNI startup that we see
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 4 Oct 2015 13:07:13 +0000 (15:07 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 4 Oct 2015 13:07:16 +0000 (15:07 +0200)
commit517c8af545eefa8baf9a5439f242a4bd021f9085
tree28335711c77e116aea2aee81d7134c9302468335
parent331e3c99f678d4aec82dc13c674db1eaf0b0908e
[win+java] maybe libwinpthread is causing the segfaults on JNI startup that we see

So disable completely the use of pthread on windows, just to see if it
helps. If so, this will still have to be cleaned up properly.
src/bindings/java/org/simgrid/NativeLib.java
tools/cmake/CompleteInFiles.cmake
tools/cmake/Java.cmake