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. Cannot understand this Error log

Cannot understand this Error log

Scheduled Pinned Locked Moved Java
javahelpquestioncomdata-structures
4 Posts 4 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

    # # An unexpected error has been detected by Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d9ac0c6, pid=1972, tid=932 # # Java VM: Java HotSpot(TM) Client VM (10.0-b23 mixed mode, sharing windows-x86) # Problematic frame: # V [jvm.dll+0x13c0c6] # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # --------------- T H R E A D --------------- Current thread (0x02aac800): VMThread [stack: 0x02b90000,0x02be0000] [id=932] ......................and it goes on to give a lot of other data. How do I interpret it?

    L T J 3 Replies Last reply
    0
    • K kartikdasani

      # # An unexpected error has been detected by Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d9ac0c6, pid=1972, tid=932 # # Java VM: Java HotSpot(TM) Client VM (10.0-b23 mixed mode, sharing windows-x86) # Problematic frame: # V [jvm.dll+0x13c0c6] # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # --------------- T H R E A D --------------- Current thread (0x02aac800): VMThread [stack: 0x02b90000,0x02be0000] [id=932] ......................and it goes on to give a lot of other data. How do I interpret it?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      kartikdasani wrote:

      # If you would like to submit a bug report, please visit:
      # http://java.sun.com/webapps/bugreport/crash.jsp

      That seems a fairly clear piece of advice. Unless you have the source code of the JVM I would suspect there is not much in the dump that will make a lot of sense.

      The best things in life are not things.

      1 Reply Last reply
      0
      • K kartikdasani

        # # An unexpected error has been detected by Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d9ac0c6, pid=1972, tid=932 # # Java VM: Java HotSpot(TM) Client VM (10.0-b23 mixed mode, sharing windows-x86) # Problematic frame: # V [jvm.dll+0x13c0c6] # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # --------------- T H R E A D --------------- Current thread (0x02aac800): VMThread [stack: 0x02b90000,0x02be0000] [id=932] ......................and it goes on to give a lot of other data. How do I interpret it?

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

        Your runtime crashed. That's bad - really bad, not to say ugly. Is it happening in a project you're working on? That's a really bad thing if this happens - you need to find the failure. Somebody / something throws a RuntimeException[^]. You need to find the fail. EDIT: Crosspost -> getTopWindows() causes runtime crash[^]

        regards Torsten I never finish anyth...

        1 Reply Last reply
        0
        • K kartikdasani

          # # An unexpected error has been detected by Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d9ac0c6, pid=1972, tid=932 # # Java VM: Java HotSpot(TM) Client VM (10.0-b23 mixed mode, sharing windows-x86) # Problematic frame: # V [jvm.dll+0x13c0c6] # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # --------------- T H R E A D --------------- Current thread (0x02aac800): VMThread [stack: 0x02b90000,0x02be0000] [id=932] ......................and it goes on to give a lot of other data. How do I interpret it?

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

          You are using the 32 bit VM. The MOST likely cause of that problem is JNI code or a third party library that uses JNI code. Probably 95% of all occurences is due to that. Other than the next most likely cause is your environment. Something 'odd'. Such as some unusual firewall, patches, etc.

          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