Advertisement
Guest User

erro eclipse java

a guest
Jul 28th, 2011
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.12 KB | None | 0 0
  1. #
  2. # A fatal error has been detected by the Java Runtime Environment:
  3. #
  4. # SIGSEGV (0xb) at pc=0x00165adc, pid=2634, tid=3078670016
  5. #
  6. # JRE version: 6.0_26-b03
  7. # Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode linux-x86 )
  8. # Problematic frame:
  9. # C [UTF-16.so+0xadc] __float128+0x3cc
  10. #
  11. # If you would like to submit a bug report, please visit:
  12. # http://java.sun.com/webapps/bugreport/crash.jsp
  13. # The crash happened outside the Java Virtual Machine in native code.
  14. # See problematic frame for where to report the bug.
  15. #
  16.  
  17. --------------- T H R E A D ---------------
  18.  
  19. Current thread (0x09ba6000): JavaThread "main" [_thread_in_native, id=2634, stack(0xbfb49000,0xbfb99000)]
  20.  
  21. siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0052c000
  22.  
  23. Registers:
  24. EAX=0x0052c000, EBX=0x00167ff4, ECX=0x00000000, EDX=0x0a4a7abc
  25. ESP=0xbfb962e0, EBP=0x0052c002, ESI=0x0a4a7ab8, EDI=0x00000000
  26. EIP=0x00165adc, EFLAGS=0x00010212, CR2=0x0052c000
  27.  
  28. Top of Stack: (sp=0xbfb962e0)
  29. 0xbfb962e0: 499efff4 0a466d64 0a532ccc bfb96468
  30. 0xbfb962f0: 4988892d 0a532c5c 0a532ccc bfb96360
  31. 0xbfb96300: 15037d58 00000000 bfb963c8 0a4adf48
  32. 0xbfb96310: 00000000 0a46ece0 0052b288 0a4a5fc8
  33. 0xbfb96320: bfb96467 00000004 49887b50 bfb96340
  34. 0xbfb96330: 00000002 0a53301c 0a53309c 00000000
  35. 0xbfb96340: 00000000 00000000 bfb9639c 49883460
  36. 0xbfb96350: bfb96468 499efff4 0a533070 bfb964a8
  37.  
  38. Instructions: (pc=0x00165adc)
  39. 0x00165abc: 38 89 74 24 5c 8b 74 24 3c c7 44 24 44 04 00 00
  40. 0x00165acc: 00 89 7c 24 20 8d b4 26 00 00 00 00 8b 7c 24 30
  41. 0x00165adc: 0f b7 08 85 ff 0f 84 b9 00 00 00 66 c1 c9 08 66
  42. 0x00165aec: 81 f9 ff df 0f 87 9a 00 00 00 66 81 f9 ff d7 0f
  43.  
  44. Register to memory mapping:
  45.  
  46. EAX=0x0052c000 is an unknown value
  47. EBX=0x00167ff4: <offset 0x2ff4> in /usr/lib/gconv/UTF-16.so at 0x00165000
  48. ECX=0x00000000 is an unknown value
  49. EDX=0x0a4a7abc is an unknown value
  50. ESP=0xbfb962e0 is pointing into the stack for thread: 0x09ba6000
  51. EBP=0x0052c002 is an unknown value
  52. ESI=0x0a4a7ab8 is an unknown value
  53. EDI=0x00000000 is an unknown value
  54.  
  55.  
  56. Stack: [0xbfb49000,0xbfb99000], sp=0xbfb962e0, free space=308k
  57. Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
  58. C [UTF-16.so+0xadc] __float128+0x3cc
  59.  
  60. Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
  61. j org.eclipse.swt.internal.mozilla.XPCOM._NS_NewLocalFile(II[I)I+0
  62. j org.eclipse.swt.internal.mozilla.XPCOM.NS_NewLocalFile(II[I)I+10
  63. j org.eclipse.swt.browser.AppFileLocProvider.<init>(Ljava/lang/String;Ljava/lang/String;Z)V+94
  64. j org.eclipse.swt.browser.Mozilla.create(Lorg/eclipse/swt/widgets/Composite;I)Z+551
  65. j org.eclipse.swt.browser.Browser.<init>(Lorg/eclipse/swt/widgets/Composite;I)V+302
  66. j org.eclipse.jface.internal.text.html.BrowserInformationControl.isAvailable(Lorg/eclipse/swt/widgets/Composite;)Z+12
  67. j org.eclipse.jdt.internal.ui.text.java.AbstractJavaCompletionProposal.getInformationControlCreator()Lorg/eclipse/jface/text/IInformationControlCreator;+9
  68. j org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation()V+18
  69. j org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation()V+11
  70. j org.eclipse.jface.text.AbstractInformationControlManager.showInformation()V+8
  71. j org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(Lorg/eclipse/jface/text/contentassist/ICompletionProposal;Ljava/lang/Object;)V+64
  72. j org.eclipse.jface.text.contentassist.AdditionalInfoController$10.showInformation(Lorg/eclipse/jface/text/contentassist/ICompletionProposal;Ljava/lang/Object;)V+25
  73. j org.eclipse.jface.text.contentassist.AdditionalInfoController$9.run()V+36
  74. j org.eclipse.swt.widgets.RunnableLock.run()V+11
  75. j org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29
  76. J org.eclipse.swt.widgets.Display.readAndDispatch()Z
  77. j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
  78. j org.eclipse.ui.internal.Workbench.runUI()I+555
  79. j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
  80. j org.eclipse.ui.internal.Workbench$7.run()V+55
  81. j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
  82. j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
  83. j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
  84. j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+99
  85. j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
  86. j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
  87. j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
  88. j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
  89. j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
  90. v ~StubRoutines::call_stub
  91. j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
  92. j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
  93. j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
  94. j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
  95. j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
  96. j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
  97. j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
  98. v ~StubRoutines::call_stub
  99.  
  100. --------------- P R O C E S S ---------------
  101.  
  102. Java Threads: ( => current thread )
  103. 0x0a2fb400 JavaThread "Additional info timer" [_thread_blocked, id=2974, stack(0x08b83000,0x08bd4000)]
  104. 0x52eaf400 JavaThread "Process monitor" daemon [_thread_blocked, id=2929, stack(0x018ea000,0x0193b000)]
  105. 0x52eadc00 JavaThread "Input Stream Monitor" daemon [_thread_blocked, id=2928, stack(0x03404000,0x03455000)]
  106. 0x52eac400 JavaThread "Output Stream Monitor" daemon [_thread_in_native, id=2927, stack(0x053fc000,0x0544d000)]
  107. 0x52e90c00 JavaThread "Output Stream Monitor" daemon [_thread_in_native, id=2926, stack(0x0485a000,0x048ab000)]
  108. 0x52e8f800 JavaThread "process reaper" daemon [_thread_in_native, id=2924, stack(0x038ff000,0x03950000)]
  109. 0x09efac00 JavaThread "Callback Thread-Project (Merc)-VM for Merc" [_thread_in_native, id=2901, stack(0x093c8000,0x09419000)]
  110. 0x0a323000 JavaThread "Callback Thread-Project (Merc)-VM for Merc" [_thread_in_native, id=2898, stack(0x0382f000,0x03880000)]
  111. 0x0a209c00 JavaThread "Callback Thread-Project (Merc)-VM for Merc" [_thread_in_native, id=2893, stack(0x0218e000,0x021df000)]
  112. 0x09f36800 JavaThread "Callback Thread-Project (Merc)-VM for Merc" [_thread_in_native, id=2890, stack(0x02eac000,0x02efd000)]
  113. 0x09ef3000 JavaThread "Callback Thread-Project (Merc)-VM for Merc" [_thread_in_native, id=2887, stack(0x00cb1000,0x00d02000)]
  114. 0x51694c00 JavaThread "Worker-5" [_thread_blocked, id=2824, stack(0x07628000,0x07679000)]
  115. 0x51693800 JavaThread "Process monitor" daemon [_thread_blocked, id=2823, stack(0x01899000,0x018ea000)]
  116. 0x51692800 JavaThread "Input Stream Monitor" daemon [_thread_blocked, id=2822, stack(0x03e52000,0x03ea3000)]
  117. 0x51690800 JavaThread "Output Stream Monitor" daemon [_thread_in_native, id=2821, stack(0x0641a000,0x0646b000)]
  118. 0x5168e800 JavaThread "Output Stream Monitor" daemon [_thread_in_native, id=2820, stack(0x00e89000,0x00eda000)]
  119. 0x5168ac00 JavaThread "process reaper" daemon [_thread_in_native, id=2818, stack(0x00dcd000,0x00e1e000)]
  120. 0x51d42800 JavaThread "Remote Proxy Master Server Thread" [_thread_in_native, id=2816, stack(0x00b1d000,0x00b6e000)]
  121. 0x52a04800 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=2810, stack(0x00a7b000,0x00acc000)]
  122. 0x0a287000 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=2804, stack(0x0080d000,0x0085e000)]
  123. 0x52e64400 JavaThread "SVN Kit 1.2 Connector" [_thread_blocked, id=2751, stack(0x009c1000,0x00a12000)]
  124. 0x5243f800 JavaThread "Thread-6" daemon [_thread_blocked, id=2749, stack(0x008e2000,0x00933000)]
  125. 0x52831800 JavaThread "Worker-4" [_thread_blocked, id=2746, stack(0x007bc000,0x0080d000)]
  126. 0x52e32c00 JavaThread "Worker-3" [_thread_blocked, id=2735, stack(0x00bd5000,0x00c26000)]
  127. 0x0a03bc00 JavaThread "Java indexing" daemon [_thread_blocked, id=2734, stack(0x0069d000,0x006ee000)]
  128. 0x09c1dc00 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=2728, stack(0x005df000,0x00630000)]
  129. 0x52b49800 JavaThread "Worker-2" [_thread_blocked, id=2712, stack(0x004c2000,0x00513000)]
  130. 0x52b48c00 JavaThread "Worker-1" [_thread_blocked, id=2711, stack(0x00471000,0x004c2000)]
  131. 0x09e93800 JavaThread "Worker-0" [_thread_blocked, id=2667, stack(0x003c4000,0x00415000)]
  132. 0x52966000 JavaThread "Worker-JM" [_thread_blocked, id=2661, stack(0x00891000,0x008e2000)]
  133. 0x52935000 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=2660, stack(0x0058e000,0x005df000)]
  134. 0x5290ac00 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=2658, stack(0x00373000,0x003c4000)]
  135. 0x09cb7c00 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=2657, stack(0x00322000,0x00373000)]
  136. 0x09cc5800 JavaThread "State Data Manager" daemon [_thread_blocked, id=2656, stack(0x0094d000,0x0099e000)]
  137. 0x09c05000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2654, stack(0x00efb000,0x00f4c000)]
  138. 0x09c03000 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=2653, stack(0x002a1000,0x00322000)]
  139. 0x09c01800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2652, stack(0x0072c000,0x0077d000)]
  140. 0x09bf3c00 JavaThread "Finalizer" daemon [_thread_blocked, id=2651, stack(0x00250000,0x002a1000)]
  141. 0x09bf2400 JavaThread "Reference Handler" daemon [_thread_blocked, id=2650, stack(0x001ff000,0x00250000)]
  142. =>0x09ba6000 JavaThread "main" [_thread_in_native, id=2634, stack(0xbfb49000,0xbfb99000)]
  143.  
  144. Other Threads:
  145. 0x09bee800 VMThread [stack: 0x0017e000,0x001ff000] [id=2649]
  146. 0x09c07400 WatcherThread [stack: 0x00d4c000,0x00dcd000] [id=2655]
  147.  
  148. VM state:not at safepoint (normal execution)
  149.  
  150. VM Mutex/Monitor currently owned by a thread: None
  151.  
  152. Heap
  153. def new generation total 78784K, used 51087K [0x53680000, 0x58bf0000, 0x63680000)
  154. eden space 70080K, 60% used [0x53680000, 0x55fe3d68, 0x57af0000)
  155. from space 8704K, 100% used [0x58370000, 0x58bf0000, 0x58bf0000)
  156. to space 8704K, 0% used [0x57af0000, 0x57af0000, 0x58370000)
  157. tenured generation total 174784K, used 63744K [0x63680000, 0x6e130000, 0x83680000)
  158. the space 174784K, 36% used [0x63680000, 0x674c0258, 0x674c0400, 0x6e130000)
  159. compacting perm gen total 65536K, used 65497K [0x83680000, 0x87680000, 0xb3680000)
  160. the space 65536K, 99% used [0x83680000, 0x87676428, 0x87676600, 0x87680000)
  161. No shared spaces configured.
  162.  
  163. Code Cache [0xb5500000, 0xb5ea0000, 0xb7500000)
  164. total_blobs=4592 nmethods=4310 adapters=213 free_code_cache=23484032 largest_free_block=320
  165.  
  166. Dynamic libraries:
  167. 00110000-00133000 r-xp 00000000 08:07 932330 /usr/java/jdk1.6.0_26/jre/lib/i386/libjava.so
  168. 00133000-00135000 rw-p 00023000 08:07 932330 /usr/java/jdk1.6.0_26/jre/lib/i386/libjava.so
  169. 00135000-00137000 r-xp 00000000 08:06 20448666 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/38/1/.cp/os/linux/x86/libunixfile_1_0_0.so
  170. 00137000-00138000 rw-p 00001000 08:06 20448666 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/38/1/.cp/os/linux/x86/libunixfile_1_0_0.so
  171. 00138000-00142000 r-xp 00000000 08:06 20447890 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/203/1/.cp/libswt-cairo-gtk-3659.so
  172. 00142000-00143000 rw-p 00009000 08:06 20447890 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/203/1/.cp/libswt-cairo-gtk-3659.so
  173. 00143000-00156000 r-xp 00000000 08:07 27375 /tmp/jna6496937869850867295.tmp
  174. 00156000-00157000 rw-p 00013000 08:07 27375 /tmp/jna6496937869850867295.tmp
  175. 00157000-0015c000 r-xp 00000000 08:06 20448547 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/203/1/.cp/libswt-xpcominit-gtk-3659.so
  176. 0015c000-0015e000 rw-p 00005000 08:06 20448547 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/203/1/.cp/libswt-xpcominit-gtk-3659.so
  177. 0015e000-00161000 r-xp 00000000 08:07 39810 /usr/lib/xulrunner-2/libxpcom.so
  178. 00161000-00162000 rw-p 00003000 08:07 39810 /usr/lib/xulrunner-2/libxpcom.so
  179. 00162000-00164000 r-xp 00000000 08:07 10441 /usr/lib/xulrunner-2/libmozalloc.so
  180. 00164000-00165000 rw-p 00001000 08:07 10441 /usr/lib/xulrunner-2/libmozalloc.so
  181. 00165000-00167000 r-xp 00000000 08:07 137973 /usr/lib/gconv/UTF-16.so
  182. 00167000-00168000 r--p 00001000 08:07 137973 /usr/lib/gconv/UTF-16.so
  183. 00168000-00169000 rw-p 00002000 08:07 137973 /usr/lib/gconv/UTF-16.so
  184. 00171000-0017c000 r-xp 00000000 08:07 1353 /lib/libnss_files-2.14.so
  185. 0017c000-0017d000 r--p 0000a000 08:07 1353 /lib/libnss_files-2.14.so
  186. 0017d000-0017e000 rw-p 0000b000 08:07 1353 /lib/libnss_files-2.14.so
  187. 0017e000-0017f000 ---p 00000000 00:00 0
  188. 0017f000-001ff000 rwxp 00000000 00:00 0
  189. 001ff000-00202000 ---p 00000000 00:00 0
  190. 00202000-00250000 rwxp 00000000 00:00 0
  191. 00250000-00253000 ---p 00000000 00:00 0
  192. 00253000-002a1000 rwxp 00000000 00:00 0
  193. 002a1000-002a4000 ---p 00000000 00:00 0
  194. 002a4000-00322000 rwxp 00000000 00:00 0
  195. 00322000-00325000 ---p 00000000 00:00 0
  196. 00325000-00373000 rwxp 00000000 00:00 0
  197. 00373000-00376000 ---p 00000000 00:00 0
  198. 00376000-003c4000 rwxp 00000000 00:00 0
  199. 003c4000-003c7000 ---p 00000000 00:00 0
  200. 003c7000-00415000 rwxp 00000000 00:00 0
  201. 00415000-0046e000 r-xp 00000000 08:06 20447841 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/203/1/.cp/libswt-pi-gtk-3659.so
  202. 0046e000-00470000 rw-p 00058000 08:06 20447841 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/203/1/.cp/libswt-pi-gtk-3659.so
  203. 00470000-00471000 rw-p 00000000 00:00 0
  204. 00471000-00474000 ---p 00000000 00:00 0
  205. 00474000-004c2000 rwxp 00000000 00:00 0
  206. 004c2000-004c5000 ---p 00000000 00:00 0
  207. 004c5000-00513000 rwxp 00000000 00:00 0
  208. 00513000-0052b000 r-xp 00000000 08:06 20448828 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/203/1/.cp/libswt-mozilla-gtk-3659.so
  209. 0052b000-0052c000 rw-p 00018000 08:06 20448828 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/203/1/.cp/libswt-mozilla-gtk-3659.so
  210. 00556000-00561000 r-xp 00000000 08:07 932353 /usr/java/jdk1.6.0_26/jre/lib/i386/libverify.so
  211. 00561000-00562000 rw-p 0000b000 08:07 932353 /usr/java/jdk1.6.0_26/jre/lib/i386/libverify.so
  212. 0058e000-00591000 ---p 00000000 00:00 0
  213. 00591000-005df000 rwxp 00000000 00:00 0
  214. 005df000-005e2000 ---p 00000000 00:00 0
  215. 005e2000-00630000 rwxp 00000000 00:00 0
  216. 0066e000-0069c000 r-xp 00000000 08:07 45244 /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
  217. 0069c000-0069d000 rw-p 0002d000 08:07 45244 /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
  218. 0069d000-006a0000 ---p 00000000 00:00 0
  219. 006a0000-006ee000 rwxp 00000000 00:00 0
  220. 00715000-00716000 r-xp 00000000 08:07 137922 /usr/lib/gconv/ISO8859-1.so
  221. 00716000-00717000 r--p 00001000 08:07 137922 /usr/lib/gconv/ISO8859-1.so
  222. 00717000-00718000 rw-p 00002000 08:07 137922 /usr/lib/gconv/ISO8859-1.so
  223. 0072c000-0072f000 ---p 00000000 00:00 0
  224. 0072f000-0077d000 rwxp 00000000 00:00 0
  225. 007bb000-007bc000 r-xp 00000000 00:00 0 [vdso]
  226. 007bc000-007bf000 ---p 00000000 00:00 0
  227. 007bf000-0080d000 rwxp 00000000 00:00 0
  228. 0080d000-00810000 ---p 00000000 00:00 0
  229. 00810000-0085e000 rwxp 00000000 00:00 0
  230. 00891000-00894000 ---p 00000000 00:00 0
  231. 00894000-008e2000 rwxp 00000000 00:00 0
  232. 008e2000-008e5000 ---p 00000000 00:00 0
  233. 008e5000-00933000 rwxp 00000000 00:00 0
  234. 0094d000-00950000 ---p 00000000 00:00 0
  235. 00950000-0099e000 rwxp 00000000 00:00 0
  236. 009c1000-009c4000 ---p 00000000 00:00 0
  237. 009c4000-00a12000 rwxp 00000000 00:00 0
  238. 00a2f000-00a43000 r-xp 00000000 08:07 932345 /usr/java/jdk1.6.0_26/jre/lib/i386/libnet.so
  239. 00a43000-00a44000 rw-p 00013000 08:07 932345 /usr/java/jdk1.6.0_26/jre/lib/i386/libnet.so
  240. 00a52000-00a56000 rwxp 00000000 00:00 0
  241. 00a76000-00a79000 r-xp 00000000 08:06 20447840 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/203/1/.cp/libswt-gtk-3659.so
  242. 00a79000-00a7a000 rw-p 00002000 08:06 20447840 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/203/1/.cp/libswt-gtk-3659.so
  243. 00a7a000-00a7b000 rw-p 00000000 00:00 0
  244. 00a7b000-00a7e000 ---p 00000000 00:00 0
  245. 00a7e000-00acc000 rwxp 00000000 00:00 0
  246. 00b19000-00b1c000 r-xp 00000000 08:07 141350 /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
  247. 00b1c000-00b1d000 rw-p 00002000 08:07 141350 /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
  248. 00b1d000-00b20000 ---p 00000000 00:00 0
  249. 00b20000-00b6e000 rwxp 00000000 00:00 0
  250. 00bb9000-00bc0000 r-xp 00000000 08:07 25353 /usr/lib/gtk-2.0/2.10.0/immodules/im-xim.so
  251. 00bc0000-00bc1000 rw-p 00006000 08:07 25353 /usr/lib/gtk-2.0/2.10.0/immodules/im-xim.so
  252. 00bd5000-00bd8000 ---p 00000000 00:00 0
  253. 00bd8000-00c26000 rwxp 00000000 00:00 0
  254. 00c42000-00c44000 r-xp 00000000 08:07 22735 /usr/lib/gtk-2.0/modules/libpk-gtk-module.so
  255. 00c44000-00c45000 rw-p 00002000 08:07 22735 /usr/lib/gtk-2.0/modules/libpk-gtk-module.so
  256. 00c79000-00c88000 r-xp 00000000 08:07 932354 /usr/java/jdk1.6.0_26/jre/lib/i386/libzip.so
  257. 00c88000-00c8a000 rw-p 0000e000 08:07 932354 /usr/java/jdk1.6.0_26/jre/lib/i386/libzip.so
  258. 00c90000-00c97000 r-xp 00000000 08:07 932346 /usr/java/jdk1.6.0_26/jre/lib/i386/libnio.so
  259. 00c97000-00c98000 rw-p 00006000 08:07 932346 /usr/java/jdk1.6.0_26/jre/lib/i386/libnio.so
  260. 00ca4000-00cb0000 r-xp 00000000 08:06 20447798 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/eclipse_1310.so
  261. 00cb0000-00cb1000 rw-p 0000c000 08:06 20447798 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/eclipse_1310.so
  262. 00cb1000-00cb4000 ---p 00000000 00:00 0
  263. 00cb4000-00d02000 rwxp 00000000 00:00 0
  264. 00d4c000-00d4d000 ---p 00000000 00:00 0
  265. 00d4d000-00dcd000 rwxp 00000000 00:00 0
  266. 00dcd000-00dd0000 ---p 00000000 00:00 0
  267. 00dd0000-00e1e000 rwxp 00000000 00:00 0
  268. 00e5d000-00e66000 r-xp 00000000 08:06 20447851 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/203/1/.cp/libswt-atk-gtk-3659.so
  269. 00e66000-00e67000 rw-p 00008000 08:06 20447851 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/203/1/.cp/libswt-atk-gtk-3659.so
  270. 00e83000-00e88000 r-xp 00000000 08:07 141351 /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
  271. 00e88000-00e89000 rw-p 00005000 08:07 141351 /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
  272. 00e89000-00e8c000 ---p 00000000 00:00 0
  273. 00e8c000-00eda000 rwxp 00000000 00:00 0
  274. 00efb000-00efe000 ---p 00000000 00:00 0
  275. 00efe000-00f4c000 rwxp 00000000 00:00 0
  276. 00f73000-00f78000 r-xp 00000000 08:07 44897 /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
  277. 00f78000-00f79000 rw-p 00004000 08:07 44897 /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
  278. 00f79000-0145a000 r-xp 00000000 08:07 932309 /usr/java/jdk1.6.0_26/jre/lib/i386/client/libjvm.so
  279. 0145a000-0147d000 rw-p 004e1000 08:07 932309 /usr/java/jdk1.6.0_26/jre/lib/i386/client/libjvm.so
  280. 0147d000-01899000 rw-p 00000000 00:00 0
  281. 01899000-0189c000 ---p 00000000 00:00 0
  282. 0189c000-018ea000 rwxp 00000000 00:00 0
  283. 018ea000-018ed000 ---p 00000000 00:00 0
  284. 018ed000-0193b000 rwxp 00000000 00:00 0
  285. 0218e000-02191000 ---p 00000000 00:00 0
  286. 02191000-021df000 rwxp 00000000 00:00 0
  287. 02eac000-02eaf000 ---p 00000000 00:00 0
  288. 02eaf000-02efd000 rwxp 00000000 00:00 0
  289. 03404000-03407000 ---p 00000000 00:00 0
  290. 03407000-03455000 rwxp 00000000 00:00 0
  291. 0382f000-03832000 ---p 00000000 00:00 0
  292. 03832000-03880000 rwxp 00000000 00:00 0
  293. 038ff000-03902000 ---p 00000000 00:00 0
  294. 03902000-03950000 rwxp 00000000 00:00 0
  295. 03c5f000-03cbf000 r-xp 00000000 08:07 148519 /usr/lib/libhunspell-1.2.so.0.0.0
  296. 03cbf000-03cc3000 rw-p 00060000 08:07 148519 /usr/lib/libhunspell-1.2.so.0.0.0
  297. 03e52000-03e55000 ---p 00000000 00:00 0
  298. 03e55000-03ea3000 rwxp 00000000 00:00 0
  299. 0485a000-0485d000 ---p 00000000 00:00 0
  300. 0485d000-048ab000 rwxp 00000000 00:00 0
  301. 053fc000-053ff000 ---p 00000000 00:00 0
  302. 053ff000-0544d000 rwxp 00000000 00:00 0
  303. 0641a000-0641d000 ---p 00000000 00:00 0
  304. 0641d000-0646b000 rwxp 00000000 00:00 0
  305. 069e3000-069fc000 r-xp 00000000 08:07 27991 /usr/lib/xulrunner-2/libmozjs.so
  306. 069fc000-069ff000 ---p 00019000 08:07 27991 /usr/lib/xulrunner-2/libmozjs.so
  307. 069ff000-06ccb000 r-xp 00019000 08:07 27991 /usr/lib/xulrunner-2/libmozjs.so
  308. 06ccb000-06d1c000 rw-p 002e5000 08:07 27991 /usr/lib/xulrunner-2/libmozjs.so
  309. 07628000-0762b000 ---p 00000000 00:00 0
  310. 0762b000-07679000 rwxp 00000000 00:00 0
  311. 08048000-0804c000 r-xp 00000000 08:06 20319094 /home/alexandrelc/Programas/Eclipse Java/eclipse
  312. 0804c000-0804d000 rw-p 00003000 08:06 20319094 /home/alexandrelc/Programas/Eclipse Java/eclipse
  313. 0849e000-0858e000 r-xp 00000000 08:07 4523 /lib/libasound.so.2.0.0
  314. 0858e000-08592000 rw-p 000f0000 08:07 4523 /lib/libasound.so.2.0.0
  315. 08b83000-08b86000 ---p 00000000 00:00 0
  316. 08b86000-08bd4000 rwxp 00000000 00:00 0
  317. 093c8000-093cb000 ---p 00000000 00:00 0
  318. 093cb000-09419000 rwxp 00000000 00:00 0
  319. 09b31000-0a5e8000 rw-p 00000000 00:00 0 [heap]
  320. 46258000-46261000 r-xp 00000000 08:07 158227 /usr/lib/libstartup-notification-1.so.0.0.0
  321. 46261000-46262000 rw-p 00008000 08:07 158227 /usr/lib/libstartup-notification-1.so.0.0.0
  322. 4720b000-4727c000 r-xp 00000000 08:07 155969 /usr/lib/libvpx.so.0.9.6
  323. 4727c000-4727d000 rw-p 00071000 08:07 155969 /usr/lib/libvpx.so.0.9.6
  324. 4727d000-47288000 rw-p 00000000 00:00 0
  325. 47e72000-47eb2000 r-xp 00000000 08:07 151166 /usr/lib/libjpeg.so.62.0.0
  326. 47eb2000-47eb3000 rw-p 0003f000 08:07 151166 /usr/lib/libjpeg.so.62.0.0
  327. 47eb3000-47ec3000 rw-p 00000000 00:00 0
  328. 48164000-48167000 r-xp 00000000 08:07 159205 /usr/lib/libxcb-atom.so.1.0.0
  329. 48167000-48168000 rw-p 00002000 08:07 159205 /usr/lib/libxcb-atom.so.1.0.0
  330. 49848000-49865000 r-xp 00000000 08:07 4123 /lib/ld-2.14.so
  331. 49865000-49866000 r--p 0001d000 08:07 4123 /lib/ld-2.14.so
  332. 49866000-49867000 rw-p 0001e000 08:07 4123 /lib/ld-2.14.so
  333. 49869000-499ee000 r-xp 00000000 08:07 4124 /lib/libc-2.14.so
  334. 499ee000-499f0000 r--p 00184000 08:07 4124 /lib/libc-2.14.so
  335. 499f0000-499f1000 rw-p 00186000 08:07 4124 /lib/libc-2.14.so
  336. 499f1000-499f4000 rw-p 00000000 00:00 0
  337. 499f6000-49a0c000 r-xp 00000000 08:07 4134 /lib/libpthread-2.14.so
  338. 49a0c000-49a0d000 r--p 00015000 08:07 4134 /lib/libpthread-2.14.so
  339. 49a0d000-49a0e000 rw-p 00016000 08:07 4134 /lib/libpthread-2.14.so
  340. 49a0e000-49a10000 rw-p 00000000 00:00 0
  341. 49a12000-49a15000 r-xp 00000000 08:07 4232 /lib/libdl-2.14.so
  342. 49a15000-49a16000 r--p 00002000 08:07 4232 /lib/libdl-2.14.so
  343. 49a16000-49a17000 rw-p 00003000 08:07 4232 /lib/libdl-2.14.so
  344. 49a19000-49a20000 r-xp 00000000 08:07 4136 /lib/librt-2.14.so
  345. 49a20000-49a21000 r--p 00006000 08:07 4136 /lib/librt-2.14.so
  346. 49a21000-49a22000 rw-p 00007000 08:07 4136 /lib/librt-2.14.so
  347. 49a24000-49a4c000 r-xp 00000000 08:07 4235 /lib/libm-2.14.so
  348. 49a4c000-49a4d000 r--p 00028000 08:07 4235 /lib/libm-2.14.so
  349. 49a4d000-49a4e000 rw-p 00029000 08:07 4235 /lib/libm-2.14.so
  350. 49a50000-49a6c000 r-xp 00000000 08:07 4236 /lib/libgcc_s-4.6.0-20110530.so.1
  351. 49a6c000-49a6d000 rw-p 0001b000 08:07 4236 /lib/libgcc_s-4.6.0-20110530.so.1
  352. 49a6f000-49a84000 r-xp 00000000 08:07 4234 /lib/libz.so.1.2.5
  353. 49a84000-49a85000 rw-p 00014000 08:07 4234 /lib/libz.so.1.2.5
  354. 49a87000-49aa4000 r-xp 00000000 08:07 4238 /lib/libselinux.so.1
  355. 49aa4000-49aa5000 r--p 0001c000 08:07 4238 /lib/libselinux.so.1
  356. 49aa5000-49aa6000 rw-p 0001d000 08:07 4238 /lib/libselinux.so.1
  357. 49aa8000-49bc0000 r-xp 00000000 08:07 4137 /lib/libglib-2.0.so.0.2800.8
  358. 49bc0000-49bc1000 rw-p 00118000 08:07 4137 /lib/libglib-2.0.so.0.2800.8
  359. 49bc3000-49bc7000 r-xp 00000000 08:07 4138 /lib/libgthread-2.0.so.0.2800.8
  360. 49bc7000-49bc8000 rw-p 00003000 08:07 4138 /lib/libgthread-2.0.so.0.2800.8
  361. 49bca000-49be0000 r-xp 00000000 08:07 4467 /lib/libresolv-2.14.so
  362. 49be0000-49be1000 r--p 00016000 08:07 4467 /lib/libresolv-2.14.so
  363. 49be1000-49be2000 rw-p 00017000 08:07 4467 /lib/libresolv-2.14.so
  364. 49be2000-49be4000 rw-p 00000000 00:00 0
  365. 49be6000-49c32000 r-xp 00000000 08:07 4231 /lib/libgobject-2.0.so.0.2800.8
  366. 49c32000-49c34000 rw-p 0004b000 08:07 4231 /lib/libgobject-2.0.so.0.2800.8
  367. 49c36000-49c39000 r-xp 00000000 08:07 4233 /lib/libgmodule-2.0.so.0.2800.8
  368. 49c39000-49c3a000 rw-p 00002000 08:07 4233 /lib/libgmodule-2.0.so.0.2800.8
  369. 49c3c000-49d66000 r-xp 00000000 08:07 4477 /lib/libgio-2.0.so.0.2800.8
  370. 49d66000-49d69000 rw-p 00129000 08:07 4477 /lib/libgio-2.0.so.0.2800.8
  371. 49d69000-49d6a000 rw-p 00000000 00:00 0
  372. 49d6c000-49db3000 r-xp 00000000 08:07 4701 /lib/libdbus-1.so.3.5.4
  373. 49db3000-49db4000 r--p 00047000 08:07 4701 /lib/libdbus-1.so.3.5.4
  374. 49db4000-49db5000 rw-p 00048000 08:07 4701 /lib/libdbus-1.so.3.5.4
  375. 49db7000-49dd4000 r-xp 00000000 08:07 154897 /usr/lib/libxcb.so.1.1.0
  376. 49dd4000-49dd5000 rw-p 0001d000 08:07 154897 /usr/lib/libxcb.so.1.1.0
  377. 49dd7000-49dd9000 r-xp 00000000 08:07 154895 /usr/lib/libXau.so.6.0.0
  378. 49dd9000-49dda000 rw-p 00001000 08:07 154895 /usr/lib/libXau.so.6.0.0
  379. 49ddc000-49f11000 r-xp 00000000 08:07 154898 /usr/lib/libX11.so.6.3.0
  380. 49f11000-49f15000 rw-p 00134000 08:07 154898 /usr/lib/libX11.so.6.3.0
  381. 49f17000-49f3d000 r-xp 00000000 08:07 4702 /lib/libexpat.so.1.5.2
  382. 49f3d000-49f3f000 rw-p 00026000 08:07 4702 /lib/libexpat.so.1.5.2
  383. 49f41000-49f51000 r-xp 00000000 08:07 154902 /usr/lib/libXext.so.6.4.0
  384. 49f51000-49f52000 rw-p 00010000 08:07 154902 /usr/lib/libXext.so.6.4.0
  385. 49f54000-49f7c000 r-xp 00000000 08:07 154924 /usr/lib/libpng12.so.0.46.0
  386. 49f7c000-49f7d000 rw-p 00027000 08:07 154924 /usr/lib/libpng12.so.0.46.0
  387. 49f7f000-49f8d000 r-xp 00000000 08:07 154931 /usr/lib/libXi.so.6.1.0
  388. 49f8d000-49f8e000 rw-p 0000d000 08:07 154931 /usr/lib/libXi.so.6.1.0
  389. 49f90000-4a026000 r-xp 00000000 08:07 154916 /usr/lib/libfreetype.so.6.6.2
  390. 4a026000-4a02a000 rw-p 00095000 08:07 154916 /usr/lib/libfreetype.so.6.6.2
  391. 4a02c000-4a05f000 r-xp 00000000 08:07 154917 /usr/lib/libfontconfig.so.1.4.4
  392. 4a05f000-4a060000 rw-p 00033000 08:07 154917 /usr/lib/libfontconfig.so.1.4.4
  393. 4a062000-4a064000 r-xp 00000000 08:07 154945 /usr/lib/libXdamage.so.1.1.0
  394. 4a064000-4a065000 rw-p 00001000 08:07 154945 /usr/lib/libXdamage.so.1.1.0
  395. 4a067000-4a089000 r-xp 00000000 08:07 154946 /usr/lib/libgdk_pixbuf-2.0.so.0.2300.3
  396. 4a089000-4a08a000 rw-p 00021000 08:07 154946 /usr/lib/libgdk_pixbuf-2.0.so.0.2300.3
  397. 4a08c000-4a095000 r-xp 00000000 08:07 154925 /usr/lib/libXrender.so.1.3.0
  398. 4a095000-4a096000 rw-p 00008000 08:07 154925 /usr/lib/libXrender.so.1.3.0
  399. 4a098000-4a0a3000 r-xp 00000000 08:07 154928 /usr/lib/libpangocairo-1.0.so.0.2800.4
  400. 4a0a3000-4a0a4000 rw-p 0000a000 08:07 154928 /usr/lib/libpangocairo-1.0.so.0.2800.4
  401. 4a0a6000-4a11d000 r-xp 00000000 08:07 154913 /usr/lib/libpixman-1.so.0.20.2
  402. 4a11d000-4a121000 rw-p 00076000 08:07 154913 /usr/lib/libpixman-1.so.0.20.2
  403. 4a16a000-4a16e000 r-xp 00000000 08:07 144182 /usr/lib/libcanberra-gtk.so.0.1.8
  404. 4a16e000-4a16f000 rw-p 00003000 08:07 144182 /usr/lib/libcanberra-gtk.so.0.1.8
  405. 4a273000-4a275000 r-xp 00000000 08:07 154930 /usr/lib/libXinerama.so.1.0.0
  406. 4a275000-4a276000 rw-p 00001000 08:07 154930 /usr/lib/libXinerama.so.1.0.0
  407. 4a278000-4a295000 r-xp 00000000 08:07 154955 /usr/lib/libatk-1.0.so.0.9.1
  408. 4a295000-4a297000 rw-p 0001c000 08:07 154955 /usr/lib/libatk-1.0.so.0.9.1
  409. 4a299000-4a34d000 r-xp 00000000 08:07 154926 /usr/lib/libcairo.so.2.11000.2
  410. 4a34d000-4a34f000 rw-p 000b3000 08:07 154926 /usr/lib/libcairo.so.2.11000.2
  411. 4a34f000-4a351000 rw-p 00000000 00:00 0
  412. 4a353000-4a357000 r-xp 00000000 08:07 154936 /usr/lib/libXfixes.so.3.1.0
  413. 4a357000-4a358000 rw-p 00003000 08:07 154936 /usr/lib/libXfixes.so.3.1.0
  414. 4a35a000-4a361000 r-xp 00000000 08:07 154935 /usr/lib/libXrandr.so.2.2.0
  415. 4a361000-4a362000 rw-p 00006000 08:07 154935 /usr/lib/libXrandr.so.2.2.0
  416. 4a364000-4a3ab000 r-xp 00000000 08:07 148264 /usr/lib/libpango-1.0.so.0.2800.4
  417. 4a3ab000-4a3ad000 rw-p 00046000 08:07 148264 /usr/lib/libpango-1.0.so.0.2800.4
  418. 4a3af000-4a3db000 r-xp 00000000 08:07 154927 /usr/lib/libpangoft2-1.0.so.0.2800.4
  419. 4a3db000-4a3dc000 rw-p 0002b000 08:07 154927 /usr/lib/libpangoft2-1.0.so.0.2800.4
  420. 4a3de000-4a427000 r-xp 00000000 08:07 4794 /lib/libfreebl3.so
  421. 4a427000-4a428000 rw-p 00048000 08:07 4794 /lib/libfreebl3.so
  422. 4a428000-4a42c000 rw-p 00000000 00:00 0
  423. 4a42e000-4a435000 r-xp 00000000 08:07 4795 /lib/libcrypt-2.14.so
  424. 4a435000-4a436000 r--p 00007000 08:07 4795 /lib/libcrypt-2.14.so
  425. 4a436000-4a437000 rw-p 00008000 08:07 4795 /lib/libcrypt-2.14.so
  426. 4a437000-4a45e000 rw-p 00000000 00:00 0
  427. 4a460000-4a469000 r-xp 00000000 08:07 154940 /usr/lib/libXcursor.so.1.0.2
  428. 4a469000-4a46a000 rw-p 00008000 08:07 154940 /usr/lib/libXcursor.so.1.0.2
  429. 4a46c000-4a46e000 r-xp 00000000 08:07 154941 /usr/lib/libXcomposite.so.1.0.0
  430. 4a46e000-4a46f000 rw-p 00001000 08:07 154941 /usr/lib/libXcomposite.so.1.0.0
  431. 4a471000-4a475000 r-xp 00000000 08:07 4797 /lib/libuuid.so.1.3.0
  432. 4a475000-4a476000 rw-p 00003000 08:07 4797 /lib/libuuid.so.1.3.0
  433. 4a478000-4a49c000 r-xp 00000000 08:07 141765 /usr/lib/libdbus-glib-1.so.2.1.0
  434. 4a49c000-4a49d000 rw-p 00024000 08:07 141765 /usr/lib/libdbus-glib-1.so.2.1.0
  435. 4a4a7000-4a589000 r-xp 00000000 08:07 144520 /usr/lib/libstdc++.so.6.0.16
  436. 4a589000-4a58d000 r--p 000e1000 08:07 144520 /usr/lib/libstdc++.so.6.0.16
  437. 4a58d000-4a58f000 rw-p 000e5000 08:07 144520 /usr/lib/libstdc++.so.6.0.16
  438. 4a58f000-4a595000 rw-p 00000000 00:00 0
  439. 4a597000-4a650000 r-xp 00000000 08:07 147758 /usr/lib/libgdk-x11-2.0.so.0.2400.4
  440. 4a650000-4a653000 rw-p 000b9000 08:07 147758 /usr/lib/libgdk-x11-2.0.so.0.2400.4
  441. 4aad3000-4ab0c000 r-xp 00000000 08:07 5018 /lib/libnspr4.so
  442. 4ab0c000-4ab0e000 rw-p 00038000 08:07 5018 /lib/libnspr4.so
  443. 4ab0e000-4ab0f000 rw-p 00000000 00:00 0
  444. 4ab11000-4ab15000 r-xp 00000000 08:07 5019 /lib/libplc4.so
  445. 4ab15000-4ab16000 rw-p 00003000 08:07 5019 /lib/libplc4.so
  446. 4ab18000-4ab1b000 r-xp 00000000 08:07 5020 /lib/libplds4.so
  447. 4ab1b000-4ab1c000 rw-p 00002000 08:07 5020 /lib/libplds4.so
  448. 4aca8000-4ade6000 r-xp 00000000 08:07 154990 /usr/lib/libnss3.so
  449. 4ade6000-4adea000 rw-p 0013d000 08:07 154990 /usr/lib/libnss3.so
  450. 4adea000-4adeb000 rw-p 00000000 00:00 0
  451. 4adf2000-4ae09000 r-xp 00000000 08:07 154989 /usr/lib/libnssutil3.so
  452. 4ae09000-4ae0c000 rw-p 00017000 08:07 154989 /usr/lib/libnssutil3.so
  453. 4aef5000-4aefa000 r-xp 00000000 08:07 155038 /usr/lib/libXtst.so.6.1.0
  454. 4aefa000-4aefb000 rw-p 00004000 08:07 155038 /usr/lib/libXtst.so.6.1.0
  455. 4af08000-4af0f000 r-xp 00000000 08:07 154969 /usr/lib/libSM.so.6.0.1
  456. 4af0f000-4af10000 rw-p 00006000 08:07 154969 /usr/lib/libSM.so.6.0.1
  457. 4af12000-4af28000 r-xp 00000000 08:07 154968 /usr/lib/libICE.so.6.3.0
  458. 4af28000-4af2a000 rw-p 00015000 08:07 154968 /usr/lib/libICE.so.6.3.0
  459. 4af2a000-4af2b000 rw-p 00000000 00:00 0
  460. 4af2d000-4af56000 r-xp 00000000 08:07 154992 /usr/lib/libsmime3.so
  461. 4af56000-4af58000 rw-p 00029000 08:07 154992 /usr/lib/libsmime3.so
  462. 4af5a000-4af8d000 r-xp 00000000 08:07 154991 /usr/lib/libssl3.so
  463. 4af8d000-4af8f000 rw-p 00033000 08:07 154991 /usr/lib/libssl3.so
  464. 4b09a000-4b0a0000 r-xp 00000000 08:07 148422 /usr/lib/libogg.so.0.7.1
  465. 4b0a0000-4b0a1000 rw-p 00005000 08:07 148422 /usr/lib/libogg.so.0.7.1
  466. 4b0a3000-4b0cd000 r-xp 00000000 08:07 155019 /usr/lib/libvorbis.so.0.4.5
  467. 4b0cd000-4b0ce000 rw-p 00029000 08:07 155019 /usr/lib/libvorbis.so.0.4.5
  468. 4b16c000-4b175000 r-xp 00000000 08:07 147631 /usr/lib/libltdl.so.7.3.0
  469. 4b175000-4b176000 rw-p 00008000 08:07 147631 /usr/lib/libltdl.so.7.3.0
  470. 4b178000-4b211000 r-xp 00000000 08:07 154959 /usr/lib/libsqlite3.so.0.8.6
  471. 4b211000-4b213000 rw-p 00099000 08:07 154959 /usr/lib/libsqlite3.so.0.8.6
  472. 4b215000-4b226000 r-xp 00000000 08:07 155049 /usr/lib/libtdb.so.1.2.9
  473. 4b226000-4b227000 rw-p 00010000 08:07 155049 /usr/lib/libtdb.so.1.2.9
  474. 4b24a000-4b24d000 r-xp 00000000 08:07 154966 /usr/lib/libxcb-aux.so.0.0.0
  475. 4b24d000-4b24e000 rw-p 00002000 08:07 154966 /usr/lib/libxcb-aux.so.0.0.0
  476. 4b250000-4b252000 r-xp 00000000 08:07 148436 /usr/lib/libxcb-event.so.1.0.0
  477. 4b252000-4b253000 rw-p 00002000 08:07 148436 /usr/lib/libxcb-event.so.1.0.0
  478. 4b28c000-4b2a2000 r-xp 00000000 08:07 6780 /lib/libnsl-2.14.so
  479. 4b2a2000-4b2a3000 r--p 00016000 08:07 6780 /lib/libnsl-2.14.so
  480. 4b2a3000-4b2a4000 rw-p 00017000 08:07 6780 /lib/libnsl-2.14.so
  481. 4b2a4000-4b2a6000 rw-p 00000000 00:00 0
  482. 4b2df000-4b2e7000 r-xp 00000000 08:07 155048 /usr/lib/libvorbisfile.so.3.3.4
  483. 4b2e7000-4b2e8000 rw-p 00007000 08:07 155048 /usr/lib/libvorbisfile.so.3.3.4
  484. 4b2ea000-4b78b000 r-xp 00000000 08:07 154986 /usr/lib/libgtk-x11-2.0.so.0.2400.4
  485. 4b78b000-4b791000 rw-p 004a1000 08:07 154986 /usr/lib/libgtk-x11-2.0.so.0.2400.4
  486. 4b791000-4b792000 rw-p 00000000 00:00 0
  487. 4b984000-4b994000 r-xp 00000000 08:07 155050 /usr/lib/libcanberra.so.0.2.5
  488. 4b994000-4b995000 rw-p 0000f000 08:07 155050 /usr/lib/libcanberra.so.0.2.5
  489. 4ca49000-4caa2000 r-xp 00000000 08:07 147815 /usr/lib/libXt.so.6.0.0
  490. 4caa2000-4caa6000 rw-p 00059000 08:07 147815 /usr/lib/libXt.so.6.0.0
  491. 4ff18000-4ffc7000 r-xp 00000000 08:07 27993 /usr/lib/xulrunner-2/libxul.so
  492. 4ffc7000-5011a000 ---p 000af000 08:07 27993 /usr/lib/xulrunner-2/libxul.so
  493. 5011a000-5129a000 r-xp 000af000 08:07 27993 /usr/lib/xulrunner-2/libxul.so
  494. 5129a000-513c9000 rw-p 0122e000 08:07 27993 /usr/lib/xulrunner-2/libxul.so
  495. 513c9000-51400000 rw-p 00000000 00:00 0
  496. 51400000-51421000 rw-p 00000000 00:00 0
  497. 51421000-51500000 ---p 00000000 00:00 0
  498. 51600000-51700000 rw-p 00000000 00:00 0
  499. 51700000-517be000 rw-p 00000000 00:00 0
  500. 517be000-51800000 ---p 00000000 00:00 0
  501. 51800000-518b9000 rw-p 00000000 00:00 0
  502. 518b9000-51900000 ---p 00000000 00:00 0
  503. 51ac6000-51b00000 r--p 00000000 08:07 1491 /usr/share/fonts/dejavu/DejaVuSansMono-BoldOblique.ttf
  504. 51b00000-51b43000 rw-p 00000000 00:00 0
  505. 51b43000-51c00000 ---p 00000000 00:00 0
  506. 51c14000-51c25000 r--s 000d5000 08:06 20319669 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.wst.xml.ui_1.1.103.v201101122108.jar
  507. 51c25000-51c61000 r--p 00000000 08:07 1492 /usr/share/fonts/dejavu/DejaVuSansMono-Oblique.ttf
  508. 51c61000-51cae000 r--p 00000000 08:07 1490 /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf
  509. 51cae000-51d00000 r--p 00000000 08:07 1493 /usr/share/fonts/dejavu/DejaVuSansMono.ttf
  510. 51d00000-51dfd000 rw-p 00000000 00:00 0
  511. 51dfd000-51e00000 ---p 00000000 00:00 0
  512. 51e00000-51eff000 rw-p 00000000 00:00 0
  513. 51eff000-51f00000 ---p 00000000 00:00 0
  514. 51f04000-51f13000 r--s 000da000 08:06 20319511 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ant.ui_3.5.0.v20100427.jar
  515. 51f1b000-51f25000 r--s 00066000 08:06 20319622 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ltk.ui.refactoring_3.5.0.v20100526-0800.jar
  516. 51f25000-51f2c000 r--s 0003c000 08:06 20319482 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.wst.common.snippets_1.2.2.v201101130441.jar
  517. 51f2c000-51f46000 r--s 0012c000 08:06 20319616 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jdt.debug.ui_3.5.2.v20100928a_r362.jar
  518. 51f46000-51f59000 r--s 00240000 08:06 20319800 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ve.jfc_1.5.0.R20101202-1328.jar
  519. 51f59000-51f65000 r--s 00093000 08:06 20319811 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jem.proxy_2.0.301.v201101101700.jar
  520. 51f65000-51f77000 r--s 000ba000 08:06 20319701 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.gef_3.6.2.v20110110-2020.jar
  521. 51f77000-51f87000 r--s 0011d000 08:06 20319595 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.emf.ecore_2.6.1.v20100914-1218.jar
  522. 51f87000-51f96000 r--s 000a7000 08:06 20319798 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ve.cde_1.5.0.R20101202-1328.jar
  523. 51f96000-51fb2000 r--s 00197000 08:06 20319799 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ve.java.core_1.5.0.R20101202-1328.jar
  524. 51fb2000-51fc1000 r--s 000b0000 08:06 20972244 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/304/1/.cp/lib/sqljet.jar
  525. 51fc1000-51fd7000 r--s 001c2000 08:06 20972240 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/304/1/.cp/lib/svnkit.jar
  526. 51fd7000-52000000 r--s 00425000 08:06 20319630 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
  527. 52000000-52100000 rw-p 00000000 00:00 0
  528. 52101000-5210a000 r--s 00062000 08:06 20319567 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.wst.sse.core_1.1.504.v201102160550.jar
  529. 5210a000-52116000 r--s 00082000 08:06 20319733 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
  530. 52116000-52129000 r--s 000dc000 08:06 20319371 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
  531. 52131000-5213b000 r--s 00084000 08:06 20319507 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.team.cvs.core_3.3.301.R36x_v20110119-0815.jar
  532. 5213b000-52158000 r--s 0017a000 08:06 20319702 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.team.cvs.ui_3.3.302.R36x_v20110203-1036.jar
  533. 52158000-52161000 r--s 00056000 08:06 20319653 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.team.core_3.5.101.R36x_v20110203-1036.jar
  534. 52171000-52176000 r--s 00038000 08:06 20319638 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.text_3.5.0.v20100601-1300.jar
  535. 5217f000-52193000 r--p 00000000 08:07 149522 /usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo
  536. 52193000-52195000 r--s 0000e000 08:06 20319485 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.compare.core_3.5.101.R36x_v20100929-0800.jar
  537. 52195000-5219e000 r--s 0005b000 08:06 20319568 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jdt.junit_3.6.1.r361_v20100825-0800.jar
  538. 5219e000-521a5000 r--s 00094000 08:07 530724 /usr/java/jdk1.6.0_26/jre/lib/jsse.jar
  539. 521a6000-521af000 r--s 0007f000 08:06 20319587 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.draw2d_3.6.2.v20110128-0100.jar
  540. 521b5000-521c0000 r--p 00000000 08:07 138117 /usr/share/fonts/abattis-cantarell/Cantarell-Bold.otf
  541. 521c0000-521ce000 r--s 000a3000 08:06 20319384 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.wst.xml.core_1.1.503.v201102102045.jar
  542. 521ce000-521d1000 r--s 00014000 08:06 20319606 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar
  543. 521da000-521dd000 r--s 00013000 08:07 530567 /usr/java/jdk1.6.0_26/jre/lib/jce.jar
  544. 521de000-5223e000 rw-s 00000000 00:04 393221 /SYSV00000000 (deleted)
  545. 5223e000-52244000 r--s 0002f000 08:06 20319664 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.wst.common.emf_1.2.3.v201012100400.jar
  546. 5224d000-5227e000 r--s 00240000 08:06 20319708 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar
  547. 5227e000-52282000 r--s 0001f000 08:06 20319699 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.wst.common.emfworkbench.integration_1.2.3.v201012020600.jar
  548. 52282000-52289000 r--s 00048000 08:06 20319673 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ltk.core.refactoring_3.5.101.r362_v20101117-0800.jar
  549. 52289000-5228c000 r--s 00022000 08:06 20972243 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/304/1/.cp/lib/antlr-runtime-3.1.3.jar
  550. 5228c000-52290000 r--s 000e4000 08:06 20972242 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/304/1/.cp/lib/jna.jar
  551. 52290000-52293000 r--s 00018000 08:06 20972241 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/304/1/.cp/lib/svnkit-javahl.jar
  552. 52293000-52298000 r--s 00039000 08:06 20972239 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/304/1/.cp/lib/trilead.jar
  553. 52298000-522a3000 r--s 0007d000 08:06 20319613 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ui.editors_3.6.1.r361_v20100825-0800.jar
  554. 522a3000-522a7000 r--s 00024000 08:06 20319573 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ui.console_3.5.0.v20100526.jar
  555. 522a8000-522b1000 r--s 00059000 08:06 20319481 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.mylyn.commons.ui_3.4.0.v20100608-0100-e3x.jar
  556. 522b1000-522b3000 r--s 00007000 08:06 20319632 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.mylyn.ide.ui_3.4.0.v20100608-0100-e3x.jar
  557. 522b3000-522b6000 r--s 00018000 08:06 20319364 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.mylyn.context.core_3.4.1.v20100909-0100-e3x.jar
  558. 522b6000-522b7000 r--s 00008000 08:06 20319720 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.mylyn.monitor.core_3.4.0.v20100608-0100-e3x.jar
  559. 522b7000-522be000 r--s 00052000 08:06 20319659 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jdt.apt.core_3.3.402.R36_v20110120-1000.jar
  560. 522be000-522c1000 r--s 00017000 08:06 20319588 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.emf.ecore.change_2.5.1.v20100907-1643.jar
  561. 522c1000-522c6000 r--s 00020000 08:06 20319674 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.wst.common.frameworks.ui_1.2.0.v201004080500.jar
  562. 522c6000-522c9000 r--s 000c0000 08:06 20972234 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/303/1/.cp/lib/jna.jar
  563. 522c9000-522cc000 r--s 00016000 08:06 20972233 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/303/1/.cp/lib/svnkit-javahl.jar
  564. 522cc000-522e2000 r--s 001ac000 08:06 20972232 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/303/1/.cp/lib/svnkit.jar
  565. 522e2000-522e5000 r--s 00013000 08:06 20319604 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ui.views_3.5.1.M20110202-0800.jar
  566. 522e5000-52301000 r--s 00141000 08:06 20319714 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.team.ui_3.5.102.R36x_v20110203-1036.jar
  567. 52301000-52334000 r--s 0022e000 08:06 20316178 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.team.svn.ui_0.7.9.I20110207-1700.jar
  568. 52334000-523c6000 r--s 008f6000 08:06 20319379 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jdt.ui_3.6.2.r362_v20110203.jar
  569. 523c6000-523c8000 r--s 00007000 08:06 20319734 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.core.variables_3.2.400.v20100505.jar
  570. 523c8000-523cd000 r--s 00039000 08:06 20972231 /home/alexandrelc/Programas/Eclipse Java/configuration/org.eclipse.osgi/bundles/303/1/.cp/lib/trilead.jar
  571. 523cd000-523d2000 r--s 00027000 08:06 20316186 /home/alexandrelc/Programas/Eclipse Java/plugins/org.polarion.eclipse.team.svn.connector.javahl16_2.2.2.I20110124-1700.jar
  572. 523d2000-523e7000 r--s 000d2000 08:06 20316177 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.team.svn.core_0.7.9.I20110207-1700.jar
  573. 523e7000-523ef000 r--s 0004c000 08:06 20319561 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.debug.core_3.6.0.v20100519.jar
  574. 523fa000-52400000 r--s 00030000 08:06 20319474 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.wst.dtd.ui_1.0.500.v201004290328.jar
  575. 52400000-524f8000 rw-p 00000000 00:00 0
  576. 524f8000-52500000 ---p 00000000 00:00 0
  577. 52500000-52504000 r--s 0001d000 08:06 20319569 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ui.externaltools_3.2.0.v20100427.jar
  578. 52504000-52507000 r--s 0000b000 08:06 20319512 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.wst.common.core_1.2.0.v200908252030.jar
  579. 52507000-52509000 r--s 003c4000 08:06 20316188 /home/alexandrelc/Programas/Eclipse Java/plugins/org.polarion.eclipse.team.svn.connector.svnkit16_2.2.2.I20110124-1700.jar
  580. 52509000-5250c000 rw-s 00000000 00:04 360452 /SYSV00000000 (deleted)
  581. 52510000-52511000 r--s 00007000 08:06 20319603 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jdt.apt.pluggable.core_1.0.301.R36_v20100727-0110.jar
  582. 52511000-52513000 r--s 002be000 08:06 20316187 /home/alexandrelc/Programas/Eclipse Java/plugins/org.polarion.eclipse.team.svn.connector.svnkit15_2.2.2.I20110124-1700.jar
  583. 52513000-52517000 r--s 00027000 08:06 20316185 /home/alexandrelc/Programas/Eclipse Java/plugins/org.polarion.eclipse.team.svn.connector.javahl15_2.2.2.I20110124-1700.jar
  584. 52517000-5251b000 r--s 00044000 08:06 20319499 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jdt.launching_3.5.200.v20110105_r362.jar
  585. 5251b000-5251f000 r--s 00022000 08:06 20319649 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.mylyn.java.ui_3.4.0.v20100608-0100-e3x.jar
  586. 5251f000-52527000 r--s 00115000 08:07 530723 /usr/java/jdk1.6.0_26/jre/lib/resources.jar
  587. 52527000-5252a000 r--s 00013000 08:06 20319575 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.core.expressions_3.4.200.v20100505.jar
  588. 5252a000-5254b000 r--s 00607000 08:06 20319687 /home/alexandrelc/Programas/Eclipse Java/plugins/com.ibm.icu_4.2.1.v20100412.jar
  589. 5254b000-5254f000 r--s 00032000 08:06 20319625 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.emf.ecore.xmi_2.5.0.v20100521-1846.jar
  590. 5254f000-52553000 r--s 00030000 08:06 20319623 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.emf.common_2.6.0.v20100914-1218.jar
  591. 52553000-52556000 r--s 00019000 08:06 20319460 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar
  592. 52556000-52559000 r--s 00012000 08:06 20319651 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jdt.core.manipulation_1.3.0.v20100520-0800.jar
  593. 52559000-5255b000 r--s 0000c000 08:06 20319700 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jdt.compiler.tool_1.0.100.v_A76_R36x.jar
  594. 5255b000-52600000 r--p 00000000 08:07 1523 /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf
  595. 52600000-5262e000 rw-p 00000000 00:00 0
  596. 5262e000-52700000 ---p 00000000 00:00 0
  597. 52700000-52703000 r--s 00014000 08:06 20319382 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar
  598. 52703000-52706000 r--s 00018000 08:06 20319689 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jem.util_2.1.3.v201012070000.jar
  599. 52706000-52712000 r--s 000b2000 08:06 20319624 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.core.resources_3.6.1.R36x_v20110131-1630.jar
  600. 52712000-52738000 r--s 0020a000 08:06 20319475 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar
  601. 52738000-52742000 r--p 00000000 08:07 138118 /usr/share/fonts/abattis-cantarell/Cantarell-Regular.otf
  602. 52742000-52745000 r--s 00000000 08:07 7297 /var/cache/fontconfig/87f5e051180a7a75f16eb6fe7dbd3749-le32d4.cache-3
  603. 52745000-5274b000 r--s 00000000 08:07 7230 /var/cache/fontconfig/b79f3aaa7d385a141ab53ec885cc22a8-le32d4.cache-3
  604. 5274b000-5274d000 r--s 00000000 08:07 5579 /var/cache/fontconfig/0b1bcc92b4d25cc154d77dafe3bceaa0-le32d4.cache-3
  605. 5274d000-5274f000 r--s 00000000 08:07 5578 /var/cache/fontconfig/2e1514a9fdd499050989183bb65136db-le32d4.cache-3
  606. 5274f000-52751000 r--s 00000000 08:07 5577 /var/cache/fontconfig/5c755b2f27115486aa6359c84dd3cbda-le32d4.cache-3
  607. 52751000-52752000 r--s 00000000 08:07 5576 /var/cache/fontconfig/3f821257dd33660ba7bbb45c32deb84c-le32d4.cache-3
  608. 52752000-52754000 r--s 00000000 08:07 5575 /var/cache/fontconfig/830f035fa84a65ce80e050178dbb630d-le32d4.cache-3
  609. 52754000-52755000 r--s 00000000 08:07 5574 /var/cache/fontconfig/81a173283b451552b599cfaafd6236bd-le32d4.cache-3
  610. 52755000-52756000 r--s 00000000 08:07 5573 /var/cache/fontconfig/ac68f755438cc3dc5a526084839fc7ca-le32d4.cache-3
  611. 52756000-52757000 r--s 00000000 08:07 5572 /var/cache/fontconfig/12513961c6e7090f8648812f9eaf65d6-le32d4.cache-3
  612. 52757000-52759000 r--s 00000000 08:07 5571 /var/cache/fontconfig/e26bf336397aae6fcef4d3803472adec-le32d4.cache-3
  613. 52759000-5275a000 r--s 00000000 08:07 5570 /var/cache/fontconfig/a5c2dc934fad9bbf30c854216245519d-le32d4.cache-3
  614. 5275a000-5275b000 r--s 00000000 08:07 5569 /var/cache/fontconfig/17e60ccdf2eb53b214a9a5d6663eb217-le32d4.cache-3
  615. 5275b000-5275c000 r--s 00000000 08:07 29540 /var/cache/fontconfig/6fcb01a03a016cc71057b587cdea6709-le32d4.cache-3
  616. 5275c000-5275d000 r--s 00000000 08:07 5568 /var/cache/fontconfig/b887eea8f1b96e1d899b44ed6681fc27-le32d4.cache-3
  617. 5275d000-5275e000 r--s 00000000 08:07 5567 /var/cache/fontconfig/860639f272b8b4b3094f9e399e41bccd-le32d4.cache-3
  618. 5275e000-5275f000 r--s 00000000 08:07 5566 /var/cache/fontconfig/211368abcb0ff835c229ff05c9ec01dc-le32d4.cache-3
  619. 5275f000-52760000 r--s 00000000 08:07 5565 /var/cache/fontconfig/c46020d7221988a13df853d2b46304fc-le32d4.cache-3
  620. 52760000-52761000 r--s 00000000 08:07 35471 /var/cache/fontconfig/df893b4576ad6107f9397134092c4059-le32d4.cache-3
  621. 52761000-52762000 r--s 00000000 08:07 5563 /var/cache/fontconfig/900402270e15d763a6e008bb2d4c7686-le32d4.cache-3
  622. 52762000-52763000 r--s 00000000 08:07 35470 /var/cache/fontconfig/47f48679023f44a4d1e44699a69464f6-le32d4.cache-3
  623. 52763000-52764000 r--s 00000000 08:07 5561 /var/cache/fontconfig/2881ed3fd21ca306ddad6f9b0dd3189f-le32d4.cache-3
  624. 52764000-52765000 r--s 00000000 08:07 5560 /var/cache/fontconfig/3c3fb04d32a5211b073874b125d29701-le32d4.cache-3
  625. 52765000-52766000 r--s 00000000 08:07 5559 /var/cache/fontconfig/e61abf8156cc476151baa07d67337cae-le32d4.cache-3
  626. 52766000-52769000 r--s 00000000 08:07 35472 /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-le32d4.cache-3
  627. 52769000-5276a000 r--s 00000000 08:07 5557 /var/cache/fontconfig/d3379abda271c4acd2ad0c01f565d0b0-le32d4.cache-3
  628. 5276a000-5276b000 r--s 00000000 08:07 5556 /var/cache/fontconfig/b4d0b56f766d89640448751fcd18ec1e-le32d4.cache-3
  629. 5276b000-52772000 r--s 00000000 08:07 5555 /var/cache/fontconfig/12b26b760a24f8b4feb03ad48a333a72-le32d4.cache-3
  630. 52772000-52773000 r--s 00000000 08:07 5554 /var/cache/fontconfig/3640555adad8a8f6978400293cfce7ab-le32d4.cache-3
  631. 52773000-52777000 r--s 00017000 08:06 20319730 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.core.commands_3.6.0.I20100512-1500.jar
  632. 52777000-5277c000 r--s 00021000 08:06 20319696 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ui_3.6.2.M20110203-1100.jar
  633. 5277c000-52790000 r--s 00213000 08:06 20319563 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.swt.gtk.linux.x86_3.6.2.v3659b.jar
  634. 52790000-52791000 r--s 00004000 08:06 20319484 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.swt_3.6.2.v3659c.jar
  635. 52791000-527a6000 r--s 000f1000 08:06 20319706 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jface_3.6.2.M20110210-1200.jar
  636. 527a6000-527a8000 r--s 00001000 08:06 20319467 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20100511-0800/compatibility.jar
  637. 527a8000-527ef000 r--s 003ab000 08:06 20319386 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
  638. 527ef000-527f0000 r--s 00002000 08:06 20319590 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.core.filesystem.linux.x86_1.4.0.v20100505-1235.jar
  639. 527f0000-527f4000 r--s 00036000 08:06 20319806 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jem.beaninfo_2.0.300.v200905030615.jar
  640. 527f4000-527f6000 r--s 0000b000 08:06 20319502 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar
  641. 527f6000-527fb000 r--s 0003f000 08:06 20319804 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jem_2.0.400.v201005110200.jar
  642. 527fb000-527fd000 r--s 00011000 08:06 20319801 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.ve.propertysheet_1.5.0.R20101202-1328.jar
  643. 527fd000-52800000 r--s 00019000 08:06 20319615 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.equinox.preferences_3.3.0.v20100503.jar
  644. 52800000-528a4000 rw-p 00000000 00:00 0
  645. 528a4000-52900000 ---p 00000000 00:00 0
  646. 52900000-529fe000 rw-p 00000000 00:00 0
  647. 529fe000-52a00000 ---p 00000000 00:00 0
  648. 52a00000-52ae6000 rw-p 00000000 00:00 0
  649. 52ae6000-52b00000 ---p 00000000 00:00 0
  650. 52b00000-52bfe000 rw-p 00000000 00:00 0
  651. 52bfe000-52c00000 ---p 00000000 00:00 0
  652. 52c00000-52cff000 rw-p 00000000 00:00 0
  653. 52cff000-52d00000 ---p 00000000 00:00 0
  654. 52d00000-52d21000 rw-p 00000000 00:00 0
  655. 52d21000-52e00000 ---p 00000000 00:00 0
  656. 52e00000-52efc000 rw-p 00000000 00:00 0
  657. 52efc000-52f00000 ---p 00000000 00:00 0
  658. 52f00000-52f04000 r--s 00029000 08:06 20319628 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.equinox.registry_3.5.0.v20100503.jar
  659. 52f04000-52f06000 r--s 00010000 08:06 20319591 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.core.runtime_3.6.0.v20100505.jar
  660. 52f06000-52f08000 r--s 00011000 08:06 20319808 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jem.workbench_2.0.300.v200910290230.jar
  661. 52f08000-52f0b000 r--s 00023000 08:06 20319680 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jdt.compiler.apt_1.0.300.v20100513-0845.jar
  662. 52f0b000-52f0d000 r--s 00011000 08:06 20319677 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.equinox.util_1.0.200.v20100503.jar
  663. 52f0d000-52f0f000 r--s 00004000 08:06 20319807 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jem.beaninfo.vm.common_2.0.300.v201004110600.jar
  664. 52f0f000-52f11000 r--s 00017000 08:06 20319688 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar
  665. 52f11000-52f13000 r--s 00001000 08:07 932290 /usr/java/jdk1.6.0_26/jre/lib/ext/dnsns.jar
  666. 52f13000-52f24000 r--s 00108000 08:06 20319577 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.osgi_3.6.2.R36x_v20110210.jar
  667. 52f24000-52f26000 r--s 0000a000 08:06 20319681 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
  668. 52f26000-52f5a000 rw-p 00000000 00:00 0
  669. 52f5a000-530f2000 r--s 03029000 08:07 530731 /usr/java/jdk1.6.0_26/jre/lib/rt.jar
  670. 530f2000-53113000 rw-p 00000000 00:00 0
  671. 53113000-53273000 rw-p 00000000 00:00 0
  672. 53273000-532c9000 rw-p 00000000 00:00 0
  673. 532c9000-53374000 rw-p 00000000 00:00 0
  674. 53374000-5339f000 rw-p 00000000 00:00 0
  675. 5339f000-533f4000 rw-p 00000000 00:00 0
  676. 533f4000-5344a000 rw-p 00000000 00:00 0
  677. 5344a000-534f4000 rw-p 00000000 00:00 0
  678. 534f4000-53514000 rw-p 00000000 00:00 0
  679. 53514000-5367f000 rw-p 00000000 00:00 0
  680. 5367f000-58bf0000 rw-p 00000000 00:00 0
  681. 58bf0000-63680000 rw-p 00000000 00:00 0
  682. 63680000-6e130000 rw-p 00000000 00:00 0
  683. 6e130000-83680000 rw-p 00000000 00:00 0
  684. 83680000-87680000 rw-p 00000000 00:00 0
  685. 87680000-b5480000 rw-p 00000000 00:00 0
  686. b5480000-b54a7000 rw-p 00000000 00:00 0
  687. b54a7000-b5500000 rw-p 00000000 00:00 0
  688. b5500000-b5ea0000 rwxp 00000000 00:00 0
  689. b5ea0000-b7500000 rw-p 00000000 00:00 0
  690. b7500000-b7508000 rw-s 00000000 08:07 264491 /tmp/hsperfdata_alexandrelc/2634
  691. b7508000-b7509000 rw-p 00000000 00:00 0
  692. b7509000-b750a000 r--p 00000000 00:00 0
  693. b750a000-b756a000 rw-s 00000000 00:04 327683 /SYSV00000000 (deleted)
  694. b756a000-b7570000 r--p 00000000 08:07 141441 /usr/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo
  695. b7570000-b7576000 r--p 00000000 08:07 149529 /usr/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo
  696. b7576000-b75d9000 rw-p 00000000 00:00 0
  697. b75d9000-b75f6000 r--s 00000000 08:07 139111 /usr/share/mime/mime.cache
  698. b75f6000-b75f7000 r--s 00009000 08:06 20319805 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.jem.beaninfo.vm_2.0.300.v201004110600.jar
  699. b75f7000-b760c000 r--p 00000000 08:07 137724 /usr/share/locale/pt_BR/LC_MESSAGES/libc.mo
  700. b760c000-b780c000 r--p 00000000 08:07 139947 /usr/lib/locale/locale-archive
  701. b780c000-b780e000 rw-p 00000000 00:00 0
  702. b780e000-b780f000 r--s 00002000 08:06 20447763 /home/alexandrelc/Programas/Eclipse Java/plugins/org.eclipse.core.runtime.compatibility.registry_3.3.0.v20100520/runtime_registry_compatibility.jar
  703. b780f000-b7816000 r--s 00000000 08:07 139373 /usr/lib/gconv/gconv-modules.cache
  704. b7816000-b7825000 r--p 00000000 08:07 150038 /usr/share/locale/pt_BR/LC_MESSAGES/gtk20.mo
  705. b7825000-b7826000 rw-p 00000000 00:00 0
  706. bfb49000-bfb4c000 ---p 00000000 00:00 0
  707. bfb4d000-bfb99000 rwxp 00000000 00:00 0 [stack]
  708.  
  709. VM Arguments:
  710. jvm_args: -Dosgi.requiredJavaVersion=1.5 -XX:MaxPermSize=768m -Xms256m -Xmx768m
  711. java_command: <unknown>
  712. Launcher Type: generic
  713.  
  714. Environment Variables:
  715. JAVA_HOME=/usr/java/jre1.6.0_26
  716. PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/alexandrelc/bin
  717. USERNAME=alexandrelc
  718. LD_LIBRARY_PATH=/usr/java/jdk1.6.0_26/jre/lib/i386/client:/usr/java/jdk1.6.0_26/jre/lib/i386:
  719. SHELL=/bin/bash
  720. DISPLAY=:0.0
  721.  
  722. Signal Handlers:
  723. SIGSEGV: [libjvm.so+0x469ec0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  724. SIGBUS: [libjvm.so+0x469ec0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  725. SIGFPE: [libjvm.so+0x38bf10], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  726. SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
  727. SIGXFSZ: [libjvm.so+0x38bf10], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  728. SIGILL: [libjvm.so+0x38bf10], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  729. SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
  730. SIGUSR2: [libjvm.so+0x38f150], sa_mask[0]=0x00000000, sa_flags=0x10000004
  731. SIGHUP: [libjvm.so+0x38ed30], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  732. SIGINT: [libjvm.so+0x38ed30], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  733. SIGTERM: [libjvm.so+0x38ed30], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  734. SIGQUIT: [libjvm.so+0x38ed30], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
  735.  
  736.  
  737. --------------- S Y S T E M ---------------
  738.  
  739. OS:Fedora release 15 (Lovelock)
  740.  
  741. uname:Linux 2.6.38.8-35.fc15.i686 #1 SMP Wed Jul 6 14:46:26 UTC 2011 i686
  742. libc:glibc 2.14 NPTL 2.14
  743. rlimit: STACK 8192k, CORE 0k, NPROC 1024, NOFILE 4096, AS infinity
  744. load average:1,42 0,96 0,42
  745.  
  746. /proc/meminfo:
  747. MemTotal: 2956028 kB
  748. MemFree: 1660128 kB
  749. Buffers: 51812 kB
  750. Cached: 548576 kB
  751. SwapCached: 0 kB
  752. Active: 715876 kB
  753. Inactive: 491600 kB
  754. Active(anon): 608092 kB
  755. Inactive(anon): 138472 kB
  756. Active(file): 107784 kB
  757. Inactive(file): 353128 kB
  758. Unevictable: 0 kB
  759. Mlocked: 0 kB
  760. HighTotal: 2102232 kB
  761. HighFree: 931648 kB
  762. LowTotal: 853796 kB
  763. LowFree: 728480 kB
  764. SwapTotal: 975868 kB
  765. SwapFree: 975868 kB
  766. Dirty: 348 kB
  767. Writeback: 0 kB
  768. AnonPages: 607088 kB
  769. Mapped: 103724 kB
  770. Shmem: 139488 kB
  771. Slab: 45392 kB
  772. SReclaimable: 19008 kB
  773. SUnreclaim: 26384 kB
  774. KernelStack: 3360 kB
  775. PageTables: 6696 kB
  776. NFS_Unstable: 0 kB
  777. Bounce: 0 kB
  778. WritebackTmp: 0 kB
  779. CommitLimit: 2453880 kB
  780. Committed_AS: 2010376 kB
  781. VmallocTotal: 122880 kB
  782. VmallocUsed: 33228 kB
  783. VmallocChunk: 68652 kB
  784. HardwareCorrupted: 0 kB
  785. AnonHugePages: 253952 kB
  786. HugePages_Total: 0
  787. HugePages_Free: 0
  788. HugePages_Rsvd: 0
  789. HugePages_Surp: 0
  790. Hugepagesize: 4096 kB
  791. DirectMap4k: 20472 kB
  792. DirectMap4M: 880640 kB
  793.  
  794.  
  795. 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
  796.  
  797. /proc/cpuinfo:
  798. processor : 0
  799. vendor_id : GenuineIntel
  800. cpu family : 6
  801. model : 37
  802. model name : Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz
  803. stepping : 5
  804. cpu MHz : 2266.000
  805. cache size : 3072 KB
  806. physical id : 0
  807. siblings : 4
  808. core id : 0
  809. cpu cores : 2
  810. apicid : 0
  811. initial apicid : 0
  812. fdiv_bug : no
  813. hlt_bug : no
  814. f00f_bug : no
  815. coma_bug : no
  816. fpu : yes
  817. fpu_exception : yes
  818. cpuid level : 11
  819. wp : yes
  820. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat dts tpr_shadow vnmi flexpriority ept vpid
  821. bogomips : 4533.33
  822. clflush size : 64
  823. cache_alignment : 64
  824. address sizes : 36 bits physical, 48 bits virtual
  825. power management:
  826.  
  827. processor : 1
  828. vendor_id : GenuineIntel
  829. cpu family : 6
  830. model : 37
  831. model name : Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz
  832. stepping : 5
  833. cpu MHz : 933.000
  834. cache size : 3072 KB
  835. physical id : 0
  836. siblings : 4
  837. core id : 2
  838. cpu cores : 2
  839. apicid : 4
  840. initial apicid : 4
  841. fdiv_bug : no
  842. hlt_bug : no
  843. f00f_bug : no
  844. coma_bug : no
  845. fpu : yes
  846. fpu_exception : yes
  847. cpuid level : 11
  848. wp : yes
  849. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat dts tpr_shadow vnmi flexpriority ept vpid
  850. bogomips : 4533.18
  851. clflush size : 64
  852. cache_alignment : 64
  853. address sizes : 36 bits physical, 48 bits virtual
  854. power management:
  855.  
  856. processor : 2
  857. vendor_id : GenuineIntel
  858. cpu family : 6
  859. model : 37
  860. model name : Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz
  861. stepping : 5
  862. cpu MHz : 933.000
  863. cache size : 3072 KB
  864. physical id : 0
  865. siblings : 4
  866. core id : 0
  867. cpu cores : 2
  868. apicid : 1
  869. initial apicid : 1
  870. fdiv_bug : no
  871. hlt_bug : no
  872. f00f_bug : no
  873. coma_bug : no
  874. fpu : yes
  875. fpu_exception : yes
  876. cpuid level : 11
  877. wp : yes
  878. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat dts tpr_shadow vnmi flexpriority ept vpid
  879. bogomips : 4533.18
  880. clflush size : 64
  881. cache_alignment : 64
  882. address sizes : 36 bits physical, 48 bits virtual
  883. power management:
  884.  
  885. processor : 3
  886. vendor_id : GenuineIntel
  887. cpu family : 6
  888. model : 37
  889. model name : Intel(R) Core(TM) i3 CPU M 350 @ 2.27GHz
  890. stepping : 5
  891. cpu MHz : 933.000
  892. cache size : 3072 KB
  893. physical id : 0
  894. siblings : 4
  895. core id : 2
  896. cpu cores : 2
  897. apicid : 5
  898. initial apicid : 5
  899. fdiv_bug : no
  900. hlt_bug : no
  901. f00f_bug : no
  902. coma_bug : no
  903. fpu : yes
  904. fpu_exception : yes
  905. cpuid level : 11
  906. wp : yes
  907. flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm arat dts tpr_shadow vnmi flexpriority ept vpid
  908. bogomips : 4533.18
  909. clflush size : 64
  910. cache_alignment : 64
  911. address sizes : 36 bits physical, 48 bits virtual
  912. power management:
  913.  
  914.  
  915.  
  916. Memory: 4k page, physical 2956028k(1660128k free), swap 975868k(975868k free)
  917.  
  918. vm_info: Java HotSpot(TM) Client VM (20.1-b02) for linux-x86 JRE (1.6.0_26-b03), built on May 4 2011 01:23:42 by "java_re" with gcc 3.2.1-7a (J2SE release)
  919.  
  920. time: Thu Jul 28 14:13:08 2011
  921. elapsed time: 59 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement