random runtime crash
-
# A fatal error has been detected by the Java Runtime Environment: # # Internal Error (0xe06d7363), pid=3292, tid=820 # # JRE version: 6.0_17-b04 # Java VM: Java HotSpot(TM) Client VM (14.3-b01 mixed mode, sharing windows-x86 ) # Problematic frame: # C [kernel32.dll+0x12aeb] # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # I receive the following error intermittently while running a batch of scripts. The problem is that it only happens some times and randomly. Any suggestions to stop this from happening are welcome.
-
# A fatal error has been detected by the Java Runtime Environment: # # Internal Error (0xe06d7363), pid=3292, tid=820 # # JRE version: 6.0_17-b04 # Java VM: Java HotSpot(TM) Client VM (14.3-b01 mixed mode, sharing windows-x86 ) # Problematic frame: # C [kernel32.dll+0x12aeb] # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # I receive the following error intermittently while running a batch of scripts. The problem is that it only happens some times and randomly. Any suggestions to stop this from happening are welcome.
Check that you're not getting yourself into an infinite loop as this has been observered to cause this problem.
Panic, Chaos, Destruction. My work here is done. or "Drink. Get drunk. Fall over." - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre Have a bit more patience with newbies. Of course some of them act dumb -- they're often *students*, for heaven's sake. -- (Terry Pratchett, alt.fan.pratchett)
-
Check that you're not getting yourself into an infinite loop as this has been observered to cause this problem.
Panic, Chaos, Destruction. My work here is done. or "Drink. Get drunk. Fall over." - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre Have a bit more patience with newbies. Of course some of them act dumb -- they're often *students*, for heaven's sake. -- (Terry Pratchett, alt.fan.pratchett)
-
# A fatal error has been detected by the Java Runtime Environment: # # Internal Error (0xe06d7363), pid=3292, tid=820 # # JRE version: 6.0_17-b04 # Java VM: Java HotSpot(TM) Client VM (14.3-b01 mixed mode, sharing windows-x86 ) # Problematic frame: # C [kernel32.dll+0x12aeb] # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # I receive the following error intermittently while running a batch of scripts. The problem is that it only happens some times and randomly. Any suggestions to stop this from happening are welcome.
If and ONLY if you are not using JNI or a 3rd party library that uses JNI then you have a VM bug. It is remotely possible that this might be caused by your environment. But even so there isn't much you can do about it in terms of fixing it. You would need to localize the code that caused it and then you must find another way to write the code. If you can localize it to something fairly small then you should report it as a bug to Oracle via the java bug list.
-
If and ONLY if you are not using JNI or a 3rd party library that uses JNI then you have a VM bug. It is remotely possible that this might be caused by your environment. But even so there isn't much you can do about it in terms of fixing it. You would need to localize the code that caused it and then you must find another way to write the code. If you can localize it to something fairly small then you should report it as a bug to Oracle via the java bug list.
-
# A fatal error has been detected by the Java Runtime Environment: # # Internal Error (0xe06d7363), pid=3292, tid=820 # # JRE version: 6.0_17-b04 # Java VM: Java HotSpot(TM) Client VM (14.3-b01 mixed mode, sharing windows-x86 ) # Problematic frame: # C [kernel32.dll+0x12aeb] # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # I receive the following error intermittently while running a batch of scripts. The problem is that it only happens some times and randomly. Any suggestions to stop this from happening are welcome.
You could try updating to a more recent build of Java. Update 17 is quite old now and it is possible that there may have been some fixes to more recent releases. I know that these things aren't always that easy, particularly if this involves upgrading a live production system, but if you can upgrade then it might be worth a try.