Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. #
  2. # A fatal error has been detected by the Java Runtime Environment:
  3. #
  4. # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff8ec68125c, pid=8428, tid=9100
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0_65-b17) (build 1.8.0_65-b17)
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.65-b01 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C [ig8icd64.dll+0x63125c]
  10. #
  11. # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
  12. #
  13. # If you would like to submit a bug report, please visit:
  14. # http://bugreport.java.com/bugreport/crash.jsp
  15. # The crash happened outside the Java Virtual Machine in native code.
  16. # See problematic frame for where to report the bug.
  17. #
  18.  
  19. --------------- T H R E A D ---------------
  20.  
  21. Current thread (0x00000000029d3800): JavaThread "Client thread" [_thread_in_native, id=9100, stack(0x00000000028c0000,0x00000000029c0000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x0000000008f8e040
  24.  
  25. Registers:
  26. RAX=0x00007ff8ec68125c, RBX=0x0000000008f8e040, RCX=0x0000000039b65488, RDX=0x0000000008f8e040
  27. RSP=0x00000000029bbb28, RBP=0x0000000000d1b800, RSI=0x0000000000000004, RDI=0x0000000039b65488
  28. R8 =0x000000000000000c, R9 =0x00007ff8ec050000, R10=0x0000000039b65488, R11=0x0000000039b65488
  29. R12=0x0000000000000010, R13=0x0000000000000004, R14=0x00000000314dc0e0, R15=0x0000000008f8e040
  30. RIP=0x00007ff8ec68125c, EFLAGS=0x0000000000010206
  31.  
  32. Top of Stack: (sp=0x00000000029bbb28)
  33. 0x00000000029bbb28: 00007ff8ec6070ae 0000000000000030
  34. 0x00000000029bbb38: 0000000000c99630 0000000000000030
  35. 0x00000000029bbb48: 00000000029bbe00 0000000000220000
  36. 0x00000000029bbb58: 0000000061378f1f 00000000618cbd98
  37. 0x00000000029bbb68: 0000000028994ec0 0000000000000006
  38. 0x00000000029bbb78: 000000000000000e 00000000029d0000
  39. 0x00000000029bbb88: 0000000061396690 0000000000000032
  40. 0x00000000029bbb98: 00000000613da11d 00000000314dbde0
  41. 0x00000000029bbba8: 00007ff8ec0f312f 00000000029bbdf0
  42. 0x00000000029bbbb8: 0000000002af2583 00000000029bbe00
  43. 0x00000000029bbbc8: 0000000000000032 00000000029c7850
  44. 0x00000000029bbbd8: 00000000613dacf7 0000000039b65488
  45. 0x00000000029bbbe8: 0000000039b654b8 00000000029bbd38
  46. 0x00000000029bbbf8: 000000006b818078 0000000033c88108
  47. 0x00000000029bbc08: 0000000039b654c4 00000000029c8ba0
  48. 0x00000000029bbc18: 000000006139b4ab 00000000029be9b8
  49.  
  50. Instructions: (pc=0x00007ff8ec68125c)
  51. 0x00007ff8ec68123c: 8b c3 c3 48 0f b6 02 48 0f b7 4a 01 48 8b 52 03
  52. 0x00007ff8ec68124c: 41 88 02 66 41 89 4a 01 49 89 52 03 49 8b c3 c3
  53. 0x00007ff8ec68125c: 8b 02 48 8b 4a 04 41 89 02 49 89 4a 04 49 8b c3
  54. 0x00007ff8ec68126c: c3 48 0f b6 02 8b 4a 01 48 8b 52 05 41 88 02 41
  55.  
  56.  
  57. Register to memory mapping:
  58.  
  59. RAX=0x00007ff8ec68125c is an unknown value
  60. RBX=0x0000000008f8e040 is an unknown value
  61. RCX=0x0000000039b65488 is an unknown value
  62. RDX=0x0000000008f8e040 is an unknown value
  63. RSP=0x00000000029bbb28 is pointing into the stack for thread: 0x00000000029d3800
  64. RBP=0x0000000000d1b800 is an unknown value
  65. RSI=0x0000000000000004 is an unknown value
  66. RDI=0x0000000039b65488 is an unknown value
  67. R8 =0x000000000000000c is an unknown value
  68. R9 =0x00007ff8ec050000 is an unknown value
  69. R10=0x0000000039b65488 is an unknown value
  70. R11=0x0000000039b65488 is an unknown value
  71. R12=0x0000000000000010 is an unknown value
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement