Advertisement
Guest User

Untitled

a guest
Mar 10th, 2013
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.74 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=0x098cef37, pid=5584, tid=3480
  5. #
  6. # JRE version: 7.0_17-b02
  7. # Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode, sharing windows-x86 )
  8. # Problematic frame:
  9. # C [atioglxx.dll+0x18ef37] DrvPresentBuffers+0x158b57
  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. # [url]http://bugreport.sun.com/bugreport/crash.jsp[/url]
  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 (0x04b54400): JavaThread "Animation Thread" [_thread_in_native, id=3480, stack(0x055c0000,0x05610000)]
  22.  
  23. siginfo: ExceptionCode=0xc0000005, reading address 0x0d6d1110
  24.  
  25. Registers:
  26. EAX=0xc2030846, EBX=0xffffffff, ECX=0x0a90b298, EDX=0x7fffffff
  27. ESP=0x0560efa8, EBP=0x0560f2a0, ESI=0x00000000, EDI=0x0a90ab40
  28. EIP=0x098cef37, EFLAGS=0x00010297
  29.  
  30. Top of Stack: (sp=0x0560efa8)
  31. 0x0560efa8: 0b0a2e30 0a90ab40 0b0a2de8 0a674efd
  32. 0x0560efb8: 00000000 c2030846 00000000 ffffffff
  33. 0x0560efc8: 00000004 00000000 febfffff 0560f250
  34. 0x0560efd8: 00000000 00000000 00000000 0afaf120
  35. 0x0560efe8: 08c71790 08c707d0 0ab8aa01 00000000
  36. 0x0560eff8: ffffffff ffffffff ffffffff ffffffff
  37. 0x0560f008: ffffffff ffffffff ffffffff ffffffff
  38. 0x0560f018: ffffffff ffffffff ffffffff ffffffff
  39.  
  40. Instructions: (pc=0x098cef37)
  41. 0x098cef17: d1 21 4c 24 24 8b ce c1 e1 06 83 cb ff 89 44 24
  42. 0x098cef27: 14 8d 8c 39 58 07 00 00 3b c3 0f 84 86 01 00 00
  43. 0x098cef37: 39 5c 84 50 0f 84 7c 01 00 00 ff 44 24 18 83 fe
  44. 0x098cef47: 17 75 08 8b 5c 24 18 4b 89 5f 40 3b 44 24 1c 7e
  45.  
  46.  
  47. Register to memory mapping:
  48.  
  49. EAX=0xc2030846 is an unknown value
  50. EBX=0xffffffff is an unknown value
  51. ECX=0x0a90b298 is an unknown value
  52. EDX=0x7fffffff is an unknown value
  53. ESP=0x0560efa8 is pointing into the stack for thread: 0x04b54400
  54. EBP=0x0560f2a0 is pointing into the stack for thread: 0x04b54400
  55. ESI=0x00000000 is an unknown value
  56. EDI=0x0a90ab40 is an unknown value
  57.  
  58.  
  59. Stack: [0x055c0000,0x05610000], sp=0x0560efa8, free space=315k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. C [atioglxx.dll+0x18ef37] DrvPresentBuffers+0x158b57
  62. C [atioglxx.dll+0x19e350] DrvPresentBuffers+0x167f70
  63. C [atioglxx.dll+0x82ffdd] DrvPresentBuffers+0x7f9bfd
  64. C [atioglxx.dll+0x83045a] DrvPresentBuffers+0x7fa07a
  65. C [atioglxx.dll+0x17a436] DrvPresentBuffers+0x144056
  66. C [atioglxx.dll+0x173c0c] DrvPresentBuffers+0x13d82c
  67. C [jogl.dll+0x1bdd] Java_com_sun_opengl_impl_GLImpl_glBegin0__I+0xd
  68. J com.sun.opengl.impl.GLImpl.glBegin0(I)V
  69. J processing.opengl.PGraphicsOpenGL.renderLines(II)V
  70. J processing.core.PApplet.handleDraw()V
  71. j java.lang.Thread.run()V+11
  72. v ~StubRoutines::call_stub
  73. V [jvm.dll+0x12a34a]
  74. V [jvm.dll+0x1d968e]
  75. V [jvm.dll+0x12a533]
  76. V [jvm.dll+0x12a597]
  77. V [jvm.dll+0xd306f]
  78. V [jvm.dll+0x14a647]
  79. V [jvm.dll+0x14a7b0]
  80. V [jvm.dll+0x17ee89]
  81. C [msvcr100.dll+0x5c6de] endthreadex+0x3a
  82. C [msvcr100.dll+0x5c788] endthreadex+0xe4
  83. C [kernel32.dll+0x133aa] BaseThreadInitThunk+0x12
  84. C [ntdll.dll+0x39ef2] RtlInitializeExceptionChain+0x63
  85. C [ntdll.dll+0x39ec5] RtlInitializeExceptionChain+0x36
  86.  
  87. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  88. J com.sun.opengl.impl.GLImpl.glBegin0(I)V
  89. J processing.opengl.PGraphicsOpenGL.renderLines(II)V
  90. J processing.core.PGraphics3D.endShape(I)V
  91. J processing.core.PApplet.line(FFFFFF)V
  92. j MultiWiiConf.draw()V+3492
  93. J processing.core.PApplet.handleDraw()V
  94. j processing.core.PApplet.run()V+72
  95. j java.lang.Thread.run()V+11
  96. v ~StubRoutines::call_stub
  97.  
  98. --------------- P R O C E S S ---------------
  99.  
  100. Java Threads: ( => current thread )
  101. 0x0881a000 JavaThread "Thread-3" [_thread_in_native, id=2392, stack(0x0b370000,0x0b3c0000)]
  102. 0x00a93400 JavaThread "DestroyJavaVM" [_thread_blocked, id=4476, stack(0x009d0000,0x00a20000)]
  103. 0x04b05800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=4820, stack(0x08690000,0x086e0000)]
  104. =>0x04b54400 JavaThread "Animation Thread" [_thread_in_native, id=3480, stack(0x055c0000,0x05610000)]
  105. 0x04a4a000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=5668, stack(0x04e00000,0x04e50000)]
  106. 0x049e4000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1100, stack(0x04f70000,0x04fc0000)]
  107. 0x04a40800 JavaThread "AWT-Shutdown" [_thread_blocked, id=3832, stack(0x04e60000,0x04eb0000)]
  108. 0x04a26400 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3004, stack(0x04da0000,0x04df0000)]
  109. 0x00b53c00 JavaThread "Service Thread" daemon [_thread_blocked, id=3792, stack(0x04420000,0x04470000)]
  110. 0x00b46000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5612, stack(0x04830000,0x04880000)]
  111. 0x00b45000 JavaThread "Attach Listener" daemon [_thread_blocked, id=796, stack(0x047e0000,0x04830000)]
  112. 0x00b41c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2672, stack(0x046b0000,0x04700000)]
  113. 0x00b30400 JavaThread "Finalizer" daemon [_thread_blocked, id=4664, stack(0x044d0000,0x04520000)]
  114. 0x00b2b400 JavaThread "Reference Handler" daemon [_thread_blocked, id=5784, stack(0x045b0000,0x04600000)]
  115.  
  116. Other Threads:
  117. 0x00b29400 VMThread [stack: 0x04560000,0x045b0000] [id=4352]
  118. 0x00b6ec00 WatcherThread [stack: 0x04980000,0x049d0000] [id=1768]
  119.  
  120. VM state:not at safepoint (normal execution)
  121.  
  122. VM Mutex/Monitor currently owned by a thread: None
  123.  
  124. Heap
  125. def new generation total 4928K, used 3832K [0x24230000, 0x24780000, 0x29780000)
  126. eden space 4416K, 86% used [0x24230000, 0x245ed568, 0x24680000)
  127. from space 512K, 0% used [0x24680000, 0x24680e30, 0x24700000)
  128. to space 512K, 0% used [0x24700000, 0x24700000, 0x24780000)
  129. tenured generation total 10944K, used 4910K [0x29780000, 0x2a230000, 0x34230000)
  130. the space 10944K, 44% used [0x29780000, 0x29c4ba58, 0x29c4bc00, 0x2a230000)
  131. compacting perm gen total 12288K, used 4076K [0x34230000, 0x34e30000, 0x38230000)
  132. the space 12288K, 33% used [0x34230000, 0x3462b3b8, 0x3462b400, 0x34e30000)
  133. ro space 10240K, 42% used [0x38230000, 0x38671d60, 0x38671e00, 0x38c30000)
  134. rw space 12288K, 54% used [0x38c30000, 0x392b2928, 0x392b2a00, 0x39830000)
  135.  
  136. Card table byte_map: [0x002e0000,0x00390000] byte_map_base: 0x001bee80
  137.  
  138. Polling page: 0x00130000
  139.  
  140. Code Cache [0x02330000, 0x02588000, 0x04330000)
  141. total_blobs=1570 nmethods=1174 adapters=330 free_code_cache=30381Kb largest_free_block=31110848
  142.  
  143. Compilation events (10 events):
  144. Event: 189.356 Thread 0x00b46000 1170 sun.awt.im.InputMethodContext::dispatchEvent (62 bytes)
  145. Event: 189.357 Thread 0x00b46000 nmethod 1170 0x02582f88 code [0x025830f0, 0x025832f8]
  146. Event: 189.413 Thread 0x00b46000 1171 sun.awt.windows.WInputMethod::dispatchEvent (66 bytes)
  147. Event: 189.415 Thread 0x00b46000 nmethod 1171 0x02583588 code [0x025836a0, 0x02583864]
  148. Event: 189.846 Thread 0x00b46000 1173 controlP5.ControlWindow::mouseEvent (52 bytes)
  149. Event: 189.847 Thread 0x00b46000 nmethod 1173 0x02583c08 code [0x02583d10, 0x02583e04]
  150. Event: 204.754 Thread 0x00b46000 1174 ! sun.reflect.GeneratedMethodAccessor2::invoke (66 bytes)
  151. Event: 204.755 Thread 0x00b46000 nmethod 1174 0x02583ec8 code [0x02584030, 0x0258434c]
  152. Event: 207.881 Thread 0x00b46000 1175 java.awt.Container::processEvent (22 bytes)
  153. Event: 207.882 Thread 0x00b46000 nmethod 1175 0x02584688 code [0x025847a0, 0x02584894]
  154.  
  155. GC Heap History (10 events):
  156. Event: 185.405 GC heap before
  157. {Heap before GC invocations=43 (full 0):
  158. def new generation total 4928K, used 4452K [0x24230000, 0x24780000, 0x29780000)
  159. eden space 4416K, 100% used [0x24230000, 0x24680000, 0x24680000)
  160. from space 512K, 7% used [0x24700000, 0x24709298, 0x24780000)
  161. to space 512K, 0% used [0x24680000, 0x24680000, 0x24700000)
  162. tenured generation total 10944K, used 4877K [0x29780000, 0x2a230000, 0x34230000)
  163. the space 10944K, 44% used [0x29780000, 0x29c43720, 0x29c43800, 0x2a230000)
  164. compacting perm gen total 12288K, used 4076K [0x34230000, 0x34e30000, 0x38230000)
  165. the space 12288K, 33% used [0x34230000, 0x3462b3b8, 0x3462b400, 0x34e30000)
  166. ro space 10240K, 42% used [0x38230000, 0x38671d60, 0x38671e00, 0x38c30000)
  167. rw space 12288K, 54% used [0x38c30000, 0x392b2928, 0x392b2a00, 0x39830000)
  168. Event: 185.409 GC heap after
  169. Heap after GC invocations=44 (full 0):
  170. def new generation total 4928K, used 36K [0x24230000, 0x24780000, 0x29780000)
  171. eden space 4416K, 0% used [0x24230000, 0x24230000, 0x24680000)
  172. from space 512K, 7% used [0x24680000, 0x24689288, 0x24700000)
  173. to space 512K, 0% used [0x24700000, 0x24700000, 0x24780000)
  174. tenured generation total 10944K, used 4877K [0x29780000, 0x2a230000, 0x34230000)
  175. the space 10944K, 44% used [0x29780000, 0x29c43720, 0x29c43800, 0x2a230000)
  176. compacting perm gen total 12288K, used 4076K [0x34230000, 0x34e30000, 0x38230000)
  177. the space 12288K, 33% used [0x34230000, 0x3462b3b8, 0x3462b400, 0x34e30000)
  178. ro space 10240K, 42% used [0x38230000, 0x38671d60, 0x38671e00, 0x38c30000)
  179. rw space 12288K, 54% used [0x38c30000, 0x392b2928, 0x392b2a00, 0x39830000)
  180. }
  181. Event: 191.096 GC heap before
  182. {Heap before GC invocations=44 (full 0):
  183. def new generation total 4928K, used 4452K [0x24230000, 0x24780000, 0x29780000)
  184. eden space 4416K, 100% used [0x24230000, 0x24680000, 0x24680000)
  185. from space 512K, 7% used [0x24680000, 0x24689288, 0x24700000)
  186. to space 512K, 0% used [0x24700000, 0x24700000, 0x24780000)
  187. tenured generation total 10944K, used 4877K [0x29780000, 0x2a230000, 0x34230000)
  188. the space 10944K, 44% used [0x29780000, 0x29c43720, 0x29c43800, 0x2a230000)
  189. compacting perm gen total 12288K, used 4076K [0x34230000, 0x34e30000, 0x38230000)
  190. the space 12288K, 33% used [0x34230000, 0x3462b3b8, 0x3462b400, 0x34e30000)
  191. ro space 10240K, 42% used [0x38230000, 0x38671d60, 0x38671e00, 0x38c30000)
  192. rw space 12288K, 54% used [0x38c30000, 0x392b2928, 0x392b2a00, 0x39830000)
  193. Event: 191.100 GC heap after
  194. Heap after GC invocations=45 (full 0):
  195. def new generation total 4928K, used 36K [0x24230000, 0x24780000, 0x29780000)
  196. eden space 4416K, 0% used [0x24230000, 0x24230000, 0x24680000)
  197. from space 512K, 7% used [0x24700000, 0x24709290, 0x24780000)
  198. to space 512K, 0% used [0x24680000, 0x24680000, 0x24700000)
  199. tenured generation total 10944K, used 4877K [0x29780000, 0x2a230000, 0x34230000)
  200. the space 10944K, 44% used [0x29780000, 0x29c43720, 0x29c43800, 0x2a230000)
  201. compacting perm gen total 12288K, used 4076K [0x34230000, 0x34e30000, 0x38230000)
  202. the space 12288K, 33% used [0x34230000, 0x3462b3b8, 0x3462b400, 0x34e30000)
  203. ro space 10240K, 42% used [0x38230000, 0x38671d60, 0x38671e00, 0x38c30000)
  204. rw space 12288K, 54% used [0x38c30000, 0x392b2928, 0x392b2a00, 0x39830000)
  205. }
  206. Event: 197.038 GC heap before
  207. {Heap before GC invocations=45 (full 0):
  208. def new generation total 4928K, used 4452K [0x24230000, 0x24780000, 0x29780000)
  209. eden space 4416K, 100% used [0x24230000, 0x24680000, 0x24680000)
  210. from space 512K, 7% used [0x24700000, 0x24709290, 0x24780000)
  211. to space 512K, 0% used [0x24680000, 0x24680000, 0x24700000)
  212. tenured generation total 10944K, used 4877K [0x29780000, 0x2a230000, 0x34230000)
  213. the space 10944K, 44% used [0x29780000, 0x29c43720, 0x29c43800, 0x2a230000)
  214. compacting perm gen total 12288K, used 4076K [0x34230000, 0x34e30000, 0x38230000)
  215. the space 12288K, 33% used [0x34230000, 0x3462b3b8, 0x3462b400, 0x34e30000)
  216. ro space 10240K, 42% used [0x38230000, 0x38671d60, 0x38671e00, 0x38c30000)
  217. rw space 12288K, 54% used [0x38c30000, 0x392b2928, 0x392b2a00, 0x39830000)
  218. Event: 197.040 GC heap after
  219. Heap after GC invocations=46 (full 0):
  220. def new generation total 4928K, used 4K [0x24230000, 0x24780000, 0x29780000)
  221. eden space 4416K, 0% used [0x24230000, 0x24230000, 0x24680000)
  222. from space 512K, 0% used [0x24680000, 0x246812d8, 0x24700000)
  223. to space 512K, 0% used [0x24700000, 0x24700000, 0x24780000)
  224. tenured generation total 10944K, used 4909K [0x29780000, 0x2a230000, 0x34230000)
  225. the space 10944K, 44% used [0x29780000, 0x29c4b5b0, 0x29c4b600, 0x2a230000)
  226. compacting perm gen total 12288K, used 4076K [0x34230000, 0x34e30000, 0x38230000)
  227. the space 12288K, 33% used [0x34230000, 0x3462b3b8, 0x3462b400, 0x34e30000)
  228. ro space 10240K, 42% used [0x38230000, 0x38671d60, 0x38671e00, 0x38c30000)
  229. rw space 12288K, 54% used [0x38c30000, 0x392b2928, 0x392b2a00, 0x39830000)
  230. }
  231. Event: 202.771 GC heap before
  232. {Heap before GC invocations=46 (full 0):
  233. def new generation total 4928K, used 4420K [0x24230000, 0x24780000, 0x29780000)
  234. eden space 4416K, 100% used [0x24230000, 0x24680000, 0x24680000)
  235. from space 512K, 0% used [0x24680000, 0x246812d8, 0x24700000)
  236. to space 512K, 0% used [0x24700000, 0x24700000, 0x24780000)
  237. tenured generation total 10944K, used 4909K [0x29780000, 0x2a230000, 0x34230000)
  238. the space 10944K, 44% used [0x29780000, 0x29c4b5b0, 0x29c4b600, 0x2a230000)
  239. compacting perm gen total 12288K, used 4076K [0x34230000, 0x34e30000, 0x38230000)
  240. the space 12288K, 33% used [0x34230000, 0x3462b3b8, 0x3462b400, 0x34e30000)
  241. ro space 10240K, 42% used [0x38230000, 0x38671d60, 0x38671e00, 0x38c30000)
  242. rw space 12288K, 54% used [0x38c30000, 0x392b2928, 0x392b2a00, 0x39830000)
  243. Event: 202.772 GC heap after
  244. Heap after GC invocations=47 (full 0):
  245. def new generation total 4928K, used 4K [0x24230000, 0x24780000, 0x29780000)
  246. eden space 4416K, 0% used [0x24230000, 0x24230000, 0x24680000)
  247. from space 512K, 0% used [0x24700000, 0x247011b8, 0x24780000)
  248. to space 512K, 0% used [0x24680000, 0x24680000, 0x24700000)
  249. tenured generation total 10944K, used 4909K [0x29780000, 0x2a230000, 0x34230000)
  250. the space 10944K, 44% used [0x29780000, 0x29c4b7c0, 0x29c4b800, 0x2a230000)
  251. compacting perm gen total 12288K, used 4076K [0x34230000, 0x34e30000, 0x38230000)
  252. the space 12288K, 33% used [0x34230000, 0x3462b3b8, 0x3462b400, 0x34e30000)
  253. ro space 10240K, 42% used [0x38230000, 0x38671d60, 0x38671e00, 0x38c30000)
  254. rw space 12288K, 54% used [0x38c30000, 0x392b2928, 0x392b2a00, 0x39830000)
  255. }
  256. Event: 208.481 GC heap before
  257. {Heap before GC invocations=47 (full 0):
  258. def new generation total 4928K, used 4420K [0x24230000, 0x24780000, 0x29780000)
  259. eden space 4416K, 100% used [0x24230000, 0x24680000, 0x24680000)
  260. from space 512K, 0% used [0x24700000, 0x247011b8, 0x24780000)
  261. to space 512K, 0% used [0x24680000, 0x24680000, 0x24700000)
  262. tenured generation total 10944K, used 4909K [0x29780000, 0x2a230000, 0x34230000)
  263. the space 10944K, 44% used [0x29780000, 0x29c4b7c0, 0x29c4b800, 0x2a230000)
  264. compacting perm gen total 12288K, used 4076K [0x34230000, 0x34e30000, 0x38230000)
  265. the space 12288K, 33% used [0x34230000, 0x3462b3b8, 0x3462b400, 0x34e30000)
  266. ro space 10240K, 42% used [0x38230000, 0x38671d60, 0x38671e00, 0x38c30000)
  267. rw space 12288K, 54% used [0x38c30000, 0x392b2928, 0x392b2a00, 0x39830000)
  268. Event: 208.483 GC heap after
  269. Heap after GC invocations=48 (full 0):
  270. def new generation total 4928K, used 3K [0x24230000, 0x24780000, 0x29780000)
  271. eden space 4416K, 0% used [0x24230000, 0x24230000, 0x24680000)
  272. from space 512K, 0% used [0x24680000, 0x24680e30, 0x24700000)
  273. to space 512K, 0% used [0x24700000, 0x24700000, 0x24780000)
  274. tenured generation total 10944K, used 4910K [0x29780000, 0x2a230000, 0x34230000)
  275. the space 10944K, 44% used [0x29780000, 0x29c4ba58, 0x29c4bc00, 0x2a230000)
  276. compacting perm gen total 12288K, used 4076K [0x34230000, 0x34e30000, 0x38230000)
  277. the space 12288K, 33% used [0x34230000, 0x3462b3b8, 0x3462b400, 0x34e30000)
  278. ro space 10240K, 42% used [0x38230000, 0x38671d60, 0x38671e00, 0x38c30000)
  279. rw space 12288K, 54% used [0x38c30000, 0x392b2928, 0x392b2a00, 0x39830000)
  280. }
  281.  
  282. Deoptimization events (0 events):
  283. No events
  284.  
  285. Internal exceptions (10 events):
  286. Event: 106.441 Thread 0x04b54400 Threw 0x2457b720 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
  287. Event: 106.441 Thread 0x04b54400 Threw 0x2457bd98 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
  288. Event: 106.441 Thread 0x04b54400 Threw 0x2457c030 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
  289. Event: 106.441 Thread 0x04b54400 Threw 0x2457c298 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
  290. Event: 106.441 Thread 0x04b54400 Threw 0x2457c910 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
  291. Event: 106.441 Thread 0x04b54400 Threw 0x2457cba8 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
  292. Event: 106.441 Thread 0x04b54400 Threw 0x2457ce10 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
  293. Event: 106.441 Thread 0x04b54400 Threw 0x2457d128 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
  294. Event: 106.442 Thread 0x04b54400 Threw 0x2457d3c0 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
  295. Event: 106.442 Thread 0x04b54400 Threw 0x2457d628 at C:\jdk7u2_32P\jdk7u17\hotspot\src\share\vm\prims\jni.cpp:716
  296.  
  297. Events (10 events):
  298. Event: 185.405 Executing VM operation: GenCollectForAllocation
  299. Event: 185.410 Executing VM operation: GenCollectForAllocation done
  300. Event: 191.096 Executing VM operation: GenCollectForAllocation
  301. Event: 191.101 Executing VM operation: GenCollectForAllocation done
  302. Event: 197.037 Executing VM operation: GenCollectForAllocation
  303. Event: 197.040 Executing VM operation: GenCollectForAllocation done
  304. Event: 202.770 Executing VM operation: GenCollectForAllocation
  305. Event: 202.772 Executing VM operation: GenCollectForAllocation done
  306. Event: 208.481 Executing VM operation: GenCollectForAllocation
  307. Event: 208.483 Executing VM operation: GenCollectForAllocation done
  308.  
  309.  
  310. Dynamic libraries:
  311. 0x00ba0000 - 0x00bcf000 C:\Windows\SysWOW64\javaw.exe
  312. 0x771c0000 - 0x77340000 C:\Windows\SysWOW64\ntdll.dll
  313. 0x76390000 - 0x764a0000 C:\Windows\syswow64\kernel32.dll
  314. 0x76570000 - 0x765b7000 C:\Windows\syswow64\KERNELBASE.dll
  315. 0x75100000 - 0x751a0000 C:\Windows\syswow64\ADVAPI32.dll
  316. 0x75e20000 - 0x75ecc000 C:\Windows\syswow64\msvcrt.dll
  317. 0x765e0000 - 0x765f9000 C:\Windows\SysWOW64\sechost.dll
  318. 0x74ad0000 - 0x74bc0000 C:\Windows\syswow64\RPCRT4.dll
  319. 0x748a0000 - 0x74900000 C:\Windows\syswow64\SspiCli.dll
  320. 0x74890000 - 0x7489c000 C:\Windows\syswow64\CRYPTBASE.dll
  321. 0x74c00000 - 0x74d00000 C:\Windows\syswow64\USER32.dll
  322. 0x74f40000 - 0x74fd0000 C:\Windows\syswow64\GDI32.dll
  323. 0x74900000 - 0x7490a000 C:\Windows\syswow64\LPK.dll
  324. 0x74910000 - 0x749ad000 C:\Windows\syswow64\USP10.dll
  325. 0x727d0000 - 0x7296e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
  326. 0x76330000 - 0x76387000 C:\Windows\syswow64\SHLWAPI.dll
  327. 0x76090000 - 0x760f0000 C:\Windows\system32\IMM32.DLL
  328. 0x767a0000 - 0x7686c000 C:\Windows\syswow64\MSCTF.dll
  329. 0x68d80000 - 0x68e3e000 C:\Program Files (x86)\Java\jre7\bin\msvcr100.dll
  330. 0x68a30000 - 0x68d7c000 C:\Program Files (x86)\Java\jre7\bin\client\jvm.dll
  331. 0x72530000 - 0x72537000 C:\Windows\SysWOW64\WSOCK32.dll
  332. 0x762e0000 - 0x76315000 C:\Windows\syswow64\WS2_32.dll
  333. 0x76320000 - 0x76326000 C:\Windows\syswow64\NSI.dll
  334. 0x71bd0000 - 0x71c02000 C:\Windows\SysWOW64\WINMM.dll
  335. 0x75090000 - 0x75095000 C:\Windows\syswow64\PSAPI.DLL
  336. 0x73260000 - 0x7326c000 C:\Program Files (x86)\Java\jre7\bin\verify.dll
  337. 0x73230000 - 0x73250000 C:\Program Files (x86)\Java\jre7\bin\java.dll
  338. 0x73210000 - 0x73223000 C:\Program Files (x86)\Java\jre7\bin\zip.dll
  339. 0x688e0000 - 0x68a22000 C:\Program Files (x86)\Java\jre7\bin\awt.dll
  340. 0x76870000 - 0x768ff000 C:\Windows\syswow64\OLEAUT32.dll
  341. 0x76180000 - 0x762dc000 C:\Windows\syswow64\ole32.dll
  342. 0x72fc0000 - 0x73040000 C:\Windows\system32\uxtheme.dll
  343. 0x730a0000 - 0x730b3000 C:\Windows\SysWOW64\dwmapi.dll
  344. 0x71fb0000 - 0x72173000 C:\Windows\system32\d3d9.dll
  345. 0x72fa0000 - 0x72fa9000 C:\Windows\SysWOW64\VERSION.dll
  346. 0x71fa0000 - 0x71fa6000 C:\Windows\SysWOW64\d3d8thk.dll
  347. 0x71e30000 - 0x71f16000 C:\Windows\SysWOW64\aticfx32.dll
  348. 0x73d70000 - 0x73d7b000 C:\Windows\SysWOW64\atiu9pag.dll
  349. 0x6fcd0000 - 0x702ce000 C:\Windows\SysWOW64\atiumdag.dll
  350. 0x73730000 - 0x73bc2000 C:\Windows\SysWOW64\atiumdva.dll
  351. 0x690b0000 - 0x690da000 C:\Program Files (x86)\Java\jre7\bin\fontmanager.dll
  352. 0x10000000 - 0x1004d000 C:\Users\netbook\Desktop\MultiWiiConf\application.windows32\jogl.dll
  353. 0x6c920000 - 0x6c9e8000 C:\Windows\SysWOW64\OPENGL32.dll
  354. 0x73280000 - 0x732a2000 C:\Windows\SysWOW64\GLU32.dll
  355. 0x730c0000 - 0x731a7000 C:\Windows\SysWOW64\DDRAW.dll
  356. 0x732b0000 - 0x732b6000 C:\Windows\SysWOW64\DCIMAN32.dll
  357. 0x76600000 - 0x7679d000 C:\Windows\syswow64\SETUPAPI.dll
  358. 0x74bd0000 - 0x74bf7000 C:\Windows\syswow64\CFGMGR32.dll
  359. 0x765c0000 - 0x765d2000 C:\Windows\syswow64\DEVOBJ.dll
  360. 0x73200000 - 0x73206000 C:\Program Files (x86)\Java\jre7\bin\jawt.dll
  361. 0x00930000 - 0x00935000 C:\Users\netbook\Desktop\MultiWiiConf\application.windows32\jogl_awt.dll
  362. 0x73270000 - 0x73277000 C:\Windows\SysWOW64\atiglpxx.dll
  363. 0x09740000 - 0x0aa65000 C:\Windows\SysWOW64\atioglxx.dll
  364. 0x68e80000 - 0x68ee2000 C:\Windows\SysWOW64\atiadlxy.dll
  365. 0x751d0000 - 0x75e1a000 C:\Windows\syswow64\SHELL32.dll
  366. 0x72c30000 - 0x72c47000 C:\Windows\SysWOW64\USERENV.dll
  367. 0x72c20000 - 0x72c2b000 C:\Windows\SysWOW64\profapi.dll
  368. 0x72c50000 - 0x72c5d000 C:\Windows\SysWOW64\WTSAPI32.dll
  369. 0x75060000 - 0x7508d000 C:\Windows\syswow64\WINTRUST.dll
  370. 0x74d00000 - 0x74e1e000 C:\Windows\syswow64\CRYPT32.dll
  371. 0x77190000 - 0x7719c000 C:\Windows\syswow64\MSASN1.dll
  372. 0x73250000 - 0x7325b000 C:\Windows\SysWOW64\atigktxx.dll
  373. 0x68e60000 - 0x68e74000 C:\Program Files (x86)\Java\jre7\bin\net.dll
  374. 0x72350000 - 0x7238c000 C:\Windows\system32\mswsock.dll
  375. 0x716a0000 - 0x716a6000 C:\Windows\System32\wship6.dll
  376. 0x731e0000 - 0x731ee000 C:\Program Files (x86)\Java\jre7\bin\nio.dll
  377. 0x688a0000 - 0x688d1000 C:\Program Files (x86)\Java\jre7\bin\t2k.dll
  378. 0x71080000 - 0x71096000 C:\Users\netbook\Desktop\MultiWiiConf\application.windows32\rxtxSerial.dll
  379. 0x6c740000 - 0x6c82b000 C:\Windows\SysWOW64\dbghelp.dll
  380.  
  381. VM Arguments:
  382. java_command: MultiWiiConf
  383. Launcher Type: SUN_STANDARD
  384.  
  385. Environment Variables:
  386. CLASSPATH=C:\Users\netbook\Desktop\MultiWiiConf\application.windows32\lib\MultiWiiConf.jar;C:\Users\netbook\Desktop\MultiWiiConf\application.windows32\lib\core.jar;C:\Users\netbook\Desktop\MultiWiiConf\application.windows32\lib\RXTXcomm.jar;C:\Users\netbook\Desktop\MultiWiiConf\application.windows32\lib\serial.jar;C:\Users\netbook\Desktop\MultiWiiConf\application.windows32\lib\controlP5.jar;C:\Users\netbook\Desktop\MultiWiiConf\application.windows32\lib\gluegen-rt.jar;C:\Users\netbook\Desktop\MultiWiiConf\application.windows32\lib\jogl.jar;C:\Users\netbook\Desktop\MultiWiiConf\application.windows32\lib\opengl.jar
  387. PATH=C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\PHP;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Broadcom\Broadcom 802.11 Network Adapter\Driver;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\GTK2-Runtime\bin;C:\Program Files (x86)\OpenVPN\bin
  388. USERNAME=netbook
  389. OS=Windows_NT
  390. PROCESSOR_IDENTIFIER=AMD64 Family 16 Model 6 Stepping 3, AuthenticAMD
  391.  
  392.  
  393.  
  394. --------------- S Y S T E M ---------------
  395.  
  396. OS: Windows 7 , 64 bit Build 7601 Service Pack 1
  397.  
  398. CPU:total 1 (1 cores per cpu, 1 threads per core) family 16 model 6 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, popcnt, mmxext, 3dnowpref, lzcnt, tsc, tscinvbit, tscinv
  399.  
  400. Memory: 4k page, physical 1833136k(666876k free), swap 3666272k(1644092k free)
  401.  
  402. vm_info: Java HotSpot(TM) Client VM (23.7-b01) for windows-x86 JRE (1.7.0_17-b02), built on Mar 1 2013 05:04:36 by "java_re" with unknown MS VC++:1600
  403.  
  404. time: Sun Mar 10 20:01:05 2013
  405. elapsed time: 213 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement