Guest User

minidump

a guest
Jan 12th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.02 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=0x0000000072e8c164, pid=9204, tid=7644
  5. #
  6. # JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
  7. # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode windows-amd64 compressed oops)
  8. # Problematic frame:
  9. # C [msvcr100.dll+0x3c164]
  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. #
  16.  
  17. --------------- T H R E A D ---------------
  18.  
  19. Current thread (0x000000000209d800): JavaThread "main" [_thread_in_vm, id=7644, stack(0x0000000002370000,0x0000000002470000)]
  20.  
  21. siginfo: ExceptionCode=0xc0000005, reading address 0x000000000a600040
  22.  
  23. Registers:
  24. RAX=0x00000000ebb7d100, RBX=0x000000000209d800, RCX=0x00000000ebb7d100, RDX=0xffffffff1ea82f40
  25. RSP=0x000000000246efc8, RBP=0x000000000838aeb0, RSI=0x0000000000000000, RDI=0x0000000000000008
  26. R8 =0x0000000000000008, R9 =0x0000000000000001, R10=0x000000000000000c, R11=0x00000000ebb7d100
  27. R12=0x0000000000000004, R13=0x0000000000000000, R14=0x000000000246f1f8, R15=0x000000000209d800
  28. RIP=0x0000000072e8c164, EFLAGS=0x0000000000010206
  29.  
  30. Top of Stack: (sp=0x000000000246efc8)
  31. 0x000000000246efc8: 000000005eac6239 000000000209d9e8
  32. 0x000000000246efd8: 000000005eabc576 0000000000000001
  33. 0x000000000246efe8: 000000000209d800 000000000246f090
  34. 0x000000000246eff8: 0000000000000000 000000000209d800
  35. 0x000000000246f008: 0000000000000000 000000000246f1f8
  36. 0x000000000246f018: 0000000000000004 000000000246f0c0
  37. 0x000000000246f028: 000000006240177e 0000000000000004
  38. 0x000000000246f038: 000000000246f090 0000000000000000
  39. 0x000000000246f048: 0000000000000000 000000000a600040
  40. 0x000000000246f058: 0000000072eb8d94 0000000000000000
  41. 0x000000000246f068: 000000000838aeb0 0000000100000000
  42. 0x000000000246f078: 000000000838aea8 000000000838aea0
  43. 0x000000000246f088: 0000000000000004 000000000246f140
  44. 0x000000000246f098: 000000006240168a 000000000209d9e8
  45. 0x000000000246f0a8: 0000000062423340 000000ff00000004
  46. 0x000000000246f0b8: 000000000246f0c0 0000000100000001
  47.  
  48. Instructions: (pc=0x0000000072e8c164)
  49. 0x0000000072e8c144: 04 8b 04 0a 49 83 e8 04 89 01 4d 8b c8 49 c1 e9
  50. 0x0000000072e8c154: 05 75 50 4d 8b c8 49 c1 e9 03 74 14 48 83 e9 08
  51. 0x0000000072e8c164: 48 8b 04 0a 49 ff c9 48 89 01 75 f0 49 83 e0 07
  52. 0x0000000072e8c174: 4d 85 c0 75 07 49 8b c3 c3 0f 1f 00 48 ff c9 8a
  53.  
  54.  
  55. Register to memory mapping:
  56.  
  57. RAX=0x00000000ebb7d100 is an unknown value
  58. RBX=0x000000000209d800 is a thread
  59. RCX=0x00000000ebb7d100 is an unknown value
  60. RDX=0xffffffff1ea82f40 is an unknown value
  61. RSP=0x000000000246efc8 is pointing into the stack for thread: 0x000000000209d800
  62. RBP=0x000000000838aeb0 is an unknown value
  63. RSI=0x0000000000000000 is an unknown value
  64. RDI=0x0000000000000008 is an unknown value
  65. R8 =0x0000000000000008 is an unknown value
  66. R9 =0x0000000000000001 is an unknown value
  67. R10=0x000000000000000c is an unknown value
  68. R11=0x00000000ebb7d100 is an unknown value
  69. R12=0x0000000000000004 is an unknown value
  70. R13=0x0000000000000000 is an unknown value
  71. R14=0x000000000246f1f8 is pointing into the stack for thread: 0x000000000209d800
  72. R15=0x000000000209d800 is a thread
  73.  
  74.  
  75. Stack: [0x0000000002370000,0x0000000002470000], sp=0x000000000246efc8, free space=1019k
  76. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  77. C [msvcr100.dll+0x3c164]
  78.  
  79. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  80. j ReadMatFile.readMatFile(Ljava/lang/String;)[[D+0
  81. j ReadMatFile.main([Ljava/lang/String;)V+35
  82. v ~StubRoutines::call_stub
  83.  
  84. --------------- P R O C E S S ---------------
  85.  
  86. Java Threads: ( => current thread )
  87. 0x000000000840f000 JavaThread "Service Thread" daemon [_thread_blocked, id=756, stack(0x000000000a300000,0x000000000a400000)]
  88. 0x00000000083f0000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=8412, stack(0x0000000009e00000,0x0000000009f00000)]
  89. 0x00000000083ee000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=2440, stack(0x0000000009680000,0x0000000009780000)]
  90. 0x00000000083ec800 JavaThread "Attach Listener" daemon [_thread_blocked, id=9044, stack(0x0000000009ba0000,0x0000000009ca0000)]
  91. 0x00000000083e5000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10120, stack(0x00000000099b0000,0x0000000009ab0000)]
  92. 0x000000000838d000 JavaThread "Finalizer" daemon [_thread_blocked, id=8600, stack(0x0000000009800000,0x0000000009900000)]
  93. 0x000000000838b800 JavaThread "Reference Handler" daemon [_thread_blocked, id=7600, stack(0x0000000009520000,0x0000000009620000)]
  94. =>0x000000000209d800 JavaThread "main" [_thread_in_vm, id=7644, stack(0x0000000002370000,0x0000000002470000)]
  95.  
  96. Other Threads:
  97. 0x0000000008388000 VMThread [stack: 0x0000000009390000,0x0000000009490000] [id=4904]
  98. 0x0000000009f0b800 WatcherThread [stack: 0x000000000a500000,0x000000000a600000] [id=4948]
  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 18432K, used 635K [0x00000000ebb00000, 0x00000000ecf80000, 0x0000000100000000)
  106. eden space 15872K, 4% used [0x00000000ebb00000,0x00000000ebb9ec88,0x00000000eca80000)
  107. from space 2560K, 0% used [0x00000000ecd00000,0x00000000ecd00000,0x00000000ecf80000)
  108. to space 2560K, 0% used [0x00000000eca80000,0x00000000eca80000,0x00000000ecd00000)
  109. ParOldGen total 41472K, used 0K [0x00000000c3200000, 0x00000000c5a80000, 0x00000000ebb00000)
  110. object space 41472K, 0% used [0x00000000c3200000,0x00000000c3200000,0x00000000c5a80000)
  111. PSPermGen total 21504K, used 2927K [0x00000000be000000, 0x00000000bf500000, 0x00000000c3200000)
  112. object space 21504K, 13% used [0x00000000be000000,0x00000000be2dbd68,0x00000000bf500000)
  113.  
  114. Card table byte_map: [0x0000000005470000,0x0000000005690000] byte_map_base: 0x0000000004e80000
  115.  
  116. Polling page: 0x0000000000230000
  117.  
  118. Code Cache [0x0000000002470000, 0x00000000026e0000, 0x0000000005470000)
  119. total_blobs=173 nmethods=0 adapters=142 free_code_cache=48770Kb largest_free_block=49940736
  120.  
  121. Compilation events (0 events):
  122. No events
  123.  
  124. GC Heap History (0 events):
  125. No events
  126.  
  127. Deoptimization events (0 events):
  128. No events
  129.  
  130. Internal exceptions (6 events):
  131. Event: 0.057 Thread 0x000000000209d800 Threw 0x00000000ebb0ae48 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jni.cpp:3991
  132. Event: 0.125 Thread 0x000000000209d800 Threw 0x00000000ebb4a630 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  133. Event: 0.159 Thread 0x000000000209d800 Threw 0x00000000ebb6b7b8 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  134. Event: 0.159 Thread 0x000000000209d800 Threw 0x00000000ebb6b8e0 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  135. Event: 0.161 Thread 0x000000000209d800 Threw 0x00000000ebb6ee18 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  136. Event: 0.161 Thread 0x000000000209d800 Threw 0x00000000ebb6ef40 at C:\re\jdk7u45\229\hotspot\src\share\vm\prims\jvm.cpp:1244
  137.  
  138. Events (10 events):
  139. Event: 0.174 loading class 0x0000000009f029b0
  140. Event: 0.174 loading class 0x0000000009f029b0 done
  141. Event: 0.174 loading class 0x0000000002203ca0
  142. Event: 0.175 loading class 0x0000000002203ca0 done
  143. Event: 0.175 loading class 0x0000000009f12d30
  144. Event: 0.176 loading class 0x0000000009f12d30 done
  145. Event: 0.176 loading class 0x0000000009f1e080
  146. Event: 0.176 loading class 0x0000000009f1e080 done
  147. Event: 0.176 loading class 0x0000000009f1e010
  148. Event: 0.176 loading class 0x0000000009f1e010 done
  149.  
  150.  
  151. Dynamic libraries:
  152. 0x000000013f2e0000 - 0x000000013f313000 C:\Program Files\Java\jre7\bin\javaw.exe
  153. 0x00000000776a0000 - 0x0000000077849000 C:\Windows\SYSTEM32\ntdll.dll
  154. 0x0000000077580000 - 0x000000007769f000 C:\Windows\system32\kernel32.dll
  155. 0x000007fefd5e0000 - 0x000007fefd64b000 C:\Windows\system32\KERNELBASE.dll
  156. 0x000007fefe130000 - 0x000007fefe20b000 C:\Windows\system32\ADVAPI32.dll
  157. 0x000007fefdf10000 - 0x000007fefdfaf000 C:\Windows\system32\msvcrt.dll
  158. 0x000007feff230000 - 0x000007feff24f000 C:\Windows\SYSTEM32\sechost.dll
  159. 0x000007fefe000000 - 0x000007fefe12d000 C:\Windows\system32\RPCRT4.dll
  160. 0x0000000077480000 - 0x000000007757a000 C:\Windows\system32\USER32.dll
  161. 0x000007feff1c0000 - 0x000007feff227000 C:\Windows\system32\GDI32.dll
  162. 0x000007feff9a0000 - 0x000007feff9ae000 C:\Windows\system32\LPK.dll
  163. 0x000007feff0f0000 - 0x000007feff1b9000 C:\Windows\system32\USP10.dll
  164. 0x000007fefbed0000 - 0x000007fefc0c4000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
  165. 0x000007fefda70000 - 0x000007fefdae1000 C:\Windows\system32\SHLWAPI.dll
  166. 0x000007feff020000 - 0x000007feff04e000 C:\Windows\system32\IMM32.DLL
  167. 0x000007fefdaf0000 - 0x000007fefdbf9000 C:\Windows\system32\MSCTF.dll
  168. 0x0000000072e50000 - 0x0000000072f22000 C:\Program Files\Java\jre7\bin\msvcr100.dll
  169. 0x000000005e9a0000 - 0x000000005f169000 C:\Program Files\Java\jre7\bin\server\jvm.dll
  170. 0x000007fee11c0000 - 0x000007fee11c9000 C:\Windows\system32\WSOCK32.dll
  171. 0x000007fefdfb0000 - 0x000007fefdffd000 C:\Windows\system32\WS2_32.dll
  172. 0x000007fefd880000 - 0x000007fefd888000 C:\Windows\system32\NSI.dll
  173. 0x000007fefb300000 - 0x000007fefb33b000 C:\Windows\system32\WINMM.dll
  174. 0x0000000077870000 - 0x0000000077877000 C:\Windows\system32\PSAPI.DLL
  175. 0x0000000074410000 - 0x000000007441f000 C:\Program Files\Java\jre7\bin\verify.dll
  176. 0x00000000743e0000 - 0x0000000074408000 C:\Program Files\Java\jre7\bin\java.dll
  177. 0x00000000743c0000 - 0x00000000743d5000 C:\Program Files\Java\jre7\bin\zip.dll
  178. 0x0000000062400000 - 0x00000000624a5000 C:\Users\Familjen-Styren\Desktop\C\Workspace\ReadMatFile\jni\mat.dll
  179. 0x000007fef7260000 - 0x000007fef7385000 C:\Windows\system32\dbghelp.dll
  180.  
  181. VM Arguments:
  182. jvm_args: -Djava.library.path=jni -Dfile.encoding=Cp1252
  183. java_command: ReadMatFile
  184. Launcher Type: SUN_STANDARD
  185.  
  186. Environment Variables:
  187. PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Pico Technology\PicoScope6\;C:\MinGW(x64)\bin;C:\Program Files\Java\jdk1.7.0_45\bin
  188. USERNAME=Familjen-Styren
  189. OS=Windows_NT
  190. PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
  191.  
  192.  
  193.  
  194. --------------- S Y S T E M ---------------
  195.  
  196. OS: Windows 7 , 64 bit Build 7601 Service Pack 1
  197.  
  198. CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht, tsc, tscinvbit
  199.  
  200. Memory: 4k page, physical 3984048k(1292448k free), swap 7966232k(3289492k free)
  201.  
  202. vm_info: Java HotSpot(TM) 64-Bit Server VM (24.45-b08) for windows-amd64 JRE (1.7.0_45-b18), built on Oct 8 2013 05:47:22 by "java_re" with unknown MS VC++:1600
  203.  
  204. time: Sun Jan 12 17:34:23 2014
  205. elapsed time: 2 seconds
Add Comment
Please, Sign In to add comment