Advertisement
Guest User

Untitled

a guest
Dec 13th, 2015
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.94 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=0x000000006f155822, pid=109, tid=111
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15)
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.79-b02 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # V [jvm.dll+0x2e5822]
  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. #
  16.  
  17. --------------- T H R E A D ---------------
  18.  
  19. Current thread (0x000000000035b800): JavaThread "main" [_thread_in_Java, id=111, stack(0x0000000000760000,0x0000000000860000)]
  20.  
  21. siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000008
  22.  
  23. Registers:
  24. RAX=0x0000000000000001, RBX=0x000000006f03f590, RCX=0x00000000a3c33f28, RDX=0x00000000a3c33f28
  25. RSP=0x000000000085e140, RBP=0x000000000035bef0, RSI=0x000000000035b200, RDI=0x000000006f3f72c8
  26. R8 =0x0000000000000000, R9 =0x00000000003a4e80, R10=0x000000006f5b9090, R11=0x00000000008f1330
  27. R12=0x000000000085e348, R13=0x000000000085e378, R14=0x000000000035b800, R15=0x000000000035bf00
  28. RIP=0x000000006f155822, EFLAGS=0x0000000000010206
  29.  
  30. Top of Stack: (sp=0x000000000085e140)
  31. 0x000000000085e140: 000000000035bef0 000000000000000a
  32. 0x000000000085e150: 0000000000000016 000000000000000e
  33. 0x000000000085e160: 000000000035c300 000000006f03f8b5
  34. 0x000000000085e170: 000000006f3f72c8 000000006ef994a7
  35. 0x000000000085e180: 000000000085e169 000000000085e1f0
  36. 0x000000000085e190: 000000000035b800 0000000000000000
  37. 0x000000000085e1a0: 000000006f3f72c8 000000006ef99b35
  38. 0x000000000085e1b0: 000000000035b200 000000000035c300
  39. 0x000000000085e1c0: 0000000000000001 0000000000000005
  40. 0x000000000085e1d0: 00000000000003d8 000000000035c2d8
  41. 0x000000000085e1e0: 000000000085e378 000000000035b9e8
  42. 0x000000000085e1f0: 000000006f3e5108 00000000003a5040
  43. 0x000000000085e200: 0000000000000015 0000000000000001
  44. 0x000000000085e210: 000000000000153d 0000000000000009
  45. 0x000000000085e220: 000000000035c300 000000006ef893d4
  46. 0x000000000085e230: 0000000000000000 00000000e146ac78
  47.  
  48. Instructions: (pc=0x000000006f155822)
  49. 0x000000006f155802: 48 83 ec 20 49 8b c1 4d 8b d0 4c 8b da 48 8b d9
  50. 0x000000006f155812: 4c 8b 4c 24 50 4c 8b c0 49 8b d2 49 8b cb ff d3
  51. 0x000000006f155822: eb 00 48 83 c4 20 5b c3 cc cc cc cc cc cc 48 83
  52. 0x000000006f155832: ec 38 48 89 4c 24 20 48 8d 4c 24 20 4c 89 44 24
  53.  
  54.  
  55. Register to memory mapping:
  56.  
  57. RAX=0x0000000000000001 is an unknown value
  58. RBX=0x000000006f03f590 is an unknown value
  59. RCX=0x00000000a3c33f28 is an oop
  60. java.lang.String
  61. - klass: 'java/lang/String'
  62. RDX=0x00000000a3c33f28 is an oop
  63. java.lang.String
  64. - klass: 'java/lang/String'
  65. RSP=0x000000000085e140 is pointing into the stack for thread: 0x000000000035b800
  66. RBP=0x000000000035bef0 is an unknown value
  67. RSI=0x000000000035b200 is an unknown value
  68. RDI=0x000000006f3f72c8 is an unknown value
  69. R8 =0x0000000000000000 is an unknown value
  70. R9 =0x00000000003a4e80 is an unknown value
  71. R10=0x000000006f5b9090 is an unknown value
  72. R11=0x00000000008f1330 is at entry_point+16 in (nmethod*)0x00000000008f11d0
  73. R12=0x000000000085e348 is pointing into the stack for thread: 0x000000000035b800
  74. R13=0x000000000085e378 is pointing into the stack for thread: 0x000000000035b800
  75. R14=0x000000000035b800 is a thread
  76. R15=0x000000000035bf00 is an unknown value
  77.  
  78.  
  79. Stack: [0x0000000000760000,0x0000000000860000], sp=0x000000000085e140, free space=1016k
  80. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  81. V [jvm.dll+0x2e5822]
  82.  
  83.  
  84. --------------- P R O C E S S ---------------
  85.  
  86. Java Threads: ( => current thread )
  87. 0x00000000080e9000 JavaThread "Service Thread" daemon [_thread_blocked, id=123, stack(0x0000000008fa0000,0x00000000090a0000)]
  88. 0x00000000080e5800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=122, stack(0x0000000008ea0000,0x0000000008fa0000)]
  89. 0x00000000080df800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=121, stack(0x0000000008da0000,0x0000000008ea0000)]
  90. 0x00000000080dd000 JavaThread "Attach Listener" daemon [_thread_blocked, id=120, stack(0x0000000008ca0000,0x0000000008da0000)]
  91. 0x00000000080db000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=119, stack(0x0000000008ba0000,0x0000000008ca0000)]
  92. 0x000000000045a800 JavaThread "Finalizer" daemon [_thread_blocked, id=118, stack(0x0000000008aa0000,0x0000000008ba0000)]
  93. 0x00000000080ba800 JavaThread "Reference Handler" daemon [_thread_blocked, id=117, stack(0x00000000089a0000,0x0000000008aa0000)]
  94. =>0x000000000035b800 JavaThread "main" [_thread_in_Java, id=111, stack(0x0000000000760000,0x0000000000860000)]
  95.  
  96. Other Threads:
  97. 0x0000000000458800 VMThread [stack: 0x00000000088a0000,0x00000000089a0000] [id=116]
  98. 0x00000000080f4000 WatcherThread [stack: 0x00000000090a0000,0x00000000091a0000] [id=124]
  99.  
  100. VM state:not at safepoint (normal execution)
  101.  
  102. VM Mutex/Monitor currently owned by a thread: None
  103.  
  104. Heap
  105. PSYoungGen total 6656K, used 580K [0x00000000e1400000, 0x00000000e1b00000, 0x0000000100000000)
  106. eden space 6144K, 1% used [0x00000000e1400000,0x00000000e1419328,0x00000000e1a00000)
  107. from space 512K, 93% used [0x00000000e1a80000,0x00000000e1af8020,0x00000000e1b00000)
  108. to space 512K, 0% used [0x00000000e1a00000,0x00000000e1a00000,0x00000000e1a80000)
  109. ParOldGen total 5632K, used 496K [0x00000000a3c00000, 0x00000000a4180000, 0x00000000e1400000)
  110. object space 5632K, 8% used [0x00000000a3c00000,0x00000000a3c7c030,0x00000000a4180000)
  111. PSPermGen total 21504K, used 5016K [0x000000009ea00000, 0x000000009ff00000, 0x00000000a3c00000)
  112. object space 21504K, 23% used [0x000000009ea00000,0x000000009eee6068,0x000000009ff00000)
  113.  
  114. Card table byte_map: [0x0000000003950000,0x0000000003c60000] byte_map_base: 0x000000000345b000
  115.  
  116. Polling page: 0x0000000000860000
  117.  
  118. Code Cache [0x0000000000890000, 0x0000000000b00000, 0x0000000003890000)
  119. total_blobs=221 nmethods=13 adapters=161 free_code_cache=48734Kb largest_free_block=49894208
  120.  
  121. Compilation events (10 events):
  122. Event: 0.241 Thread 0x00000000080df800 8 java.lang.String::startsWith (72 bytes)
  123. Event: 0.246 Thread 0x00000000080df800 nmethod 8 0x00000000008ef650 code [0x00000000008ef7a0, 0x00000000008ef938]
  124. Event: 0.266 Thread 0x00000000080e5800 9 java.lang.String::equals (81 bytes)
  125. Event: 0.269 Thread 0x00000000080df800 10 java.lang.Object::<init> (1 bytes)
  126. Event: 0.270 Thread 0x00000000080df800 nmethod 10 0x00000000008f47d0 code [0x00000000008f4900, 0x00000000008f4978]
  127. Event: 0.271 Thread 0x00000000080e5800 nmethod 9 0x00000000008f11d0 code [0x00000000008f1320, 0x00000000008f1558]
  128. Event: 0.278 Thread 0x00000000080df800 11 sun.net.www.ParseUtil::encodePath (336 bytes)
  129. Event: 0.321 Thread 0x00000000080df800 nmethod 11 0x00000000008f8fd0 code [0x00000000008f9200, 0x00000000008fa298]
  130. Event: 0.338 Thread 0x00000000080e5800 13 java.lang.String::length (6 bytes)
  131. Event: 0.339 Thread 0x00000000080e5800 nmethod 13 0x00000000008f45d0 code [0x00000000008f4700, 0x00000000008f4758]
  132.  
  133. GC Heap History (4 events):
  134. Event: 0.253 GC heap before
  135. {Heap before GC invocations=1 (full 0):
  136. PSYoungGen total 3584K, used 3072K [0x00000000e1400000, 0x00000000e1800000, 0x0000000100000000)
  137. eden space 3072K, 100% used [0x00000000e1400000,0x00000000e1700000,0x00000000e1700000)
  138. from space 512K, 0% used [0x00000000e1780000,0x00000000e1780000,0x00000000e1800000)
  139. to space 512K, 0% used [0x00000000e1700000,0x00000000e1700000,0x00000000e1780000)
  140. ParOldGen total 5632K, used 0K [0x00000000a3c00000, 0x00000000a4180000, 0x00000000e1400000)
  141. object space 5632K, 0% used [0x00000000a3c00000,0x00000000a3c00000,0x00000000a4180000)
  142. PSPermGen total 21504K, used 3822K [0x000000009ea00000, 0x000000009ff00000, 0x00000000a3c00000)
  143. object space 21504K, 17% used [0x000000009ea00000,0x000000009edbbae8,0x000000009ff00000)
  144. Event: 0.257 GC heap after
  145. Heap after GC invocations=1 (full 0):
  146. PSYoungGen total 3584K, used 496K [0x00000000e1400000, 0x00000000e1b00000, 0x0000000100000000)
  147. eden space 3072K, 0% used [0x00000000e1400000,0x00000000e1400000,0x00000000e1700000)
  148. from space 512K, 96% used [0x00000000e1700000,0x00000000e177c020,0x00000000e1780000)
  149. to space 512K, 0% used [0x00000000e1a80000,0x00000000e1a80000,0x00000000e1b00000)
  150. ParOldGen total 5632K, used 256K [0x00000000a3c00000, 0x00000000a4180000, 0x00000000e1400000)
  151. object space 5632K, 4% used [0x00000000a3c00000,0x00000000a3c40020,0x00000000a4180000)
  152. PSPermGen total 21504K, used 3822K [0x000000009ea00000, 0x000000009ff00000, 0x00000000a3c00000)
  153. object space 21504K, 17% used [0x000000009ea00000,0x000000009edbbae8,0x000000009ff00000)
  154. }
  155. Event: 0.373 GC heap before
  156. {Heap before GC invocations=2 (full 0):
  157. PSYoungGen total 3584K, used 3568K [0x00000000e1400000, 0x00000000e1b00000, 0x0000000100000000)
  158. eden space 3072K, 100% used [0x00000000e1400000,0x00000000e1700000,0x00000000e1700000)
  159. from space 512K, 96% used [0x00000000e1700000,0x00000000e177c020,0x00000000e1780000)
  160. to space 512K, 0% used [0x00000000e1a80000,0x00000000e1a80000,0x00000000e1b00000)
  161. ParOldGen total 5632K, used 256K [0x00000000a3c00000, 0x00000000a4180000, 0x00000000e1400000)
  162. object space 5632K, 4% used [0x00000000a3c00000,0x00000000a3c40020,0x00000000a4180000)
  163. PSPermGen total 21504K, used 4985K [0x000000009ea00000, 0x000000009ff00000, 0x00000000a3c00000)
  164. object space 21504K, 23% used [0x000000009ea00000,0x000000009eede560,0x000000009ff00000)
  165. Event: 0.376 GC heap after
  166. Heap after GC invocations=2 (full 0):
  167. PSYoungGen total 6656K, used 480K [0x00000000e1400000, 0x00000000e1b00000, 0x0000000100000000)
  168. eden space 6144K, 0% used [0x00000000e1400000,0x00000000e1400000,0x00000000e1a00000)
  169. from space 512K, 93% used [0x00000000e1a80000,0x00000000e1af8020,0x00000000e1b00000)
  170. to space 512K, 0% used [0x00000000e1a00000,0x00000000e1a00000,0x00000000e1a80000)
  171. ParOldGen total 5632K, used 496K [0x00000000a3c00000, 0x00000000a4180000, 0x00000000e1400000)
  172. object space 5632K, 8% used [0x00000000a3c00000,0x00000000a3c7c030,0x00000000a4180000)
  173. PSPermGen total 21504K, used 4985K [0x000000009ea00000, 0x000000009ff00000, 0x00000000a3c00000)
  174. object space 21504K, 23% used [0x000000009ea00000,0x000000009eede560,0x000000009ff00000)
  175. }
  176.  
  177. Deoptimization events (0 events):
  178. No events
  179.  
  180. Internal exceptions (10 events):
  181. Event: 0.371 Thread 0x000000000035b800 Threw 0x00000000e16ee0f8 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
  182. Event: 0.372 Thread 0x000000000035b800 Threw 0x00000000e16f06f0 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
  183. Event: 0.372 Thread 0x000000000035b800 Threw 0x00000000e16f71f0 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
  184. Event: 0.373 Thread 0x000000000035b800 Threw 0x00000000e16fab18 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
  185. Event: 0.373 Thread 0x000000000035b800 Threw 0x00000000e16fcd80 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
  186. Event: 0.373 Thread 0x000000000035b800 Threw 0x00000000e16ff0d0 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
  187. Event: 0.377 Thread 0x000000000035b800 Threw 0x00000000e1401870 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
  188. Event: 0.377 Thread 0x000000000035b800 Threw 0x00000000e14033a8 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
  189. Event: 0.379 Thread 0x000000000035b800 Threw 0x00000000e1407198 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
  190. Event: 0.379 Thread 0x000000000035b800 Threw 0x00000000e14096e8 at C:\re\jdk7u79\2331\hotspot\src\share\vm\prims\jvm.cpp:1304
  191.  
  192. Events (10 events):
  193. Event: 0.377 loading class 0x0000000008269560
  194. Event: 0.377 loading class 0x0000000008269560 done
  195. Event: 0.378 loading class 0x0000000008282d40
  196. Event: 0.378 loading class 0x0000000008282d40 done
  197. Event: 0.378 loading class 0x00000000003a1bd0
  198. Event: 0.378 loading class 0x00000000003a1bd0 done
  199. Event: 0.379 loading class 0x00000000081647a0
  200. Event: 0.379 loading class 0x00000000081647a0 done
  201. Event: 0.379 loading class 0x00000000091fbd00
  202. Event: 0.379 loading class 0x00000000091fbd00 done
  203.  
  204.  
  205. Dynamic libraries:
  206. 0x0000000140000000 - 0x0000000140007000 C:\Program Files\Java\jdk1.7.0_79\bin\javac.exe
  207. 0x00007fb8a5dd0000 - 0x00007fb8a60ac000 C:\windows\system32\ntdll.dll
  208. 0x000000007b820000 - 0x000000007bc6f000 C:\windows\system32\KERNEL32.dll
  209. 0x000000006d000000 - 0x000000006d02b000 C:\Program Files\Java\jdk1.7.0_79\bin\jli.dll
  210. 0x00007fb8a45e0000 - 0x00007fb8a484f000 C:\windows\system32\advapi32.dll
  211. 0x00007fb8a42e0000 - 0x00007fb8a45cc000 C:\windows\system32\comctl32.dll
  212. 0x00007fb8a3f50000 - 0x00007fb8a42cc000 C:\windows\system32\user32.dll
  213. 0x00007fb8a3be0000 - 0x00007fb8a3f2e000 C:\windows\system32\gdi32.dll
  214. 0x00007fb8a39c0000 - 0x00007fb8a3bcf000 C:\windows\system32\version.dll
  215. 0x0000000079730000 - 0x0000000079802000 C:\Program Files\Java\jdk1.7.0_79\bin\MSVCR100.dll
  216. 0x00007fb8a2b70000 - 0x00007fb8a2dfb000 C:\windows\system32\winex11.drv
  217. 0x00007fb8a0d60000 - 0x00007fb8a0f95000 C:\windows\system32\uxtheme.dll
  218. 0x0000000000460000 - 0x0000000000532000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\msvcr100.dll
  219. 0x000000006ee70000 - 0x000000006f645000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\server\jvm.dll
  220. 0x00007fb8a0b50000 - 0x00007fb8a0d5c000 C:\windows\system32\wsock32.dll
  221. 0x00007fb8a0910000 - 0x00007fb8a0b3f000 C:\windows\system32\ws2_32.dll
  222. 0x00007fb8a06e0000 - 0x00007fb8a0903000 C:\windows\system32\iphlpapi.dll
  223. 0x00007fb8a0420000 - 0x00007fb8a06db000 C:\windows\system32\winmm.dll
  224. 0x00007fb8a00d0000 - 0x00007fb8a041a000 C:\windows\system32\ole32.dll
  225. 0x00007fb89fe20000 - 0x00007fb8a00a1000 C:\windows\system32\rpcrt4.dll
  226. 0x00007fb89fbf0000 - 0x00007fb89fe10000 C:\windows\system32\msacm32.dll
  227. 0x00007fb89f9e0000 - 0x00007fb89fbe4000 C:\windows\system32\psapi.dll
  228. 0x000000006eb70000 - 0x000000006eb7f000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\verify.dll
  229. 0x000000006d670000 - 0x000000006d698000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\java.dll
  230. 0x000000006ebf0000 - 0x000000006ec05000 C:\Program Files\Java\jdk1.7.0_79\jre\bin\zip.dll
  231. 0x00007fb89f770000 - 0x00007fb89f9d1000 C:\windows\system32\dbghelp.dll
  232. 0x00007fb89f4c0000 - 0x00007fb89f765000 C:\windows\system32\msvcrt.dll
  233.  
  234. VM Arguments:
  235. jvm_args: -Dapplication.home=C:\Program Files\Java\jdk1.7.0_79 -Xms8m
  236. java_command: com.sun.tools.javac.Main -g -classpath Z:\home\daniel;C:\Program Files\Java\jdk1.7.0_79\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0_79\lib\dt.jar;C:\Program Files\Java\jdk1.7.0_79\lib\tools.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.7.0_79\jre\lib\ext\sunjce_provider.jar -d Z:\home\daniel Z:\home\daniel\Test.java
  237. Launcher Type: SUN_STANDARD
  238.  
  239. Environment Variables:
  240. PATH=@;C:\windows\syswow64\gecko\2.21\wine_gecko\
  241. USERNAME=daniel
  242. SHELL=/bin/bash
  243. DISPLAY=:0
  244. OS=Windows_NT
  245. PROCESSOR_IDENTIFIER=AMD64 Family 6 Model 42 Stepping 7, GenuineIntel
  246.  
  247.  
  248.  
  249. --------------- S Y S T E M ---------------
  250.  
  251. OS: Windows XP Build 2600 Service Pack 3
  252.  
  253. CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit
  254.  
  255. Memory: 4k page, physical 6043772k(4184908k free), swap 6560888k(4702024k free)
  256.  
  257. vm_info: Java HotSpot(TM) 64-Bit Server VM (24.79-b02) for windows-amd64 JRE (1.7.0_79-b15), built on Apr 10 2015 12:36:16 by "java_re" with unknown MS VC++:1600
  258.  
  259. time: Sun Dec 13 10:55:24 2015
  260. elapsed time: 0 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement