Koekje

Untitled

Dec 1st, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.19 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=0x000000006c726096, pid=5284, tid=7868
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18)
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C [R.dll+0x26096]
  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.sun.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 (0x00000000020b0800): JavaThread "main" [_thread_in_native, id=7868, stack(0x0000000001c60000,0x0000000001d60000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000018
  24.  
  25. Registers:
  26. RAX=0x0000000000000028, RBX=0x0000000000000030, RCX=0x0000000000000000, RDX=0x0000000000000000
  27. RSP=0x0000000001d5f330, RBP=0x0000000000000001, RSI=0x0000000001db0018, RDI=0x0000000000000020
  28. R8 =0x000000006ca0edc0, R9 =0x000000006ca0f4d0, R10=0x000000006ca0f390, R11=0x0000000000000246
  29. R12=0x000000006ca0f390, R13=0x0000000000000001, R14=0x0000000000000000, R15=0x00000000020b0800
  30. RIP=0x000000006c726096, EFLAGS=0x0000000000010202
  31.  
  32. Top of Stack: (sp=0x0000000001d5f330)
  33. 0x0000000001d5f330: 000000000000000a 00000000538d8d17
  34. 0x0000000001d5f340: 0000000000000000 0000000000000001
  35. 0x0000000001d5f350: 0000000000000001 0000000000000001
  36. 0x0000000001d5f360: 0000000000000010 0000000000000001
  37. 0x0000000001d5f370: 000000006ca0f390 0000000000000001
  38. 0x0000000001d5f380: 000000006ca0f230 000000006c727818
  39. 0x0000000001d5f390: 0000000000000000 0000000001d5f3a8
  40. 0x0000000001d5f3a0: 0000000001d5f420 0000000000000000
  41. 0x0000000001d5f3b0: 0000000000000000 0000000000000000
  42. 0x0000000001d5f3c0: 0000000001d5f598 0000000000000000
  43. 0x0000000001d5f3d0: 0000000000000000 0000000000000000
  44. 0x0000000001d5f3e0: cafebabecafebabe cafebabecafebabe
  45. 0x0000000001d5f3f0: 0000000000000000 00000000020b09e8
  46. 0x0000000001d5f400: 0000000001d5f590 00000000021b77b0
  47. 0x0000000001d5f410: 0000000018589f30 0000000000000000
  48. 0x0000000001d5f420: 00000000166c2cf0 0000000001d5f598
  49.  
  50. Instructions: (pc=0x000000006c726096)
  51. 0x000000006c726076: 49 8b 12 74 55 48 83 c6 08 31 c9 c1 e7 05 eb 10
  52. 0x000000006c726086: 66 2e 0f 1f 84 00 00 00 00 00 48 89 f2 4c 89 c6
  53. 0x000000006c726096: 4c 8b 42 18 83 c1 01 41 83 01 01 48 89 56 10 48
  54. 0x000000006c7260a6: 89 72 18 8b 15 71 9c 2e 00 49 89 70 10 4c 89 46
  55.  
  56.  
  57. Register to memory mapping:
  58.  
  59. RAX=0x0000000000000028 is an unknown value
  60. RBX=0x0000000000000030 is an unknown value
  61. RCX=0x0000000000000000 is an unknown value
  62. RDX=0x0000000000000000 is an unknown value
  63. RSP=0x0000000001d5f330 is pointing into the stack for thread: 0x00000000020b0800
  64. RBP=0x0000000000000001 is an unknown value
  65. RSI=0x0000000001db0018 is an unknown value
  66. RDI=0x0000000000000020 is an unknown value
  67. R8 =0x000000006ca0edc0 is an unknown value
  68. R9 =0x000000006ca0f4d0 is an unknown value
  69. R10=0x000000006ca0f390 is an unknown value
  70. R11=0x0000000000000246 is an unknown value
  71. R12=0x000000006ca0f390 is an unknown value
  72. R13=0x0000000000000001 is an unknown value
  73. R14=0x0000000000000000 is an unknown value
  74. R15=0x00000000020b0800 is a thread
  75.  
  76.  
  77. Stack: [0x0000000001c60000,0x0000000001d60000], sp=0x0000000001d5f330, free space=1020k
  78. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  79. C [R.dll+0x26096]
  80. C [R.dll+0x27818]
  81. C [jri.dll+0x26a6]
  82. C [jri.dll+0x1671]
  83. C 0x00000000021c6677
  84.  
  85. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  86. j org.rosuda.JRI.Rengine.rniParse(Ljava/lang/String;I)J+0
  87. j org.rosuda.JRI.Rengine.eval(Ljava/lang/String;Z)Lorg/rosuda/JRI/REXP;+53
  88. j org.rosuda.JRI.Rengine.eval(Ljava/lang/String;)Lorg/rosuda/JRI/REXP;+3
  89. j Main.main([Ljava/lang/String;)V+35
  90. v ~StubRoutines::call_stub
  91.  
  92. --------------- P R O C E S S ---------------
  93.  
  94. Java Threads: ( => current thread )
  95. 0x00000000184c5800 JavaThread "Service Thread" daemon [_thread_blocked, id=4380, stack(0x00000000188b0000,0x00000000189b0000)]
  96. 0x0000000016c67000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=7240, stack(0x00000000183b0000,0x00000000184b0000)]
  97. 0x0000000016c65800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=7132, stack(0x00000000182b0000,0x00000000183b0000)]
  98. 0x0000000016c5e800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=6304, stack(0x00000000181b0000,0x00000000182b0000)]
  99. 0x0000000016c5a000 JavaThread "Attach Listener" daemon [_thread_blocked, id=2340, stack(0x00000000180b0000,0x00000000181b0000)]
  100. 0x0000000016c59000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7504, stack(0x0000000017fb0000,0x00000000180b0000)]
  101. 0x00000000021a2000 JavaThread "Finalizer" daemon [_thread_blocked, id=7172, stack(0x0000000017eb0000,0x0000000017fb0000)]
  102. 0x000000000219b000 JavaThread "Reference Handler" daemon [_thread_blocked, id=7544, stack(0x0000000017db0000,0x0000000017eb0000)]
  103. =>0x00000000020b0800 JavaThread "main" [_thread_in_native, id=7868, stack(0x0000000001c60000,0x0000000001d60000)]
  104.  
  105. Other Threads:
  106. 0x0000000016c26000 VMThread [stack: 0x0000000017cb0000,0x0000000017db0000] [id=7856]
  107. 0x00000000184da000 WatcherThread [stack: 0x00000000189b0000,0x0000000018ab0000] [id=5292]
  108.  
  109. VM state:not at safepoint (normal execution)
  110.  
  111. VM Mutex/Monitor currently owned by a thread: None
  112.  
  113. Heap:
  114. PSYoungGen total 37888K, used 2624K [0x00000000d6400000, 0x00000000d8e00000, 0x0000000100000000)
  115. eden space 32768K, 8% used [0x00000000d6400000,0x00000000d66902a0,0x00000000d8400000)
  116. from space 5120K, 0% used [0x00000000d8900000,0x00000000d8900000,0x00000000d8e00000)
  117. to space 5120K, 0% used [0x00000000d8400000,0x00000000d8400000,0x00000000d8900000)
  118. ParOldGen total 86016K, used 0K [0x0000000082c00000, 0x0000000088000000, 0x00000000d6400000)
  119. object space 86016K, 0% used [0x0000000082c00000,0x0000000082c00000,0x0000000088000000)
  120. Metaspace used 2794K, capacity 4564K, committed 4864K, reserved 1056768K
  121. class space used 310K, capacity 388K, committed 512K, reserved 1048576K
  122.  
  123. Card table byte_map: [0x0000000011570000,0x0000000011960000] byte_map_base: 0x000000001115a000
  124.  
  125. Marking Bits: (ParMarkBitMap*) 0x00000000546cd490
  126. Begin Bits: [0x0000000012000000, 0x0000000013f50000)
  127. End Bits: [0x0000000013f50000, 0x0000000015ea0000)
  128.  
  129. Polling page: 0x0000000001d60000
  130.  
  131. CodeCache: size=245760Kb used=1145Kb max_used=1145Kb free=244614Kb
  132. bounds [0x00000000021b0000, 0x0000000002420000, 0x00000000111b0000]
  133. total_blobs=281 nmethods=42 adapters=154
  134. compilation: enabled
  135.  
  136. Compilation events (10 events):
  137. Event: 0.138 Thread 0x0000000016c67000 38 3 java.util.jar.Attributes$Name::isAlpha (30 bytes)
  138. Event: 0.138 Thread 0x0000000016c67000 nmethod 38 0x00000000022cc2d0 code [0x00000000022cc440, 0x00000000022cc670]
  139. Event: 0.142 Thread 0x0000000016c67000 39 3 java.lang.System::getSecurityManager (4 bytes)
  140. Event: 0.142 Thread 0x0000000016c67000 nmethod 39 0x00000000022ccf10 code [0x00000000022cd060, 0x00000000022cd190]
  141. Event: 0.146 Thread 0x0000000016c67000 40 3 java.io.WinNTFileSystem::normalize (143 bytes)
  142. Event: 0.146 Thread 0x0000000016c67000 nmethod 40 0x00000000022cd210 code [0x00000000022cd400, 0x00000000022cdc28]
  143. Event: 0.213 Thread 0x0000000016c67000 41 3 java.lang.String::startsWith (72 bytes)
  144. Event: 0.213 Thread 0x0000000016c67000 nmethod 41 0x00000000022cdfd0 code [0x00000000022ce140, 0x00000000022ce470]
  145. Event: 0.214 Thread 0x0000000016c67000 42 3 java.lang.String::indexOf (7 bytes)
  146. Event: 0.214 Thread 0x0000000016c67000 nmethod 42 0x00000000022ce650 code [0x00000000022ce7c0, 0x00000000022ce9c8]
  147.  
  148. GC Heap History (0 events):
  149. No events
  150.  
  151. Deoptimization events (0 events):
  152. No events
  153.  
  154. Internal exceptions (5 events):
  155. Event: 0.067 Thread 0x00000000020b0800 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.defineClass(Ljava/lang/String;[BII)Ljava/lang/Class; name or signature does not match> (0x00000000d640c820) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\srÿ]xÕ±?
  156. Event: 0.067 Thread 0x00000000020b0800 Exception <a 'java/lang/NoSuchMethodError': Method sun.misc.Unsafe.prefetchRead(Ljava/lang/Object;J)V name or signature does not match> (0x00000000d640cab0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jjªQ¾„½?
  157. Event: 0.115 Thread 0x00000000020b0800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d645ffd0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  158. Event: 0.121 Thread 0x00000000020b0800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d64656a0) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  159. Event: 0.213 Thread 0x00000000020b0800 Exception <a 'java/security/PrivilegedActionException'> (0x00000000d65f5c08) thrown at [D:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u25\1677\hotspot\src\share\vm\prims\jvm.cpp, line 1312]
  160.  
  161. Events (10 events):
  162. Event: 0.139 loading class sun/security/util/ManifestEntryVerifier
  163. Event: 0.139 loading class sun/security/util/ManifestEntryVerifier done
  164. Event: 0.141 loading class java/lang/InterruptedException
  165. Event: 0.141 loading class java/lang/InterruptedException done
  166. Event: 0.141 loading class java/lang/UnsatisfiedLinkError
  167. Event: 0.141 loading class java/lang/UnsatisfiedLinkError done
  168. Event: 0.142 loading class java/lang/ClassLoaderHelper
  169. Event: 0.142 loading class java/lang/ClassLoaderHelper done
  170. Event: 0.213 loading class org/rosuda/JRI/Mutex
  171. Event: 0.213 loading class org/rosuda/JRI/Mutex done
  172.  
  173.  
  174. Dynamic libraries:
  175. 0x000007f701420000 - 0x000007f701454000 C:\Program Files\Java\jre1.8.0_25\bin\javaw.exe
  176. 0x000007fc9a780000 - 0x000007fc9a93e000 C:\Windows\SYSTEM32\ntdll.dll
  177. 0x000007fc99d40000 - 0x000007fc99e76000 C:\Windows\system32\KERNEL32.DLL
  178. 0x000007fc97a70000 - 0x000007fc97b63000 C:\Windows\system32\KERNELBASE.dll
  179. 0x000007fc91990000 - 0x000007fc91a2f000 C:\Windows\system32\apphelp.dll
  180. 0x000007fc99e80000 - 0x000007fc99f5e000 C:\Windows\system32\ADVAPI32.dll
  181. 0x000007fc99a90000 - 0x000007fc99bdc000 C:\Windows\system32\USER32.dll
  182. 0x000007fc938b0000 - 0x000007fc93b19000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9200.16384_none_418c2a697189c07f\COMCTL32.dll
  183. 0x000007fc97de0000 - 0x000007fc97e85000 C:\Windows\system32\msvcrt.dll
  184. 0x000007fc99f60000 - 0x000007fc99fa8000 C:\Windows\SYSTEM32\sechost.dll
  185. 0x000007fc9a540000 - 0x000007fc9a680000 C:\Windows\system32\RPCRT4.dll
  186. 0x000007fc99fb0000 - 0x000007fc9a0f0000 C:\Windows\system32\GDI32.dll
  187. 0x000007fc9a1a0000 - 0x000007fc9a1d9000 C:\Windows\system32\IMM32.DLL
  188. 0x000007fc9a3c0000 - 0x000007fc9a4d4000 C:\Windows\system32\MSCTF.dll
  189. 0x0000000053870000 - 0x0000000053942000 C:\Program Files\Java\jre1.8.0_25\bin\msvcr100.dll
  190. 0x0000000053ef0000 - 0x000000005474a000 C:\Program Files\Java\jre1.8.0_25\bin\server\jvm.dll
  191. 0x000007fc95e50000 - 0x000007fc95e59000 C:\Windows\SYSTEM32\WSOCK32.dll
  192. 0x000007fc94c90000 - 0x000007fc94cb0000 C:\Windows\SYSTEM32\WINMM.dll
  193. 0x000007fc9a3b0000 - 0x000007fc9a3b7000 C:\Windows\system32\PSAPI.DLL
  194. 0x000007fc9a4e0000 - 0x000007fc9a538000 C:\Windows\system32\WS2_32.dll
  195. 0x000007fc94c40000 - 0x000007fc94c72000 C:\Windows\SYSTEM32\WINMMBASE.dll
  196. 0x000007fc991f0000 - 0x000007fc991f9000 C:\Windows\system32\NSI.dll
  197. 0x0000000053e00000 - 0x0000000053e0f000 C:\Program Files\Java\jre1.8.0_25\bin\verify.dll
  198. 0x0000000053dd0000 - 0x0000000053df8000 C:\Program Files\Java\jre1.8.0_25\bin\java.dll
  199. 0x0000000053db0000 - 0x0000000053dc6000 C:\Program Files\Java\jre1.8.0_25\bin\zip.dll
  200. 0x000007fc97f00000 - 0x000007fc991e5000 C:\Windows\system32\SHELL32.dll
  201. 0x000007fc99890000 - 0x000007fc99a40000 C:\Windows\SYSTEM32\combase.dll
  202. 0x000007fc99a40000 - 0x000007fc99a90000 C:\Windows\system32\SHLWAPI.dll
  203. 0x000007fc96870000 - 0x000007fc96906000 C:\Windows\SYSTEM32\SHCORE.dll
  204. 0x000007fc976b0000 - 0x000007fc976c5000 C:\Windows\SYSTEM32\profapi.dll
  205. 0x0000000062d80000 - 0x0000000062da6000 C:\Users\gebruiker\Documents\R\win-library\3.1\rJava\jri\x64\jri.dll
  206. 0x000000006c700000 - 0x000000006cae9000 C:\Program Files\R\R-3.1.2\bin\x64\R.dll
  207. 0x0000000064e80000 - 0x0000000064eda000 C:\Program Files\R\R-3.1.2\bin\x64\Rblas.dll
  208. 0x00000000641c0000 - 0x00000000641e5000 C:\Program Files\R\R-3.1.2\bin\x64\Riconv.dll
  209. 0x0000000063540000 - 0x00000000635b0000 C:\Program Files\R\R-3.1.2\bin\x64\Rgraphapp.dll
  210. 0x000000006f8c0000 - 0x000000006f8f2000 C:\Program Files\R\R-3.1.2\bin\x64\Rzlib.dll
  211. 0x000007fc93800000 - 0x000007fc93809000 C:\Windows\SYSTEM32\VERSION.dll
  212. 0x000007fc9a0f0000 - 0x000007fc9a191000 C:\Windows\system32\comdlg32.dll
  213. 0x000007fc94c80000 - 0x000007fc94c87000 C:\Windows\SYSTEM32\MSIMG32.dll
  214. 0x000007fc8dd40000 - 0x000007fc8dea3000 C:\Windows\SYSTEM32\dbghelp.dll
  215.  
  216. VM Arguments:
  217. jvm_args: -Dfile.encoding=Cp1252
  218. java_command: Main
  219. java_class_path (initial): C:\Users\gebruiker\workspace64\RTest\bin;C:\Users\gebruiker\Documents\R\win-library\3.1\rJava\jri\JRI.jar;C:\Users\gebruiker\Documents\R\win-library\3.1\rJava\jri\REngine.jar;C:\Users\gebruiker\Documents\R\win-library\3.1\rJava\jri\JRIEngine.jar
  220. Launcher Type: SUN_STANDARD
  221.  
  222. Environment Variables:
  223. PATH=C:/Program Files/Java/jre1.8.0_25/bin/server;C:/Program Files/Java/jre1.8.0_25/bin;C:/Program Files/Java/jre1.8.0_25/lib/amd64;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files (x86)\erl6.2\bin;C:\Program Files (x86)\Elm Platform\0.13\bin;C:\Program Files (x86)\Git\cmd;C:\Program Files\Java\jre1.8.0_25\bin;C:\Users\gebruiker\Documents\R\win-library\3.1\rJava\jri\x64;C:\Program Files\R\R-3.1.2\bin\x64;C:\Program Files\eclipse;
  224. USERNAME=gebruiker
  225. OS=Windows_NT
  226. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 58 Stepping 9, GenuineIntel
  227.  
  228.  
  229.  
  230. --------------- S Y S T E M ---------------
  231.  
  232. OS: Windows 8 , 64 bit Build 9200
  233.  
  234. CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 58 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, ht, tsc, tscinvbit, tscinv
  235.  
  236. Memory: 4k page, physical 8202512k(3594632k free), swap 10430736k(4219792k free)
  237.  
  238. vm_info: Java HotSpot(TM) 64-Bit Server VM (25.25-b02) for windows-amd64 JRE (1.8.0_25-b18), built on Oct 7 2014 14:25:37 by "java_re" with MS VC++ 10.0 (VS2010)
  239.  
  240. time: Mon Dec 01 21:49:13 2014
  241. elapsed time: 0 seconds (0d 0h 0m 0s)
Add Comment
Please, Sign In to add comment