Hi,
I finished setting up a FreeBSD VM with a couple of Maven and JDK
versions, so I'll be testing this extensively (on Ubuntu as well).
Thanks for the work!
Guillaume
Le 13/03/2017 à 10:46, Tibor Digana a écrit :
Hi All,
The new branch SUREFIRE-1342 solves an issue when entire testset completed
however the surefire's forked JVM finished printing serious issue. We know
that the JVM did not crash however it looks so:
The forked VM terminated without saying properly goodbye. VM crash or
System.exit called ?
The problem is solved in the branch and ready to be tested.
The entire problem was concurrency issue where the forked JVM sent "bye"
event to the Maven process via stdout but Maven process has not drained
shared memory yet and Maven process was therefore slower to receive the
event than the forked process which exited. Due to the "bye" event was not
determined by Maven process in particular time, this error came up.
We implemented ACK command which confirms such event has been received by
Maven process. The shared memory is drained directly by Maven process.
Cheers
Tibor
---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel
antivirus Avast.
https://www.avast.com/antivirus
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org