Hi, i have several unit tests (about 800) that cause the error "Error while dumping coverage data (code 5013)" when i run code coverage with Eclemma. With Eclemma 2.3.4 (from http://download.eclipselab.org/eclemma/trunk/update) this is the stack trace: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at java.io.DataInputStream.readByte(Unknown Source) at org.jacoco.core.data.ExecutionDataReader.read(ExecutionDataReader.java:85) at com.mountainminds.eclemma.internal.core.MemoryExecutionDataSource.readFrom(MemoryExecutionDataSource.java:68) at com.mountainminds.eclemma.internal.core.launching.AgentServer.run(AgentServer.java:114) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
If i run code coverage on each package seperately, everything works fine. I also tried Eclemma 3.0.0 from the Eclipse marketplace. But i got the same error (with different line numbers in stack trace). I use the Eclipse built-in launcher. It seems that Eclemma has a problem, when it has to examine a larger number of tests. Regards -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/1c9b0179-ec7d-4842-8a77-486052662e3d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
