Advertisement
Guest User

Untitled

a guest
Oct 19th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.50 KB | None | 0 0
  1.  
  2. #
  3. # A fatal error has been detected by the Java Runtime Environment:
  4. #
  5. # SIGSEGV (0xb) at pc=0xb57f3ddd, pid=4774, tid=3078609776
  6. #
  7. # JRE version: 7.0_07-b10
  8. # Java VM: Java HotSpot(TM) Client VM (23.3-b01 mixed mode linux-x86 )
  9. # Problematic frame:
  10. # v ~BufferBlob::jni_fast_GetLongField
  11. #
  12. # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  13. #
  14. # If you would like to submit a bug report, please visit:
  15. # http://bugreport.sun.com/bugreport/crash.jsp
  16. # The crash happened outside the Java Virtual Machine in native code.
  17. # See problematic frame for where to report the bug.
  18. #
  19.  
  20. --------------- T H R E A D ---------------
  21.  
  22. Current thread (0x09e03000): JavaThread "main" [_thread_in_native, id=4781, stack(0xb77ad000,0xb77fe000)]
  23.  
  24. siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000000
  25.  
  26. Registers:
  27. EAX=0x00000000, EBX=0x011bf5c0, ECX=0x00000000, EDX=0x00000000
  28. ESP=0xb77fcdb8, EBP=0xb77fcde8, ESI=0x00000022, EDI=0x00000000
  29. EIP=0xb57f3ddd, EFLAGS=0x00010246, CR2=0x00000000
  30.  
  31. Top of Stack: (sp=0xb77fcdb8)
  32. 0xb77fcdb8: 09e03128 00f4194f 09e03128 00000000
  33. 0xb77fcdc8: 00000022 00000000 011bf5c0 b77fd104
  34. 0xb77fcdd8: 09e01778 00462ff4 09e03128 09e039d4
  35. 0xb77fcde8: b77fce28 00457877 09e03128 00000000
  36. 0xb77fcdf8: b57af9c8 00000000 b77fceac b77fce80
  37. 0xb77fce08: 09e03000 a1483e68 b1abb5c8 b1abb5c8
  38. 0xb77fce18: 09e03000 b1abb5c8 b1abb5c8 09e03000
  39. 0xb77fce28: b77fce6c b57b784d 09e03128 b77fce74
  40.  
  41. Instructions: (pc=0xb57f3ddd)
  42. 0xb57f3dbd: 00 00 00 56 8b 0d 68 93 1d 01 f6 c1 01 0f 85 30
  43. 0xb57f3dcd: 00 00 00 8b c1 83 e0 01 8b 54 04 0c 8b 74 24 10
  44. 0xb57f3ddd: 8b 12 c1 ee 02 8b 04 32 8b 54 32 04 be 68 93 1d
  45. 0xb57f3ded: 01 33 f2 33 f0 33 f2 33 f0 3b 0e 0f 85 02 00 00
  46.  
  47. Register to memory mapping:
  48.  
  49. EAX=0x00000000 is an unknown value
  50. EBX=0x011bf5c0: <offset 0x5205c0> in /usr/lib/jvm/jdk1.7.0/jre/lib/i386/client/libjvm.so at 0x00c9f000
  51. ECX=0x00000000 is an unknown value
  52. EDX=0x00000000 is an unknown value
  53. ESP=0xb77fcdb8 is pointing into the stack for thread: 0x09e03000
  54. EBP=0xb77fcde8 is pointing into the stack for thread: 0x09e03000
  55. ESI=0x00000022 is an unknown value
  56. EDI=0x00000000 is an unknown value
  57.  
  58.  
  59. Stack: [0xb77ad000,0xb77fe000], sp=0xb77fcdb8, free space=319k
  60. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  61. v ~BufferBlob::jni_fast_GetLongField
  62. C [liblwjgl.so+0x50877] Java_org_lwjgl_opengl_LinuxContextImplementation_nSetSwapInterval+0x47
  63. j org.lwjgl.opengl.LinuxContextImplementation.nSetSwapInterval(Ljava/nio/ByteBuffer;I)V+0
  64. j org.lwjgl.opengl.LinuxContextImplementation.setSwapInterval(I)V+30
  65. j org.lwjgl.opengl.ContextGL.setSwapInterval(I)V+4
  66. j org.lwjgl.opengl.DrawableGL.setSwapInterval(I)V+1
  67. j org.lwjgl.opengl.Display.setSwapInterval(I)V+22
  68. j org.lwjgl.opengl.Display.makeCurrentAndSetSwapInterval()V+43
  69. j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+108
  70. j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+12
  71. j org.lwjgl.opengl.Display.create()V+7
  72. j cz.witzany.gamev2.StartClient.main([Ljava/lang/String;)V+186
  73. v ~StubRoutines::call_stub
  74. V [libjvm.so+0x27dd65] JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x315
  75. V [libjvm.so+0x3a27d9] os::os_exception_wrapper(void (*)(JavaValue*, methodHandle*, JavaCallArguments*, Thread*), JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x19
  76. V [libjvm.so+0x27cb7f] JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*)+0x2f
  77. V [libjvm.so+0x29062a] jni_invoke_static(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*)+0x23a
  78. V [libjvm.so+0x29ae9b] jni_CallStaticVoidMethod+0xbb
  79. C [libjli.so+0x3384] JavaMain+0x9c4
  80. C [libpthread.so.0+0x5e99] start_thread+0xd9
  81.  
  82. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  83. j org.lwjgl.opengl.LinuxContextImplementation.nSetSwapInterval(Ljava/nio/ByteBuffer;I)V+0
  84. j org.lwjgl.opengl.LinuxContextImplementation.setSwapInterval(I)V+30
  85. j org.lwjgl.opengl.ContextGL.setSwapInterval(I)V+4
  86. j org.lwjgl.opengl.DrawableGL.setSwapInterval(I)V+1
  87. j org.lwjgl.opengl.Display.setSwapInterval(I)V+22
  88. j org.lwjgl.opengl.Display.makeCurrentAndSetSwapInterval()V+43
  89. j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;Lorg/lwjgl/opengl/Drawable;Lorg/lwjgl/opengl/ContextAttribs;)V+108
  90. j org.lwjgl.opengl.Display.create(Lorg/lwjgl/opengl/PixelFormat;)V+12
  91. j org.lwjgl.opengl.Display.create()V+7
  92. j cz.witzany.gamev2.StartClient.main([Ljava/lang/String;)V+186
  93. v ~StubRoutines::call_stub
  94.  
  95. --------------- P R O C E S S ---------------
  96.  
  97. Java Threads: ( => current thread )
  98. 0xa1430800 JavaThread "process reaper" daemon [_thread_blocked, id=4792, stack(0xa1b27000,0xa1b36000)]
  99. 0xa141f400 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=4790, stack(0xa1569000,0xa15ba000)]
  100. 0xa1af8c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4789, stack(0xa15ba000,0xa160b000)]
  101. 0xa1a03c00 JavaThread "Service Thread" daemon [_thread_blocked, id=4787, stack(0xa168c000,0xa16dd000)]
  102. 0x09ebc400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=4786, stack(0xa16dd000,0xa175e000)]
  103. 0x09eba800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4785, stack(0xa175e000,0xa17af000)]
  104. 0x09e80000 JavaThread "Finalizer" daemon [_thread_blocked, id=4784, stack(0xa19af000,0xa1a00000)]
  105. 0x09e7e400 JavaThread "Reference Handler" daemon [_thread_blocked, id=4783, stack(0xa1b36000,0xa1b87000)]
  106. =>0x09e03000 JavaThread "main" [_thread_in_native, id=4781, stack(0xb77ad000,0xb77fe000)]
  107.  
  108. Other Threads:
  109. 0x09e78800 VMThread [stack: 0xa1b87000,0xa1c08000] [id=4782]
  110. 0xa1a0e400 WatcherThread [stack: 0xa160b000,0xa168c000] [id=4788]
  111.  
  112. VM state:not at safepoint (normal execution)
  113.  
  114. VM Mutex/Monitor currently owned by a thread: None
  115.  
  116. Heap
  117. def new generation total 4736K, used 3682K [0xa1f20000, 0xa2440000, 0xa71c0000)
  118. eden space 4224K, 87% used [0xa1f20000, 0xa22b8a90, 0xa2340000)
  119. from space 512K, 0% used [0xa2340000, 0xa2340000, 0xa23c0000)
  120. to space 512K, 0% used [0xa23c0000, 0xa23c0000, 0xa2440000)
  121. tenured generation total 10624K, used 0K [0xa71c0000, 0xa7c20000, 0xb1720000)
  122. the space 10624K, 0% used [0xa71c0000, 0xa71c0000, 0xa71c0200, 0xa7c20000)
  123. compacting perm gen total 12288K, used 4085K [0xb1720000, 0xb2320000, 0xb5720000)
  124. the space 12288K, 33% used [0xb1720000, 0xb1b1d448, 0xb1b1d600, 0xb2320000)
  125. No shared spaces configured.
  126.  
  127. Card table byte_map: [0xa1e83000,0xa1f20000] byte_map_base: 0xa1973700
  128.  
  129. Polling page: 0xb7818000
  130.  
  131. Code Cache [0xb57ad000, 0xb585d000, 0xb77ad000)
  132. total_blobs=300 nmethods=46 adapters=189 free_code_cache=32082Kb largest_free_block=32852352
  133.  
  134. Compilation events (10 events):
  135. Event: 2.370 Thread 0x09ebc400 42 java.nio.Buffer::position (43 bytes)
  136. Event: 2.370 Thread 0x09ebc400 nmethod 42 0xb58574c8 code [0xb58575d0, 0xb58576dc]
  137. Event: 2.373 Thread 0x09ebc400 43 java.nio.Bits::byteOrder (20 bytes)
  138. Event: 2.373 Thread 0x09ebc400 nmethod 43 0xb5857748 code [0xb5857840, 0xb58578b0]
  139. Event: 2.374 Thread 0x09ebc400 44 java.util.HashMap::hash (59 bytes)
  140. Event: 2.375 Thread 0x09ebc400 nmethod 44 0xb5857908 code [0xb5857a20, 0xb5857b98]
  141. Event: 2.378 Thread 0x09ebc400 45 org.lwjgl.MemoryUtil$CharSequenceNT::length (12 bytes)
  142. Event: 2.378 Thread 0x09ebc400 nmethod 45 0xb5857cc8 code [0xb5857dd0, 0xb5857e6c]
  143. Event: 2.406 Thread 0x09ebc400 46 java.util.HashMap::getEntry (77 bytes)
  144. Event: 2.408 Thread 0x09ebc400 nmethod 46 0xb5857ec8 code [0xb5857fe0, 0xb5858158]
  145.  
  146. GC Heap History (0 events):
  147. No events
  148.  
  149. Deoptimization events (0 events):
  150. No events
  151.  
  152. Internal exceptions (10 events):
  153. Event: 2.258 Thread 0x09e03000 Threw 0xa220f0b8 at /HUDSON/workspace/jdk7u7-2-build-linux-i586-product/jdk7u7/hotspot/src/share/vm/prims/jvm.cpp:1166
  154. Event: 2.261 Thread 0x09e03000 Threw 0xa2214458 at /HUDSON/workspace/jdk7u7-2-build-linux-i586-product/jdk7u7/hotspot/src/share/vm/prims/jvm.cpp:1166
  155. Event: 2.263 Thread 0x09e03000 Threw 0xa2217b80 at /HUDSON/workspace/jdk7u7-2-build-linux-i586-product/jdk7u7/hotspot/src/share/vm/prims/jvm.cpp:1166
  156. Event: 2.265 Thread 0x09e03000 Threw 0xa221b200 at /HUDSON/workspace/jdk7u7-2-build-linux-i586-product/jdk7u7/hotspot/src/share/vm/prims/jvm.cpp:1166
  157. Event: 2.268 Thread 0x09e03000 Threw 0xa221d9e0 at /HUDSON/workspace/jdk7u7-2-build-linux-i586-product/jdk7u7/hotspot/src/share/vm/prims/jvm.cpp:1166
  158. Event: 2.270 Thread 0x09e03000 Threw 0xa2223d38 at /HUDSON/workspace/jdk7u7-2-build-linux-i586-product/jdk7u7/hotspot/src/share/vm/prims/jvm.cpp:1166
  159. Event: 2.274 Thread 0x09e03000 Threw 0xa2227458 at /HUDSON/workspace/jdk7u7-2-build-linux-i586-product/jdk7u7/hotspot/src/share/vm/prims/jvm.cpp:1166
  160. Event: 2.308 Thread 0x09e03000 Threw 0xa22326f0 at /HUDSON/workspace/jdk7u7-2-build-linux-i586-product/jdk7u7/hotspot/src/share/vm/prims/jvm.cpp:1166
  161. Event: 2.409 Thread 0x09e03000 Threw 0xa22ac2b0 at /HUDSON/workspace/jdk7u7-2-build-linux-i586-product/jdk7u7/hotspot/src/share/vm/prims/jvm.cpp:1166
  162. Event: 2.413 Thread 0x09e03000 Threw 0xa22af9d8 at /HUDSON/workspace/jdk7u7-2-build-linux-i586-product/jdk7u7/hotspot/src/share/vm/prims/jvm.cpp:1166
  163.  
  164. Events (10 events):
  165. Event: 2.272 loading class 0x09e9ddf0
  166. Event: 2.273 loading class 0x09e9ddf0 done
  167. Event: 2.274 loading class 0xa1a8cb68
  168. Event: 2.274 loading class 0xa1a8cb68 done
  169. Event: 2.307 loading class 0x9ff9fe90
  170. Event: 2.308 loading class 0x9ff9fe90 done
  171. Event: 2.409 loading class 0x9ff93b90
  172. Event: 2.409 loading class 0x9ff93b90 done
  173. Event: 2.412 loading class 0xa1a87b50
  174. Event: 2.412 loading class 0xa1a87b50 done
  175.  
  176.  
  177. Dynamic libraries:
  178. 00110000-00134000 r-xp 00000000 08:01 14288203 /lib/i386-linux-gnu/libm-2.13.so
  179. 00134000-00135000 r--p 00023000 08:01 14288203 /lib/i386-linux-gnu/libm-2.13.so
  180. 00135000-00136000 rw-p 00024000 08:01 14288203 /lib/i386-linux-gnu/libm-2.13.so
  181. 00136000-0013e000 r-xp 00000000 08:01 6303006 /usr/lib/i386-linux-gnu/libXrender.so.1.3.0
  182. 0013e000-0013f000 r--p 00007000 08:01 6303006 /usr/lib/i386-linux-gnu/libXrender.so.1.3.0
  183. 0013f000-00140000 rw-p 00008000 08:01 6303006 /usr/lib/i386-linux-gnu/libXrender.so.1.3.0
  184. 00140000-00142000 r-xp 00000000 08:01 6298038 /usr/lib/i386-linux-gnu/libXau.so.6.0.0
  185. 00142000-00143000 r--p 00001000 08:01 6298038 /usr/lib/i386-linux-gnu/libXau.so.6.0.0
  186. 00143000-00144000 rw-p 00002000 08:01 6298038 /usr/lib/i386-linux-gnu/libXau.so.6.0.0
  187. 00144000-00148000 r-xp 00000000 08:01 6303002 /usr/lib/i386-linux-gnu/libXfixes.so.3.1.0
  188. 00148000-00149000 r--p 00003000 08:01 6303002 /usr/lib/i386-linux-gnu/libXfixes.so.3.1.0
  189. 00149000-0014a000 rw-p 00004000 08:01 6303002 /usr/lib/i386-linux-gnu/libXfixes.so.3.1.0
  190. 0014a000-0014c000 r-xp 00000000 08:01 14288202 /lib/i386-linux-gnu/libdl-2.13.so
  191. 0014c000-0014d000 r--p 00001000 08:01 14288202 /lib/i386-linux-gnu/libdl-2.13.so
  192. 0014d000-0014e000 rw-p 00002000 08:01 14288202 /lib/i386-linux-gnu/libdl-2.13.so
  193. 0014e000-002aa000 r-xp 00000000 08:01 14288199 /lib/i386-linux-gnu/libc-2.13.so
  194. 002aa000-002ac000 r--p 0015c000 08:01 14288199 /lib/i386-linux-gnu/libc-2.13.so
  195. 002ac000-002ad000 rw-p 0015e000 08:01 14288199 /lib/i386-linux-gnu/libc-2.13.so
  196. 002ad000-002b0000 rw-p 00000000 00:00 0
  197. 002b0000-002c3000 r-xp 00000000 08:01 14288205 /lib/i386-linux-gnu/libnsl-2.13.so
  198. 002c3000-002c4000 r--p 00012000 08:01 14288205 /lib/i386-linux-gnu/libnsl-2.13.so
  199. 002c4000-002c5000 rw-p 00013000 08:01 14288205 /lib/i386-linux-gnu/libnsl-2.13.so
  200. 002c5000-002c7000 rw-p 00000000 00:00 0
  201. 002c7000-0034d000 r-xp 00000000 08:01 10093439 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/libawt.so
  202. 0034d000-00354000 rw-p 00086000 08:01 10093439 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/libawt.so
  203. 00354000-00378000 rw-p 00000000 00:00 0
  204. 00378000-003c1000 r-xp 00000000 08:01 10093443 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/xawt/libmawt.so
  205. 003c1000-003c4000 rw-p 00048000 08:01 10093443 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/xawt/libmawt.so
  206. 003c4000-003c5000 r-xp 00000000 08:01 10093485 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/libjawt.so
  207. 003c5000-003c6000 rw-p 00000000 08:01 10093485 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/libjawt.so
  208. 003c6000-003cd000 r-xp 00000000 08:01 14288215 /lib/i386-linux-gnu/librt-2.13.so
  209. 003cd000-003ce000 r--p 00006000 08:01 14288215 /lib/i386-linux-gnu/librt-2.13.so
  210. 003ce000-003cf000 rw-p 00007000 08:01 14288215 /lib/i386-linux-gnu/librt-2.13.so
  211. 003cf000-003e6000 r-xp 00000000 08:01 6298048 /usr/lib/i386-linux-gnu/libxcb.so.1.1.0
  212. 003e6000-003e7000 r--p 00016000 08:01 6298048 /usr/lib/i386-linux-gnu/libxcb.so.1.1.0
  213. 003e7000-003e8000 rw-p 00017000 08:01 6298048 /usr/lib/i386-linux-gnu/libxcb.so.1.1.0
  214. 003e8000-003f0000 r-xp 00000000 08:01 6295709 /usr/lib/i386-linux-gnu/libXcursor.so.1.0.2
  215. 003f0000-003f1000 r--p 00007000 08:01 6295709 /usr/lib/i386-linux-gnu/libXcursor.so.1.0.2
  216. 003f1000-003f2000 rw-p 00008000 08:01 6295709 /usr/lib/i386-linux-gnu/libXcursor.so.1.0.2
  217. 003f2000-003f4000 r-xp 00000000 08:01 6303091 /usr/lib/i386-linux-gnu/libXdamage.so.1.1.0
  218. 003f4000-003f5000 r--p 00001000 08:01 6303091 /usr/lib/i386-linux-gnu/libXdamage.so.1.1.0
  219. 003f5000-003f6000 rw-p 00002000 08:01 6303091 /usr/lib/i386-linux-gnu/libXdamage.so.1.1.0
  220. 003f6000-003fa000 r-xp 00000000 08:01 6303095 /usr/lib/i386-linux-gnu/libXxf86vm.so.1.0.0
  221. 003fa000-003fb000 r--p 00003000 08:01 6303095 /usr/lib/i386-linux-gnu/libXxf86vm.so.1.0.0
  222. 003fb000-003fc000 rw-p 00004000 08:01 6303095 /usr/lib/i386-linux-gnu/libXxf86vm.so.1.0.0
  223. 003fc000-003fd000 rwxp 00000000 00:00 0
  224. 00401000-00405000 r-xp 00000000 08:01 6163157 /usr/lib/libXtst.so.6.1.0
  225. 00405000-00406000 r--p 00003000 08:01 6163157 /usr/lib/libXtst.so.6.1.0
  226. 00406000-00407000 rw-p 00004000 08:01 6163157 /usr/lib/libXtst.so.6.1.0
  227. 00407000-00462000 r-xp 00000000 08:01 11404494 /home/tommassino/Programming/workspace/adventure/native/liblwjgl.so
  228. 00462000-00463000 r--p 0005a000 08:01 11404494 /home/tommassino/Programming/workspace/adventure/native/liblwjgl.so
  229. 00463000-00464000 rw-p 0005b000 08:01 11404494 /home/tommassino/Programming/workspace/adventure/native/liblwjgl.so
  230. 00464000-004ad000 r-xp 00000000 08:01 6161444 /usr/lib/mesa/libGL.so.1.2
  231. 004ad000-004ae000 ---p 00049000 08:01 6161444 /usr/lib/mesa/libGL.so.1.2
  232. 004ae000-004b3000 r--p 00049000 08:01 6161444 /usr/lib/mesa/libGL.so.1.2
  233. 004b3000-004b9000 rwxp 0004e000 08:01 6161444 /usr/lib/mesa/libGL.so.1.2
  234. 004b9000-004ba000 rwxp 00000000 00:00 0
  235. 004ba000-004c3000 r-xp 00000000 08:01 14288323 /lib/i386-linux-gnu/libdrm_intel.so.1.0.0
  236. 004c3000-004c4000 r--p 00008000 08:01 14288323 /lib/i386-linux-gnu/libdrm_intel.so.1.0.0
  237. 004c4000-004c5000 rw-p 00009000 08:01 14288323 /lib/i386-linux-gnu/libdrm_intel.so.1.0.0
  238. 004d5000-004ec000 r-xp 00000000 08:01 10093500 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/libzip.so
  239. 004ec000-004ed000 rw-p 00017000 08:01 10093500 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/libzip.so
  240. 004ed000-00603000 r-xp 00000000 08:01 6298052 /usr/lib/i386-linux-gnu/libX11.so.6.3.0
  241. 00603000-00604000 ---p 00116000 08:01 6298052 /usr/lib/i386-linux-gnu/libX11.so.6.3.0
  242. 00604000-00605000 r--p 00116000 08:01 6298052 /usr/lib/i386-linux-gnu/libX11.so.6.3.0
  243. 00605000-00607000 rw-p 00117000 08:01 6298052 /usr/lib/i386-linux-gnu/libX11.so.6.3.0
  244. 00607000-00608000 rw-p 00000000 00:00 0
  245. 00618000-00619000 r-xp 00000000 00:00 0 [vdso]
  246. 00628000-00632000 r-xp 00000000 08:01 14288208 /lib/i386-linux-gnu/libnss_files-2.13.so
  247. 00632000-00633000 r--p 00009000 08:01 14288208 /lib/i386-linux-gnu/libnss_files-2.13.so
  248. 00633000-00634000 rw-p 0000a000 08:01 14288208 /lib/i386-linux-gnu/libnss_files-2.13.so
  249. 00634000-0064e000 r-xp 00000000 08:01 14288239 /lib/i386-linux-gnu/libgcc_s.so.1
  250. 0064e000-0064f000 r--p 00019000 08:01 14288239 /lib/i386-linux-gnu/libgcc_s.so.1
  251. 0064f000-00650000 rw-p 0001a000 08:01 14288239 /lib/i386-linux-gnu/libgcc_s.so.1
  252. 00654000-00677000 r-xp 00000000 08:01 10093462 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/libjava.so
  253. 00677000-00678000 rw-p 00023000 08:01 10093462 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/libjava.so
  254. 00678000-0069e000 r-xp 00000000 08:01 14288301 /lib/i386-linux-gnu/libexpat.so.1.5.2
  255. 0069e000-0069f000 ---p 00026000 08:01 14288301 /lib/i386-linux-gnu/libexpat.so.1.5.2
  256. 0069f000-006a1000 r--p 00026000 08:01 14288301 /lib/i386-linux-gnu/libexpat.so.1.5.2
  257. 006a1000-006a2000 rw-p 00028000 08:01 14288301 /lib/i386-linux-gnu/libexpat.so.1.5.2
  258. 006b9000-0071d000 r-xp 00000000 08:01 6161142 /usr/lib/dri/i915_dri.so
  259. 0071d000-0071f000 r--p 00064000 08:01 6161142 /usr/lib/dri/i915_dri.so
  260. 0071f000-00720000 rw-p 00066000 08:01 6161142 /usr/lib/dri/i915_dri.so
  261. 0074d000-00758000 r-xp 00000000 08:01 10093444 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/libverify.so
  262. 00758000-00759000 rw-p 0000b000 08:01 10093444 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/libverify.so
  263. 0079d000-007a3000 r-xp 00000000 08:01 6296013 /usr/lib/i386-linux-gnu/libXrandr.so.2.2.0
  264. 007a3000-007a4000 r--p 00005000 08:01 6296013 /usr/lib/i386-linux-gnu/libXrandr.so.2.2.0
  265. 007a4000-007a5000 rw-p 00006000 08:01 6296013 /usr/lib/i386-linux-gnu/libXrandr.so.2.2.0
  266. 007e1000-007e9000 r-xp 00000000 08:01 14288321 /lib/i386-linux-gnu/libdrm.so.2.4.0
  267. 007e9000-007ea000 r--p 00007000 08:01 14288321 /lib/i386-linux-gnu/libdrm.so.2.4.0
  268. 007ea000-007eb000 rw-p 00008000 08:01 14288321 /lib/i386-linux-gnu/libdrm.so.2.4.0
  269. 00865000-0086b000 r-xp 00000000 08:01 14288206 /lib/i386-linux-gnu/libnss_compat-2.13.so
  270. 0086b000-0086c000 r--p 00005000 08:01 14288206 /lib/i386-linux-gnu/libnss_compat-2.13.so
  271. 0086c000-0086d000 rw-p 00006000 08:01 14288206 /lib/i386-linux-gnu/libnss_compat-2.13.so
  272. 0086f000-00873000 r-xp 00000000 08:01 6298043 /usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
  273. 00873000-00874000 r--p 00003000 08:01 6298043 /usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
  274. 00874000-00875000 rw-p 00004000 08:01 6298043 /usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0
  275. 00902000-0091e000 r-xp 00000000 08:01 14288196 /lib/i386-linux-gnu/ld-2.13.so
  276. 0091e000-0091f000 r--p 0001b000 08:01 14288196 /lib/i386-linux-gnu/ld-2.13.so
  277. 0091f000-00920000 rw-p 0001c000 08:01 14288196 /lib/i386-linux-gnu/ld-2.13.so
  278. 009c2000-009cf000 r-xp 00000000 08:01 6302663 /usr/lib/i386-linux-gnu/libXi.so.6.1.0
  279. 009cf000-009d0000 r--p 0000c000 08:01 6302663 /usr/lib/i386-linux-gnu/libXi.so.6.1.0
  280. 009d0000-009d1000 rw-p 0000d000 08:01 6302663 /usr/lib/i386-linux-gnu/libXi.so.6.1.0
  281. 00a7c000-00a91000 r-xp 00000000 08:01 14288213 /lib/i386-linux-gnu/libpthread-2.13.so
  282. 00a91000-00a92000 r--p 00015000 08:01 14288213 /lib/i386-linux-gnu/libpthread-2.13.so
  283. 00a92000-00a93000 rw-p 00016000 08:01 14288213 /lib/i386-linux-gnu/libpthread-2.13.so
  284. 00a93000-00a95000 rw-p 00000000 00:00 0
  285. 00a95000-00b74000 r-xp 00000000 08:01 6293084 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.14
  286. 00b74000-00b78000 r--p 000de000 08:01 6293084 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.14
  287. 00b78000-00b79000 rw-p 000e2000 08:01 6293084 /usr/lib/i386-linux-gnu/libstdc++.so.6.0.14
  288. 00b79000-00b80000 rw-p 00000000 00:00 0
  289. 00c1f000-00c28000 r-xp 00000000 08:01 14288210 /lib/i386-linux-gnu/libnss_nis-2.13.so
  290. 00c28000-00c29000 r--p 00008000 08:01 14288210 /lib/i386-linux-gnu/libnss_nis-2.13.so
  291. 00c29000-00c2a000 rw-p 00009000 08:01 14288210 /lib/i386-linux-gnu/libnss_nis-2.13.so
  292. 00c6e000-00c7b000 r-xp 00000000 08:01 6298056 /usr/lib/i386-linux-gnu/libXext.so.6.4.0
  293. 00c7b000-00c7c000 r--p 0000c000 08:01 6298056 /usr/lib/i386-linux-gnu/libXext.so.6.4.0
  294. 00c7c000-00c7d000 rw-p 0000d000 08:01 6298056 /usr/lib/i386-linux-gnu/libXext.so.6.4.0
  295. 00c8b000-00c9e000 r-xp 00000000 08:01 10093466 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/jli/libjli.so
  296. 00c9e000-00c9f000 rw-p 00012000 08:01 10093466 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/jli/libjli.so
  297. 00c9f000-011b2000 r-xp 00000000 08:01 10093457 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/client/libjvm.so
  298. 011b2000-011cf000 rw-p 00513000 08:01 10093457 /usr/lib/jvm/jdk1.7.0/jre/lib/i386/client/libjvm.so
  299. 011cf000-015ee000 rw-p 00000000 00:00 0
  300. 04d6c000-04f47000 r-xp 00000000 08:01 6161414 /usr/lib/dri/libdricore.so
  301. 04f47000-04f4d000 r--p 001db000 08:01 6161414 /usr/lib/dri/libdricore.so
  302. 04f4d000-04f4f000 rw-p 001e1000 08:01 6161414 /usr/lib/dri/libdricore.so
  303. 04f4f000-04f5f000 rw-p 00000000 00:00 0
  304. 07101000-071eb000 r-xp 00000000 08:01 6161413 /usr/lib/dri/libglsl.so
  305. 071eb000-071ef000 r--p 000ea000 08:01 6161413 /usr/lib/dri/libglsl.so
  306. 071ef000-071f0000 rw-p 000ee000 08:01 6161413 /usr/lib/dri/libglsl.so
  307. 071f0000-071f1000 rw-p 00000000 00:00 0
  308. 08048000-08049000 r-xp 00000000 08:01 10092908 /usr/lib/jvm/jdk1.7.0/bin/java
  309. 08049000-0804a000 rw-p 00000000 08:01 10092908 /usr/lib/jvm/jdk1.7.0/bin/java
  310. 09dfc000-09f08000 rw-p 00000000 00:00 0 [heap]
  311. 9ff00000-9ffbb000 rw-p 00000000 00:00 0
  312. 9ffbb000-a0000000 ---p 00000000 00:00 0
  313. a002f000-a0100000 rw-p 00000000 00:00 0
  314. a0100000-a01fc000 rw-p 00000000 00:00 0
  315. a01fc000-a0200000 ---p 00000000 00:00 0
  316. a0299000-a0400000 rw-p 00000000 00:00 0
  317. a0400000-a04fb000 rw-p 00000000 00:00 0
  318. a04fb000-a0500000 ---p 00000000 00:00 0
  319. a0500000-a05ed000 rw-p 00000000 00:00 0
  320. a05ed000-a0600000 ---p 00000000 00:00 0
  321. a0600000-a06fa000 rw-p 00000000 00:00 0
  322. a06fa000-a0700000 ---p 00000000 00:00 0
  323. a077a000-a1400000 rw-p 00000000 00:00 0
  324. a1400000-a14fe000 rw-p 00000000 00:00 0
  325. a14fe000-a1500000 ---p 00000000 00:00 0
  326. a152f000-a1569000 rw-p 00000000 00:00 0
  327. a1569000-a156c000 ---p 00000000 00:00 0
  328. a156c000-a15ba000 rw-p 00000000 00:00 0
  329. a15ba000-a15bd000 ---p 00000000 00:00 0
  330. a15bd000-a160b000 rw-p 00000000 00:00 0
  331. a160b000-a160c000 ---p 00000000 00:00 0
  332. a160c000-a168c000 rw-p 00000000 00:00 0
  333. a168c000-a168f000 ---p 00000000 00:00 0
  334. a168f000-a16dd000 rw-p 00000000 00:00 0
  335. a16dd000-a16e0000 ---p 00000000 00:00 0
  336. a16e0000-a175e000 rw-p 00000000 00:00 0
  337. a175e000-a1761000 ---p 00000000 00:00 0
  338. a1761000-a17af000 rw-p 00000000 00:00 0
  339. a17af000-a19af000 r--p 00000000 08:01 6160606 /usr/lib/locale/locale-archive
  340. a19af000-a19b2000 ---p 00000000 00:00 0
  341. a19b2000-a1a00000 rw-p 00000000 00:00 0
  342. a1a00000-a1b00000 rw-p 00000000 00:00 0
  343. a1b27000-a1b2a000 ---p 00000000 00:00 0
  344. a1b2a000-a1b36000 rw-p 00000000 00:00 0
  345. a1b36000-a1b39000 ---p 00000000 00:00 0
  346. a1b39000-a1b87000 rw-p 00000000 00:00 0
  347. a1b87000-a1b88000 ---p 00000000 00:00 0
  348. a1b88000-a1c53000 rw-p 00000000 00:00 0
  349. a1c53000-a1e0f000 r--s 039d3000 08:01 10092921 /usr/lib/jvm/jdk1.7.0/jre/lib/rt.jar
  350. a1e0f000-a1e16000 rw-p 00000000 00:00 0
  351. a1e16000-a1e30000 rw-p 00000000 00:00 0
  352. a1e30000-a1e36000 rw-p 00000000 00:00 0
  353. a1e36000-a1e83000 rw-p 00000000 00:00 0
  354. a1e83000-a1e86000 rw-p 00000000 00:00 0
  355. a1e86000-a1eac000 rw-p 00000000 00:00 0
  356. a1eac000-a1eb2000 rw-p 00000000 00:00 0
  357. a1eb2000-a1eff000 rw-p 00000000 00:00 0
  358. a1eff000-a1f05000 rw-p 00000000 00:00 0
  359. a1f05000-a1f1f000 rw-p 00000000 00:00 0
  360. a1f1f000-a2440000 rw-p 00000000 00:00 0
  361. a2440000-a71c0000 rw-p 00000000 00:00 0
  362. a71c0000-a7c20000 rw-p 00000000 00:00 0
  363. a7c20000-b1720000 rw-p 00000000 00:00 0
  364. b1720000-b2320000 rw-p 00000000 00:00 0
  365. b2320000-b5720000 rw-p 00000000 00:00 0
  366. b5720000-b572d000 r--s 000d5000 08:01 11404443 /home/tommassino/Programming/workspace/adventure/adventure_lib/lwjgl.jar
  367. b572d000-b5730000 rw-p 00000000 00:00 0
  368. b5730000-b57ad000 rw-p 00000000 00:00 0
  369. b57ad000-b585d000 rwxp 00000000 00:00 0
  370. b585d000-b77ad000 rw-p 00000000 00:00 0
  371. b77ad000-b77b0000 ---p 00000000 00:00 0
  372. b77b0000-b7801000 rw-p 00000000 00:00 0
  373. b7801000-b7805000 rw-s 1d116000 00:05 2967 /dev/dri/card0
  374. b7805000-b7809000 r--s 00027000 08:01 11404444 /home/tommassino/Programming/workspace/adventure/adventure_lib/lwjgl_util.jar
  375. b7809000-b780e000 r--s 00030000 08:01 11404442 /home/tommassino/Programming/workspace/adventure/adventure_lib/jinput.jar
  376. b780e000-b780f000 r--p 002a1000 08:01 6160606 /usr/lib/locale/locale-archive
  377. b780f000-b7817000 rw-s 00000000 08:01 1441944 /tmp/hsperfdata_root/4774
  378. b7817000-b7818000 rw-p 00000000 00:00 0
  379. b7818000-b7819000 r--p 00000000 00:00 0
  380. b7819000-b781b000 rw-p 00000000 00:00 0
  381. bfe4c000-bfe6d000 rw-p 00000000 00:00 0 [stack]
  382.  
  383. VM Arguments:
  384. jvm_args: -Djava.library.path=native -Dfile.encoding=UTF-8
  385. java_command: cz.witzany.gamev2.StartClient
  386. Launcher Type: SUN_STANDARD
  387.  
  388. Environment Variables:
  389. PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
  390. USERNAME=root
  391. LD_LIBRARY_PATH=/usr/lib/jvm/jdk1.7.0/jre/lib/i386/client:/usr/lib/jvm/jdk1.7.0/jre/lib/i386:/usr/lib/xulrunner-1.9.2.28:/usr/lib/xulrunner-1.9.2.28:/usr/lib/xulrunner-1.9.2.28:/usr/lib/xulrunner-1.9.2.28
  392. SHELL=/bin/bash
  393. DISPLAY=:0
  394.  
  395. Signal Handlers:
  396. SIGSEGV: [libjvm.so+0x4909c0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  397. SIGBUS: [libjvm.so+0x4909c0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  398. SIGFPE: [libjvm.so+0x3a44e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  399. SIGPIPE: [libjvm.so+0x3a44e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  400. SIGXFSZ: [libjvm.so+0x3a44e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  401. SIGILL: [libjvm.so+0x3a44e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  402. SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
  403. SIGUSR2: [libjvm.so+0x3a3dc0], sa_mask[0]=0x00000004, sa_flags=0x10000004
  404. SIGHUP: [libjvm.so+0x3a63b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  405. SIGINT: [libjvm.so+0x3a63b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  406. SIGTERM: [libjvm.so+0x3a63b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  407. SIGQUIT: [libjvm.so+0x3a63b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  408.  
  409.  
  410. --------------- S Y S T E M ---------------
  411.  
  412. OS:squeeze/sid
  413.  
  414. uname:Linux 2.6.38-15-generic #66-Ubuntu SMP Tue Aug 14 17:25:35 UTC 2012 i686
  415. libc:glibc 2.13 NPTL 2.13
  416. rlimit: STACK 8192k, CORE 0k, NPROC infinity, NOFILE 4096, AS infinity
  417. load average:0.67 0.40 0.30
  418.  
  419. /proc/meminfo:
  420. MemTotal: 1014440 kB
  421. MemFree: 37092 kB
  422. Buffers: 5688 kB
  423. Cached: 278980 kB
  424. SwapCached: 136516 kB
  425. Active: 422640 kB
  426. Inactive: 489620 kB
  427. Active(anon): 317916 kB
  428. Inactive(anon): 399328 kB
  429. Active(file): 104724 kB
  430. Inactive(file): 90292 kB
  431. Unevictable: 16 kB
  432. Mlocked: 16 kB
  433. HighTotal: 128496 kB
  434. HighFree: 256 kB
  435. LowTotal: 885944 kB
  436. LowFree: 36836 kB
  437. SwapTotal: 3068924 kB
  438. SwapFree: 2883424 kB
  439. Dirty: 60 kB
  440. Writeback: 0 kB
  441. AnonPages: 499620 kB
  442. Mapped: 52356 kB
  443. Shmem: 89652 kB
  444. Slab: 31148 kB
  445. SReclaimable: 12256 kB
  446. SUnreclaim: 18892 kB
  447. KernelStack: 3152 kB
  448. PageTables: 7448 kB
  449. NFS_Unstable: 0 kB
  450. Bounce: 0 kB
  451. WritebackTmp: 0 kB
  452. CommitLimit: 3576144 kB
  453. Committed_AS: 2640348 kB
  454. VmallocTotal: 122880 kB
  455. VmallocUsed: 23228 kB
  456. VmallocChunk: 93836 kB
  457. HardwareCorrupted: 0 kB
  458. HugePages_Total: 0
  459. HugePages_Free: 0
  460. HugePages_Rsvd: 0
  461. HugePages_Surp: 0
  462. Hugepagesize: 4096 kB
  463. DirectMap4k: 28664 kB
  464. DirectMap4M: 880640 kB
  465.  
  466.  
  467. CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 28 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, ht, tsc
  468.  
  469. /proc/cpuinfo:
  470. processor : 0
  471. vendor_id : GenuineIntel
  472. cpu family : 6
  473. model : 28
  474. model name : Intel(R) Atom(TM) CPU N550 @ 1.50GHz
  475. stepping : 10
  476. cpu MHz : 1500.000
  477. cache size : 512 KB
  478. physical id : 0
  479. siblings : 4
  480. core id : 0
  481. cpu cores : 2
  482. apicid : 0
  483. initial apicid : 0
  484. fdiv_bug : no
  485. hlt_bug : no
  486. f00f_bug : no
  487. coma_bug : no
  488. fpu : yes
  489. fpu_exception : yes
  490. cpuid level : 10
  491. wp : yes
  492. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm dts
  493. bogomips : 2992.49
  494. clflush size : 64
  495. cache_alignment : 64
  496. address sizes : 32 bits physical, 48 bits virtual
  497. power management:
  498.  
  499. processor : 1
  500. vendor_id : GenuineIntel
  501. cpu family : 6
  502. model : 28
  503. model name : Intel(R) Atom(TM) CPU N550 @ 1.50GHz
  504. stepping : 10
  505. cpu MHz : 1000.000
  506. cache size : 512 KB
  507. physical id : 0
  508. siblings : 4
  509. core id : 0
  510. cpu cores : 2
  511. apicid : 1
  512. initial apicid : 1
  513. fdiv_bug : no
  514. hlt_bug : no
  515. f00f_bug : no
  516. coma_bug : no
  517. fpu : yes
  518. fpu_exception : yes
  519. cpuid level : 10
  520. wp : yes
  521. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm dts
  522. bogomips : 2992.64
  523. clflush size : 64
  524. cache_alignment : 64
  525. address sizes : 32 bits physical, 48 bits virtual
  526. power management:
  527.  
  528. processor : 2
  529. vendor_id : GenuineIntel
  530. cpu family : 6
  531. model : 28
  532. model name : Intel(R) Atom(TM) CPU N550 @ 1.50GHz
  533. stepping : 10
  534. cpu MHz : 1000.000
  535. cache size : 512 KB
  536. physical id : 0
  537. siblings : 4
  538. core id : 1
  539. cpu cores : 2
  540. apicid : 2
  541. initial apicid : 2
  542. fdiv_bug : no
  543. hlt_bug : no
  544. f00f_bug : no
  545. coma_bug : no
  546. fpu : yes
  547. fpu_exception : yes
  548. cpuid level : 10
  549. wp : yes
  550. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm dts
  551. bogomips : 2992.69
  552. clflush size : 64
  553. cache_alignment : 64
  554. address sizes : 32 bits physical, 48 bits virtual
  555. power management:
  556.  
  557. processor : 3
  558. vendor_id : GenuineIntel
  559. cpu family : 6
  560. model : 28
  561. model name : Intel(R) Atom(TM) CPU N550 @ 1.50GHz
  562. stepping : 10
  563. cpu MHz : 1000.000
  564. cache size : 512 KB
  565. physical id : 0
  566. siblings : 4
  567. core id : 1
  568. cpu cores : 2
  569. apicid : 3
  570. initial apicid : 3
  571. fdiv_bug : no
  572. hlt_bug : no
  573. f00f_bug : no
  574. coma_bug : no
  575. fpu : yes
  576. fpu_exception : yes
  577. cpuid level : 10
  578. wp : yes
  579. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm dts
  580. bogomips : 2992.69
  581. clflush size : 64
  582. cache_alignment : 64
  583. address sizes : 32 bits physical, 48 bits virtual
  584. power management:
  585.  
  586.  
  587.  
  588. Memory: 4k page, physical 1014440k(37092k free), swap 3068924k(2883424k free)
  589.  
  590. vm_info: Java HotSpot(TM) Client VM (23.3-b01) for linux-x86 JRE (1.7.0_07-b10), built on Aug 28 2012 18:07:06 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)
  591.  
  592. time: Fri Oct 19 10:23:47 2012
  593. elapsed time: 2 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement