Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean smx_ctx_java_stop, but it does not work yet
[simgrid.git] / org / simgrid / msg / Process.java
index c4fca95..454566e 100644 (file)
@@ -364,7 +364,9 @@ public abstract class Process extends Thread {
                try {
                        schedEnd.release();
                        schedBegin.acquire();
-               } catch(InterruptedException e) {
+               } catch (InterruptedException e) {
+                       /* stopped by jprocess_exit: I must terminate right now */
+                       /* FIXME: how to do that? */
                }
        }