On Thursday, 12 April 2012 23:21:33 UTC+3, henry wrote:
I pushed out a snapshot with what I believe should be a robust fix for the identified race last night. Does this resolve things for you?
The same problem has not yet appeared, but I'm getting quite many exceptions like these. Is this dangerous?
2:07:48 PM PIT >> INFO : Running mutation populateItem : 34 -> removed call to org/apache/wicket/AttributeModifier::<init> (4)
2:07:48 PM PIT >> INFO : 25 relevant test for populateItem
stderr : 2:07:49 PM PIT >> INFO : Running 1 units
java.io.EOFException
at java.io.DataInputStream.readByte(DataInputStream.java:250)
at org.pitest.util.SafeDataInputStream.readByte(SafeDataInputStream.java:65)
at org.pitest.util.SocketReadingCallable.receiveResults(SocketReadingCallable.java:66)
at org.pitest.util.SocketReadingCallable.call(SocketReadingCallable.java:36)
at org.pitest.util.SocketReadingCallable.call(SocketReadingCallable.java:1)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.lang.Thread.run(Thread.java:619)
java.util.concurrent.ExecutionException: org.pitest.PitError: null
Please copy and paste the information and the complete stacktrace below when reporting an issue
VM : Java HotSpot(TM) 64-Bit Server VM
Vendor : Sun Microsystems Inc.
Version : 16.0-b13
Uptime : 1120308
Input ->
1 : -XX:MaxPermSize=512m
2 : -Dclassworlds.conf=/home/hudson/tools/maven-3.0.2/bin/m2.conf
3 : -Dmaven.home=/home/hudson/tools/maven-3.0.2
BootClassPathSupported : true
at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222)
at java.util.concurrent.FutureTask.get(FutureTask.java:83)
at org.pitest.util.CommunicationThread.waitToFinish(CommunicationThread.java:55)
at org.pitest.mutationtest.execute.MutationTestProcess.waitToDie(MutationTestProcess.java:49)
at org.pitest.mutationtest.instrument.MutationTestUnit.waitForSlaveToDie(MutationTestUnit.java:164)
at org.pitest.mutationtest.instrument.MutationTestUnit.runTestInSeperateProcessForMutationRange(MutationTestUnit.java:136)
at org.pitest.mutationtest.instrument.MutationTestUnit.runTestsInSeperateProcess(MutationTestUnit.java:219)
at org.pitest.mutationtest.instrument.MutationTestUnit.runTestsForMutations(MutationTestUnit.java:112)
at org.pitest.mutationtest.instrument.MutationTestUnit.runTests(MutationTestUnit.java:93)
at org.pitest.mutationtest.instrument.MutationTestUnit.execute(MutationTestUnit.java:82)
at org.pitest.internal.TestUnitExecutor.run(TestUnitExecutor.java:40)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.pitest.PitError: null
Please copy and paste the information and the complete stacktrace below when reporting an issue
VM : Java HotSpot(TM) 64-Bit Server VM
Vendor : Sun Microsystems Inc.
Version : 16.0-b13
Uptime : 1120308
Input ->
1 : -XX:MaxPermSize=512m
2 : -Dclassworlds.conf=/home/hudson/tools/maven-3.0.2/bin/m2.conf
3 : -Dmaven.home=/home/hudson/tools/maven-3.0.2
BootClassPathSupported : true
at org.pitest.util.Unchecked.translateCheckedException(Unchecked.java:22)
at org.pitest.util.SafeDataInputStream.readByte(SafeDataInputStream.java:68)
at org.pitest.util.SocketReadingCallable.receiveResults(SocketReadingCallable.java:66)
at org.pitest.util.SocketReadingCallable.call(SocketReadingCallable.java:36)
at org.pitest.util.SocketReadingCallable.call(SocketReadingCallable.java:1)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
... 1 more
Caused by: java.io.EOFException
at java.io.DataInputStream.readByte(DataInputStream.java:250)
at org.pitest.util.SafeDataInputStream.readByte(SafeDataInputStream.java:65)
... 6 more
2:07:51 PM PIT >> WARNING : Slave encountered error or timeout