On 09/25/2010 10:44 AM, Patricia Shanahan wrote:
On 9/23/2010 7:09 AM, Jonathan Costers wrote:
I have been planning to log a problem ticket at Oracle for these JVM
crashes. So, if anyone comes across them, please post the
hs_err_pidxxxx.log
file that is outputed with the JVM crashes.
This one was from OpenJDK - do you want to file separate bug reports for
each, or just file the Oracle one? As far as I can tell, both have the
problem, so it presumably predates the split.
#
# A fatal error has been detected by the Java Runtime Environment:
#
J java.util.zip.ZipFile.getEntry(JLjava/lang/String;Z)J
J
java.util.zip.ZipFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry;
I've seen many of these errors, in other projects. They were all caused
by another process removing the jar files. I've also seen these errors
during classloading in onexit handlers.
Might there be a problem in the testing framework, where it cannot
accurately kill a child vm, or cannot accurately wait until the child vm
process is completely killed?
Gr. SIm