Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Java
  4. random runtime crash

random runtime crash

Scheduled Pinned Locked Moved Java
helpjavac++comannouncement
6 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kartikdasani
    wrote on last edited by
    #1

    # 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.

    N J D 3 Replies Last reply
    0
    • K kartikdasani

      # 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.

      N Offline
      N Offline
      Nagy Vilmos
      wrote on last edited by
      #2

      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)

      J 1 Reply Last reply
      0
      • N Nagy Vilmos

        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)

        J Offline
        J Offline
        jschell
        wrote on last edited by
        #3

        The vast majority of infinite loops will not cause that.

        1 Reply Last reply
        0
        • K kartikdasani

          # 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.

          J Offline
          J Offline
          jschell
          wrote on last edited by
          #4

          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.

          T 1 Reply Last reply
          0
          • J jschell

            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.

            T Offline
            T Offline
            TorstenH
            wrote on last edited by
            #5

            I second that - try every script by it's own and find the one that crashes the Java Hot Spot VM[^] regards Torsten

            I never finish anyth...

            1 Reply Last reply
            0
            • K kartikdasani

              # 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.

              D Offline
              D Offline
              David Skelly
              wrote on last edited by
              #6

              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.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups