eclipse在linux下无故闪退解决

打开eclipse将鼠标放在代码上等待代码提示的时候,直接闪退

错误如下:

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x00007f25d0b922a1, pid=3459, tid=139803099674368

JRE version: Java™ SE Runtime Environment (7.0_60-b19) (build 1.7.0_60-b19)

Java VM: Java HotSpot™ 64-Bit Server VM (24.60-b09 mixed mode linux-amd64 compressed oops)

Problematic frame:

C [libsoup-2.4.so.1+0x6c2a1] soup_session_feature_detach+0x11

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try “ulimit -c unlimited” before starting Java again

If you would like to submit a bug report, please visit:

http://bugreport.sun.com/bugreport/crash.jsp

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

————— T H R E A D —————

Current thread (0x00007f266c00a800): JavaThread “main” [_thread_in_native, id=3460, stack(0x00007f2672083000,0x00007f2672184000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000000

Registers:
RAX=0x00007f266cf3dcc0, RBX=0x0000000000000000, RCX=0x0000000000000001, RDX=0x00007f26721a4968
RSP=0x00007f26721811f0, RBP=0x00007f266c9a1580, RSI=0x00007f266c9a1580, RDI=0x0000000000000000
R8 =0x0000000000000000, R9 =0x00007f266dba0600, R10=0x00007f2672180dd0, R11=0x00007f2672180ed0
R12=0x0000000000000000, R13=0x00000000a5b21248, R14=0x00007f26721812d0, R15=0x00007f266c00a800
RIP=0x00007f25d0b922a1, EFLAGS=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007f26721811f0)
0x00007f26721811f0: 00007f266dbaca00 00007f266c9a1580
0x00007f2672181200: 0000000000000000 00007f25d9449aa9
0x00007f2672181210: 00007f2672181298 00000000a5b21248
0x00007f2672181220: 00007f2672181298 00007f2668182d98
0x00007f2672181230: 0000000000000000 00007f25d22a6440
0x00007f2672181240: 00007f266c00a800 00007f2672181248
0x00007f2672181250: 00007f266c00a800 00007f2672181258
0x00007f2672181260: 00000000a5b21248 00007f26721812d0
0x00007f2672181270: 00000000a5b29558 0000000000000000
0x00007f2672181280: 00000000a5b21248 0000000000000000
0x00007f2672181290: 00007f26721812b8 00007f2672181318
0x00007f26721812a0: 00007f2668176058 00000000ee252fc0
0x00007f26721812b0: 00007f266817ecd8 00007f266c9a1580
0x00007f26721812c0: 00007f266c00a800 0000000000000000
0x00007f26721812d0: 0000000000000001 00007f26721812d8
0x00007f26721812e0: 00000000a5b21321 00007f2672181348
0x00007f26721812f0: 00000000a5b29558 0000000000000000
0x00007f2672181300: 00000000a5b21370 00007f26721812b8
0x00007f2672181310: 00007f2672181330 00007f2672181390
0x00007f2672181320: 00007f2668176058 0000000000000000
0x00007f2672181330: 00007f266c9a1580 0000000000000000
0x00007f2672181340: 0000000000000000 0000000000000000
0x00007f2672181350: 00007f2672181350 00000000a5b0da90
0x00007f2672181360: 00007f2672181418 00000000a5b16278
0x00007f2672181370: 0000000000000000 00000000a5b0dd38
0x00007f2672181380: 00007f2672181330 00007f2672181408
0x00007f2672181390: 00007f2672181460 00007f2668176058
0x00007f26721813a0: 0000000000000000 0000000000000000
0x00007f26721813b0: 0000000000000000 0000000000000000
0x00007f26721813c0: 0000000000000000 0000000000000000
0x00007f26721813d0: 0000000000000000 00007f266c9a1580
0x00007f26721813e0: 0000000000000000 00000000ee2a36e8

Instructions: (pc=0x00007f25d0b922a1)
0x00007f25d0b92281: 83 c4 08 48 89 df 5b 48 89 ee 5d ff e0 66 90 55
0x00007f25d0b92291: 48 89 f5 53 48 89 fb 48 83 ec 08 e8 2f fd ff ff
0x00007f25d0b922a1: 48 8b 3b 48 89 c6 e8 84 b5 fc ff 48 8b 40 18 48
0x00007f25d0b922b1: 83 c4 08 48 89 df 5b 48 89 ee 5d ff e0 66 90 55

Register to memory mapping:

RAX=0x00007f266cf3dcc0 is an unknown value
RBX=0x0000000000000000 is an unknown value
RCX=0x0000000000000001 is an unknown value
RDX=0x00007f26721a4968: _rtld_global+0x908 in /lib64/ld-linux-x86-64.so.2 at 0x00007f2671f81000
RSP=0x00007f26721811f0 is pointing into the stack for thread: 0x00007f266c00a800
RBP=0x00007f266c9a1580 is an unknown value
RSI=0x00007f266c9a1580 is an unknown value
RDI=0x0000000000000000 is an unknown value
R8 =0x0000000000000000 is an unknown value
R9 =0x00007f266dba0600 is an unknown value
R10=0x00007f2672180dd0 is pointing into the stack for thread: 0x00007f266c00a800
R11=0x00007f2672180ed0 is pointing into the stack for thread: 0x00007f266c00a800
R12=0x0000000000000000 is an unknown value
R13=0x00000000a5b21248 is an oop
{method}

  • klass: {other class}
    R14=0x00007f26721812d0 is pointing into the stack for thread: 0x00007f266c00a800
    R15=0x00007f266c00a800 is a thread

Stack: [0x00007f2672083000,0x00007f2672184000], sp=0x00007f26721811f0, free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libsoup-2.4.so.1+0x6c2a1] soup_session_feature_detach+0x11

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.eclipse.swt.internal.webkit.WebKitGTK._soup_session_feature_detach(JJ)V+0
j org.eclipse.swt.internal.webkit.WebKitGTK.soup_session_feature_detach(JJ)V+9
j org.eclipse.swt.browser.WebKit.create(Lorg/eclipse/swt/widgets/Composite;I)V+920
j org.eclipse.swt.browser.Browser.(Lorg/eclipse/swt/widgets/Composite;I)V+81
j org.eclipse.jface.internal.text.html.BrowserInformationControl.isAvailable(Lorg/eclipse/swt/widgets/Composite;)Z+12
j org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover$HoverControlCreator.doCreateInformationControl(Lorg/eclipse/swt/widgets/Shell;)Lorg/eclipse/jface/text/IInformationControl;+18
j org.eclipse.jface.text.AbstractReusableInformationControlCreator.createInformationControl(Lorg/eclipse/swt/widgets/Shell;)Lorg/eclipse/jface/text/IInformationControl;+20
j org.eclipse.jface.text.AbstractInformationControlManager.getInformationControl()Lorg/eclipse/jface/text/IInformationControl;+176
j org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(Lorg/eclipse/swt/graphics/Rectangle;Ljava/lang/Object;)V+18
j org.eclipse.jface.text.AbstractInformationControlManager.presentInformation()V+70
j org.eclipse.jface.text.AbstractHoverInformationControlManager.presentInformation()V+64
j org.eclipse.jface.text.TextViewerHoverManager.doPresentInformation()V+1
j org.eclipse.jface.text.TextViewerHoverManager$5.run()V+4
j org.eclipse.swt.widgets.RunnableLock.run()V+11
j org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29
j org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+61
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run()V+606
j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Lorg/eclipse/e4/ui/model/application/MApplicationElement;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+57
j org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(Lorg/eclipse/e4/ui/model/application/MApplicationElement;)V+20
j org.eclipse.ui.internal.Workbench$5.run()V+256
j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+108
j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
j org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
v ~StubRoutines::call_stub

————— P R O C E S S —————

Java Threads: ( => current thread )
0x00007f25d4044800 JavaThread “Worker-6” [thread_blocked, id=3542, stack(0x00007f25f06a4000,0x00007f25f07a5000)]
0x00007f2608009800 JavaThread “[ThreadPool Manager] - Idle Thread” daemon [
thread_blocked, id=3535, stack(0x00007f25f26fd000,0x00007f25f27fe000)]
0x00007f25e401f800 JavaThread “Worker-5” [thread_blocked, id=3521, stack(0x00007f25f23fa000,0x00007f25f24fb000)]
0x00007f25e8056800 JavaThread “Device List Monitor” [
thread_in_native, id=3510, stack(0x00007f25f38bd000,0x00007f25f39be000)]
0x00007f25e8036800 JavaThread “process reaper” daemon [thread_blocked, id=3504, stack(0x00007f25f39be000,0x00007f25f39f7000)]
0x00007f25e800d800 JavaThread “Monitor” [
thread_in_native, id=3501, stack(0x00007f25f3a12000,0x00007f25f3b13000)]
0x00007f260005a800 JavaThread “Worker-4” [thread_blocked, id=3499, stack(0x00007f25f3b13000,0x00007f25f3c14000)]
0x00007f266d0f0800 JavaThread “org.eclipse.jdt.internal.ui.text.JavaReconciler” daemon [
thread_blocked, id=3498, stack(0x00007f25f3c25000,0x00007f25f3d26000)]
0x00007f260001a000 JavaThread “Worker-3” [thread_blocked, id=3494, stack(0x00007f25f3dfe000,0x00007f25f3eff000)]
0x00007f2600019800 JavaThread “Worker-2” [
thread_blocked, id=3493, stack(0x00007f25f3eff000,0x00007f25f4000000)]
0x00007f266c801000 JavaThread “Bundle File Closer” daemon [thread_blocked, id=3492, stack(0x00007f2620052000,0x00007f2620153000)]
0x00007f266d05d800 JavaThread “Java indexing” daemon [
thread_blocked, id=3490, stack(0x00007f26233fb000,0x00007f26234fc000)]
0x00007f2600008000 JavaThread “Worker-1” [thread_blocked, id=3489, stack(0x00007f2620459000,0x00007f262055a000)]
0x00007f266c71f000 JavaThread “Worker-0” [
thread_blocked, id=3485, stack(0x00007f26230f8000,0x00007f26231f9000)]
0x00007f266c560800 JavaThread “EMF Reference Cleaner” daemon [thread_blocked, id=3484, stack(0x00007f2622ff0000,0x00007f26230f1000)]
0x00007f260c246800 JavaThread “Worker-JM” [
thread_blocked, id=3481, stack(0x00007f26231f9000,0x00007f26232fa000)]
0x00007f260c089800 JavaThread “[Timer] - Main Queue Handler” daemon [thread_blocked, id=3480, stack(0x00007f26232fa000,0x00007f26233fb000)]
0x00007f260c016000 JavaThread “Framework Event Dispatcher” daemon [
thread_blocked, id=3478, stack(0x00007f26234fc000,0x00007f26235fd000)]
0x00007f266c407000 JavaThread “Start Level Event Dispatcher” daemon [thread_blocked, id=3477, stack(0x00007f26235fd000,0x00007f26236fe000)]
0x00007f266c497000 JavaThread “State Data Manager” daemon [
thread_blocked, id=3476, stack(0x00007f26236fe000,0x00007f26237ff000)]
0x00007f266c3e8800 JavaThread “Framework Active Thread” [thread_blocked, id=3475, stack(0x00007f262d647000,0x00007f262d748000)]
0x00007f266c15e000 JavaThread “Service Thread” daemon [
thread_blocked, id=3471, stack(0x00007f265e70c000,0x00007f265e80d000)]
0x00007f266c15b800 JavaThread “C2 CompilerThread1” daemon [thread_in_native, id=3470, stack(0x00007f265e80d000,0x00007f265e90e000)]
0x00007f266c158800 JavaThread “C2 CompilerThread0” daemon [
thread_in_native, id=3469, stack(0x00007f265e90e000,0x00007f265ea0f000)]
0x00007f266c157000 JavaThread “Signal Dispatcher” daemon [thread_blocked, id=3468, stack(0x00007f265ea0f000,0x00007f265eb10000)]
0x00007f266c137800 JavaThread “Finalizer” daemon [
thread_blocked, id=3467, stack(0x00007f265f1f2000,0x00007f265f2f3000)]
0x00007f266c135800 JavaThread “Reference Handler” daemon [thread_blocked, id=3466, stack(0x00007f265f2f3000,0x00007f265f3f4000)]
=>0x00007f266c00a800 JavaThread “main” [
thread_in_native, id=3460, stack(0x00007f2672083000,0x00007f2672184000)]

Other Threads:
0x00007f266c131800 VMThread [stack: 0x00007f265f3f4000,0x00007f265f4f5000] [id=3465]
0x00007f266c169000 WatcherThread [stack: 0x00007f265e60b000,0x00007f265e70c000] [id=3472]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
PSYoungGen total 288256K, used 76912K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 226816K, 25% used [0x00000000eaa80000,0x00000000ee2bd7c0,0x00000000f8800000)
from space 61440K, 31% used [0x00000000f8800000,0x00000000f9adeb38,0x00000000fc400000)
to space 61440K, 0% used [0x00000000fc400000,0x00000000fc400000,0x0000000100000000)
ParOldGen total 349696K, used 115383K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eaa80000)
object space 349696K, 32% used [0x00000000c0000000,0x00000000c70ade60,0x00000000d5580000)
PSPermGen total 167936K, used 93553K [0x00000000a0000000, 0x00000000aa400000, 0x00000000c0000000)
object space 167936K, 55% used [0x00000000a0000000,0x00000000a5b5c498,0x00000000aa400000)

Card table byte_map: [0x00007f2667e6f000,0x00007f2668170000] byte_map_base: 0x00007f266796f000

Polling page: 0x00007f26721a0000

Code Cache [0x00007f2668170000, 0x00007f2668aa0000, 0x00007f266b170000)
total_blobs=2963 nmethods=2267 adapters=647 free_code_cache=39871Kb largest_free_block=40710272

Compilation events (10 events):
Event: 54.653 Thread 0x00007f266c15b800 2536 org.eclipse.swt.custom.StyledTextRenderer::setStyleRanges (1399 bytes)
Event: 54.655 Thread 0x00007f266c158800 2537 org.eclipse.swt.graphics.TextLayout::computeRuns (1875 bytes)
Event: 54.712 Thread 0x00007f266c15b800 nmethod 2536 0x00007f2668a803d0 code [0x00007f2668a80620, 0x00007f2668a82100]
Event: 54.749 Thread 0x00007f266c15b800 2538 ! org.eclipse.jdt.internal.compiler.parser.Scanner::getNextToken (3636 bytes)
Event: 54.829 Thread 0x00007f266c158800 nmethod 2537 0x00007f2668a89290 code [0x00007f2668a89d60, 0x00007f2668a8e638]
Event: 54.830 Thread 0x00007f266c158800 2539 ! org.eclipse.jdt.internal.compiler.parser.Scanner::jumpOverMethodBody (1839 bytes)
Event: 54.852 Thread 0x00007f266c15b800 nmethod 2538 0x00007f2668a955d0 code [0x00007f2668a96220, 0x00007f2668a9a2e8]
Event: 54.852 Thread 0x00007f266c15b800 2540 org.eclipse.jdt.internal.core.JavaModelCache::getInfo (126 bytes)
Event: 54.862 Thread 0x00007f266c15b800 nmethod 2540 0x00007f2668a5ef90 code [0x00007f2668a5f1c0, 0x00007f2668a5f970]
Event: 54.862 Thread 0x00007f266c15b800 2541 org.eclipse.jdt.internal.compiler.parser.TypeConverter::decodeType (1094 bytes)

GC Heap History (10 events):
Event: 37.494 GC heap before
{Heap before GC invocations=9 (full 1):
PSYoungGen total 183808K, used 103759K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 129536K, 80% used [0x00000000eaa80000,0x00000000f0fd3cf8,0x00000000f2900000)
from space 54272K, 0% used [0x00000000f2900000,0x00000000f2900000,0x00000000f5e00000)
to space 54784K, 0% used [0x00000000fca80000,0x00000000fca80000,0x0000000100000000)
ParOldGen total 349696K, used 65547K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eaa80000)
object space 349696K, 18% used [0x00000000c0000000,0x00000000c4002f28,0x00000000d5580000)
PSPermGen total 148992K, used 74471K [0x00000000a0000000, 0x00000000a9180000, 0x00000000c0000000)
object space 148992K, 49% used [0x00000000a0000000,0x00000000a48b9d58,0x00000000a9180000)
Event: 37.516 GC heap after
Heap after GC invocations=9 (full 1):
PSYoungGen total 290816K, used 11865K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 236032K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000f9100000)
from space 54784K, 21% used [0x00000000fca80000,0x00000000fd616530,0x0000000100000000)
to space 56832K, 0% used [0x00000000f9100000,0x00000000f9100000,0x00000000fc880000)
ParOldGen total 349696K, used 65547K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eaa80000)
object space 349696K, 18% used [0x00000000c0000000,0x00000000c4002f28,0x00000000d5580000)
PSPermGen total 148992K, used 74471K [0x00000000a0000000, 0x00000000a9180000, 0x00000000c0000000)
object space 148992K, 49% used [0x00000000a0000000,0x00000000a48b9d58,0x00000000a9180000)
}
Event: 37.516 GC heap before
{Heap before GC invocations=10 (full 2):
PSYoungGen total 290816K, used 11865K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 236032K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000f9100000)
from space 54784K, 21% used [0x00000000fca80000,0x00000000fd616530,0x0000000100000000)
to space 56832K, 0% used [0x00000000f9100000,0x00000000f9100000,0x00000000fc880000)
ParOldGen total 349696K, used 65547K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eaa80000)
object space 349696K, 18% used [0x00000000c0000000,0x00000000c4002f28,0x00000000d5580000)
PSPermGen total 148992K, used 74471K [0x00000000a0000000, 0x00000000a9180000, 0x00000000c0000000)
object space 148992K, 49% used [0x00000000a0000000,0x00000000a48b9d58,0x00000000a9180000)
Event: 37.711 GC heap after
Heap after GC invocations=10 (full 2):
PSYoungGen total 290816K, used 0K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 236032K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000f9100000)
from space 54784K, 0% used [0x00000000fca80000,0x00000000fca80000,0x0000000100000000)
to space 56832K, 0% used [0x00000000f9100000,0x00000000f9100000,0x00000000fc880000)
ParOldGen total 349696K, used 58109K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eaa80000)
object space 349696K, 16% used [0x00000000c0000000,0x00000000c38bf760,0x00000000d5580000)
PSPermGen total 167936K, used 74470K [0x00000000a0000000, 0x00000000aa400000, 0x00000000c0000000)
object space 167936K, 44% used [0x00000000a0000000,0x00000000a48b9a78,0x00000000aa400000)
}
Event: 41.130 GC heap before
{Heap before GC invocations=11 (full 2):
PSYoungGen total 290816K, used 236032K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 236032K, 100% used [0x00000000eaa80000,0x00000000f9100000,0x00000000f9100000)
from space 54784K, 0% used [0x00000000fca80000,0x00000000fca80000,0x0000000100000000)
to space 56832K, 0% used [0x00000000f9100000,0x00000000f9100000,0x00000000fc880000)
ParOldGen total 349696K, used 58109K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eaa80000)
object space 349696K, 16% used [0x00000000c0000000,0x00000000c38bf760,0x00000000d5580000)
PSPermGen total 167936K, used 83395K [0x00000000a0000000, 0x00000000aa400000, 0x00000000c0000000)
object space 167936K, 49% used [0x00000000a0000000,0x00000000a5170de8,0x00000000aa400000)
Event: 41.172 GC heap after
Heap after GC invocations=11 (full 2):
PSYoungGen total 292864K, used 31074K [0x00000000eaa80000, 0x00000000ffe00000, 0x0000000100000000)
eden space 236032K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000f9100000)
from space 56832K, 54% used [0x00000000f9100000,0x00000000faf58968,0x00000000fc880000)
to space 54784K, 0% used [0x00000000fc880000,0x00000000fc880000,0x00000000ffe00000)
ParOldGen total 349696K, used 58117K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eaa80000)
object space 349696K, 16% used [0x00000000c0000000,0x00000000c38c1760,0x00000000d5580000)
PSPermGen total 167936K, used 83395K [0x00000000a0000000, 0x00000000aa400000, 0x00000000c0000000)
object space 167936K, 49% used [0x00000000a0000000,0x00000000a5170de8,0x00000000aa400000)
}
Event: 43.120 GC heap before
{Heap before GC invocations=12 (full 2):
PSYoungGen total 292864K, used 267106K [0x00000000eaa80000, 0x00000000ffe00000, 0x0000000100000000)
eden space 236032K, 100% used [0x00000000eaa80000,0x00000000f9100000,0x00000000f9100000)
from space 56832K, 54% used [0x00000000f9100000,0x00000000faf58968,0x00000000fc880000)
to space 54784K, 0% used [0x00000000fc880000,0x00000000fc880000,0x00000000ffe00000)
ParOldGen total 349696K, used 58117K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eaa80000)
object space 349696K, 16% used [0x00000000c0000000,0x00000000c38c1760,0x00000000d5580000)
PSPermGen total 167936K, used 90186K [0x00000000a0000000, 0x00000000aa400000, 0x00000000c0000000)
object space 167936K, 53% used [0x00000000a0000000,0x00000000a5812ac0,0x00000000aa400000)
Event: 43.182 GC heap after
Heap after GC invocations=12 (full 2):
PSYoungGen total 281600K, used 54756K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 226816K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000f8800000)
from space 54784K, 99% used [0x00000000fc880000,0x00000000ffdf90a0,0x00000000ffe00000)
to space 61440K, 0% used [0x00000000f8800000,0x00000000f8800000,0x00000000fc400000)
ParOldGen total 349696K, used 60733K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eaa80000)
object space 349696K, 17% used [0x00000000c0000000,0x00000000c3b4f7e8,0x00000000d5580000)
PSPermGen total 167936K, used 90186K [0x00000000a0000000, 0x00000000aa400000, 0x00000000c0000000)
object space 167936K, 53% used [0x00000000a0000000,0x00000000a5812ac0,0x00000000aa400000)
}
Event: 46.780 GC heap before
{Heap before GC invocations=13 (full 2):
PSYoungGen total 281600K, used 281572K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 226816K, 100% used [0x00000000eaa80000,0x00000000f8800000,0x00000000f8800000)
from space 54784K, 99% used [0x00000000fc880000,0x00000000ffdf90a0,0x00000000ffe00000)
to space 61440K, 0% used [0x00000000f8800000,0x00000000f8800000,0x00000000fc400000)
ParOldGen total 349696K, used 60733K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eaa80000)
object space 349696K, 17% used [0x00000000c0000000,0x00000000c3b4f7e8,0x00000000d5580000)
PSPermGen total 167936K, used 92014K [0x00000000a0000000, 0x00000000aa400000, 0x00000000c0000000)
object space 167936K, 54% used [0x00000000a0000000,0x00000000a59db838,0x00000000aa400000)
Event: 46.846 GC heap after
Heap after GC invocations=13 (full 2):
PSYoungGen total 288256K, used 19322K [0x00000000eaa80000, 0x0000000100000000, 0x0000000100000000)
eden space 226816K, 0% used [0x00000000eaa80000,0x00000000eaa80000,0x00000000f8800000)
from space 61440K, 31% used [0x00000000f8800000,0x00000000f9adeb38,0x00000000fc400000)
to space 61440K, 0% used [0x00000000fc400000,0x00000000fc400000,0x0000000100000000)
ParOldGen total 349696K, used 115383K [0x00000000c0000000, 0x00000000d5580000, 0x00000000eaa80000)
object space 349696K, 32% used [0x00000000c0000000,0x00000000c70ade60,0x00000000d5580000)
PSPermGen total 167936K, used 92014K [0x00000000a0000000, 0x00000000aa400000, 0x00000000c0000000)
object space 167936K, 54% used [0x00000000a0000000,0x00000000a59db838,0x00000000aa400000)
}

Deoptimization events (10 events):
Event: 54.789 Thread 0x00007f266c6ab000 Uncommon trap: reason=unreached action=reinterpret pc=0x00007f26688cf5b4 method=java.net.URI.quote(Ljava/lang/String;JJ)Ljava/lang/String; @ 102
Event: 54.820 Thread 0x00007f266c6ab000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f26688e7900 method=java.util.regex.Pattern$Curly.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 19
Event: 54.830 Thread 0x00007f266c00a800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f2668550a30 method=java.util.Collections$UnmodifiableCollection.size()I @ 4
Event: 54.830 Thread 0x00007f266c00a800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f2668851de0 method=java.util.Collections$UnmodifiableList.get(I)Ljava/lang/Object; @ 5
Event: 54.831 Thread 0x00007f266c00a800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f2668851de0 method=java.util.Collections$UnmodifiableList.get(I)Ljava/lang/Object; @ 5
Event: 54.831 Thread 0x00007f266c00a800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f2668550a30 method=java.util.Collections$UnmodifiableCollection.size()I @ 4
Event: 54.831 Thread 0x00007f266c00a800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f2668851de0 method=java.util.Collections$UnmodifiableList.get(I)Ljava/lang/Object; @ 5
Event: 54.831 Thread 0x00007f266c00a800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f2668851de0 method=java.util.Collections$UnmodifiableList.get(I)Ljava/lang/Object; @ 5
Event: 54.831 Thread 0x00007f266c00a800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f2668550a30 method=java.util.Collections$UnmodifiableCollection.size()I @ 4
Event: 54.831 Thread 0x00007f266c00a800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f2668550a30 method=java.util.Collections$UnmodifiableCollection.size()I @ 4

Internal exceptions (10 events):
Event: 43.989 Thread 0x00007f25fc06f800 Implicit null exception at 0x00007f26684dc470 to 0x00007f26684dca45
Event: 44.607 Thread 0x00007f25fc06a000 Implicit null exception at 0x00007f26688a7997 to 0x00007f26688a827d
Event: 45.185 Thread 0x00007f266d05d800 Implicit null exception at 0x00007f26686524a4 to 0x00007f2668652c85
Event: 47.304 Thread 0x00007f266d05d800 Implicit null exception at 0x00007f26685695f3 to 0x00007f266856ac5d
Event: 54.502 Thread 0x00007f266d0f0800 Implicit null exception at 0x00007f2668636278 to 0x00007f2668636a95
Event: 54.756 Thread 0x00007f266c6ab000 Threw 0x00000000edf67030 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u60/1081/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp:347
Event: 54.760 Thread 0x00007f266c6ab000 Threw 0x00000000edfced20 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u60/1081/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp:347
Event: 54.762 Thread 0x00007f266c6ab000 Threw 0x00000000edfef830 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u60/1081/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp:347
Event: 54.762 Thread 0x00007f266c6ab000 Threw 0x00000000edfefc08 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u60/1081/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp:347
Event: 54.764 Thread 0x00007f266c6ab000 Threw 0x00000000ee016860 at /HUDSON/workspace/7u-2-build-linux-amd64/jdk7u60/1081/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp:347

Events (10 events):
Event: 54.831 loading class 0x00007f266d312e10
Event: 54.831 loading class 0x00007f266d312e10 done
Event: 54.832 loading class 0x00007f266c95ff60
Event: 54.832 loading class 0x00007f266c95ff60 done
Event: 54.836 Executing VM operation: Deoptimize
Event: 54.836 Executing VM operation: Deoptimize done
Event: 54.837 loading class 0x00007f266db73ad0
Event: 54.837 loading class 0x00007f266db73ad0 done
Event: 54.870 loading class 0x00007f2670075d80
Event: 54.870 loading class 0x00007f2670075d80 done

Dynamic libraries:
00400000-00401000 r-xp 00000000 08:08 1581626 /usr/local/coding/env/jdk1.7.0_60/bin/java
00600000-00601000 rw-p 00000000 08:08 1581626 /usr/local/coding/env/jdk1.7.0_60/bin/java
00ed3000-00ef4000 rw-p 00000000 00:00 0 [heap]
a0000000-aa400000 rw-p 00000000 00:00 0
aa400000-c0000000 rw-p 00000000 00:00 0
c0000000-d5580000 rw-p 00000000 00:00 0
d5580000-eaa80000 rw-p 00000000 00:00 0
eaa80000-100000000 rw-p 00000000 00:00 0
7f2586cdc000-7f2586cdf000 r-xp 00000000 08:08 1707496 /usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so
7f2586cdf000-7f2586edf000 —p 00003000 08:08 1707496 /usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so
7f2586edf000-7f2586ee0000 r–p 00003000 08:08 1707496 /usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so
7f2586ee0000-7f2586ee1000 rw-p 00004000 08:08 1707496 /usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so
7f2586ee1000-7f2586ee2000 r-xp 00000000 08:08 1445200 /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
7f2586ee2000-7f25870e1000 —p 00001000 08:08 1445200 /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
7f25870e1000-7f25870e2000 r–p 00000000 08:08 1445200 /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
7f25870e2000-7f25870e3000 rw-p 00001000 08:08 1445200 /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
7f25870e3000-7f25872e3000 rw-p 00000000 00:00 0
7f25872e3000-7f25880e3000 —p 00000000 00:00 0
7f25880e3000-7f258811b000 r-xp 00000000 08:08 1313954 /usr/lib/x86_64-linux-gnu/libnspr4.so
7f258811b000-7f258831b000 —p 00038000 08:08 1313954 /usr/lib/x86_64-linux-gnu/libnspr4.so
7f258831b000-7f258831c000 r–p 00038000 08:08 1313954 /usr/lib/x86_64-linux-gnu/libnspr4.so
7f258831c000-7f258831d000 rw-p 00039000 08:08 1313954 /usr/lib/x86_64-linux-gnu/libnspr4.so
7f258831d000-7f2588320000 rw-p 00000000 00:00 0
7f2588320000-7f2588324000 r-xp 00000000 08:08 1313936 /usr/lib/x86_64-linux-gnu/libplc4.so
7f2588324000-7f2588523000 —p 00004000 08:08 1313936 /usr/lib/x86_64-linux-gnu/libplc4.so
7f2588523000-7f2588524000 r–p 00003000 08:08 1313936 /usr/lib/x86_64-linux-gnu/libplc4.so
7f2588524000-7f2588525000 rw-p 00004000 08:08 1313936 /usr/lib/x86_64-linux-gnu/libplc4.so
7f2588525000-7f2588528000 r-xp 00000000 08:08 1313950 /usr/lib/x86_64-linux-gnu/libplds4.so
7f2588528000-7f2588727000 —p 00003000 08:08 1313950 /usr/lib/x86_64-linux-gnu/libplds4.so
7f2588727000-7f2588728000 r–p 00002000 08:08 1313950 /usr/lib/x86_64-linux-gnu/libplds4.so
7f2588728000-7f2588729000 rw-p 00003000 08:08 1313950 /usr/lib/x86_64-linux-gnu/libplds4.so
7f2588729000-7f258874e000 r-xp 00000000 08:08 1322920 /usr/lib/x86_64-linux-gnu/libnssutil3.so
7f258874e000-7f258894d000 —p 00025000 08:08 1322920 /usr/lib/x86_64-linux-gnu/libnssutil3.so
7f258894d000-7f2588953000 r–p 00024000 08:08 1322920 /usr/lib/x86_64-linux-gnu/libnssutil3.so
7f2588953000-7f2588954000 rw-p 0002a000 08:08 1322920 /usr/lib/x86_64-linux-gnu/libnssutil3.so
7f2588954000-7f2588a86000 r-xp 00000000 08:08 1322912 /usr/lib/x86_64-linux-gnu/libnss3.so
7f2588a86000-7f2588c86000 —p 00132000 08:08 1322912 /usr/lib/x86_64-linux-gnu/libnss3.so
7f2588c86000-7f2588c8a000 r–p 00132000 08:08 1322912 /usr/lib/x86_64-linux-gnu/libnss3.so
7f2588c8a000-7f2588c8c000 rw-p 00136000 08:08 1322912 /usr/lib/x86_64-linux-gnu/libnss3.so
7f2588c8c000-7f2588c8d000 rw-p 00000000 00:00 0
7f2588c8d000-7f2588cb5000 r-xp 00000000 08:08 1323094 /usr/lib/x86_64-linux-gnu/libsmime3.so
7f2588cb5000-7f2588eb5000 —p 00028000 08:08 1323094 /usr/lib/x86_64-linux-gnu/libsmime3.so
7f2588eb5000-7f2588eb8000 r–p 00028000 08:08 1323094 /usr/lib/x86_64-linux-gnu/libsmime3.so
7f2588eb8000-7f2588eb9000 rw-p 0002b000 08:08 1323094 /usr/lib/x86_64-linux-gnu/libsmime3.so
7f2588eb9000-7f2588eff000 r-xp 00000000 08:08 1323122 /usr/lib/x86_64-linux-gnu/libssl3.so
7f2588eff000-7f25890ff000 —p 00046000 08:08 1323122 /usr/lib/x86_64-linux-gnu/libssl3.so
7f25890ff000-7f2589102000 r–p 00046000 08:08 1323122 /usr/lib/x86_64-linux-gnu/libssl3.so
7f2589102000-7f2589103000 rw-p 00049000 08:08 1323122 /usr/lib/x86_64-linux-gnu/libssl3.so
7f2589103000-7f2589104000 rw-p 00000000 00:00 0
7f2589104000-7f258a282000 r-xp 00000000 08:08 1455035 /usr/lib/flashplugin-installer/libflashplayer.so
7f258a282000-7f258a482000 —p 0117e000 08:08 1455035 /usr/lib/flashplugin-installer/libflashplayer.so
7f258a482000-7f258a557000 rw-p 0117e000 08:08 1455035 /usr/lib/flashplugin-installer/libflashplayer.so
7f258a557000-7f258a666000 rw-p 00000000 00:00 0
7f258a666000-7f258a671000 r-xp 00000000 08:08 1578086 /usr/lib/x86_64-linux-gnu/enchant/libenchant_hspell.so
7f258a671000-7f258a870000 —p 0000b000 08:08 1578086 /usr/lib/x86_64-linux-gnu/enchant/libenchant_hspell.so
7f258a870000-7f258a871000 r–p 0000a000 08:08 1578086 /usr/lib/x86_64-linux-gnu/enchant/libenchant_hspell.so
7f258a871000-7f258a874000 rw-p 0000b000 08:08 1578086 /usr/lib/x86_64-linux-gnu/enchant/libenchant_hspell.so
7f258a874000-7f258a929000 r-xp 00000000 08:08 1316238 /usr/lib/libaspell.so.15.2.0
7f258a929000-7f258ab28000 —p 000b5000 08:08 1316238 /usr/lib/libaspell.so.15.2.0
7f258ab28000-7f258ab2e000 r–p 000b4000 08:08 1316238 /usr/lib/libaspell.so.15.2.0
7f258ab2e000-7f258ab2f000 rw-p 000ba000 08:08 1316238 /usr/lib/libaspell.so.15.2.0
7f258ab2f000-7f258ab37000 rw-p 00000000 00:00 0
7f258ab37000-7f258ab39000 r-xp 00000000 08:08 1578085 /usr/lib/x86_64-linux-gnu/enchant/libenchant_aspell.so
7f258ab39000-7f258ad38000 —p 00002000 08:08 1578085 /usr/lib/x86_64-linux-gnu/enchant/libenchant_aspell.so
7f258ad38000-7f258ad39000 r–p 00001000 08:08 1578085 /usr/lib/x86_64-linux-gnu/enchant/libenchant_aspell.so
7f258ad39000-7f258ad3a000 rw-p 00002000 08:08 1578085 /usr/lib/x86_64-linux-gnu/enchant/libenchant_aspell.so
7f258ad3a000-7f258ad89000 r-xp 00000000 08:08 1322761 /usr/lib/x86_64-linux-gnu/libhunspell-1.3.so.0.0.0
7f258ad89000-7f258af89000 —p 0004f000 08:08 1322761 /usr/lib/x86_64-linux-gnu/libhunspell-1.3.so.0.0.0
7f258af89000-7f258af8a000 r–p 0004f000 08:08 1322761 /usr/lib/x86_64-linux-gnu/libhunspell-1.3.so.0.0.0
7f258af8a000-7f258af8e000 rw-p 00050000 08:08 1322761 /usr/lib/x86_64-linux-gnu/libhunspell-1.3.so.0.0.0
7f258af8e000-7f258af93000 r-xp 00000000 08:08 1578088 /usr/lib/x86_64-linux-gnu/enchant/libenchant_myspell.so
7f258af93000-7f258b192000 —p 00005000 08:08 1578088 /usr/lib/x86_64-linux-gnu/enchant/libenchant_myspell.so
7f258b192000-7f258b193000 r–p 00004000 08:08 1578088 /usr/lib/x86_64-linux-gnu/enchant/libenchant_myspell.so
7f258b193000-7f258b194000 rw-p 00005000 08:08 1578088 /usr/lib/x86_64-linux-gnu/enchant/libenchant_myspell.so
7f258b194000-7f258b19f000 r-xp 00000000 08:08 1578087 /usr/lib/x86_64-linux-gnu/enchant/libenchant_ispell.so
7f258b19f000-7f258b39f000 —p 0000b000 08:08 1578087 /usr/lib/x86_64-linux-gnu/enchant/libenchant_ispell.so
7f258b39f000-7f258b3a0000 r–p 0000b000 08:08 1578087 /usr/lib/x86_64-linux-gnu/enchant/libenchant_ispell.so
7f258b3a0000-7f258b3a1000 rw-p 0000c000 08:08 1578087 /usr/lib/x86_64-linux-gnu/enchant/libenchant_ispell.so
7f258b3a1000-7f25cb3a3000 —p 00000000 00:00 0
7f25cb3a3000-7f25cb3a7000 r-xp 00000000 08:08 4991440 /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7f25cb3a7000-7f25cb5a6000 —p 00004000 08:08 4991440 /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7f25cb5a6000-7f25cb5a7000 r–p 00003000 08:08 4991440 /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7f25cb5a7000-7f25cb5a8000 rw-p 00004000 08:08 4991440 /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7f25cb5a8000-7f25cb5ac000 r-xp 00000000 08:08 4994494 /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
7f25cb5ac000-7f25cb7ab000 —p 00004000 08:08 4994494 /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
7f25cb7ab000-7f25cb7ac000 r–p 00003000 08:08 4994494 /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
7f25cb7ac000-7f25cb7ad000 rw-p 00004000 08:08 4994494 /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
7f25cb7ad000-7f25cb7c4000 r-xp 00000000 08:08 1322027 /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7f25cb7c4000-7f25cb9c3000 —p 00017000 08:08 1322027 /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7f25cb9c3000-7f25cb9c4000 r–p 00016000 08:08 1322027 /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7f25cb9c4000-7f25cb9c5000 rw-p 00017000 08:08 1322027 /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7f25cb9c5000-7f25cb9c9000 rw-p 00000000 00:00 0
7f25cb9c9000-7f25cb9d0000 r-xp 00000000 08:08 1322150 /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7f25cb9d0000-7f25cbbcf000 —p 00007000 08:08 1322150 /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7f25cbbcf000-7f25cbbd0000 r–p 00006000 08:08 1322150 /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7f25cbbd0000-7f25cbbd1000 rw-p 00007000 08:08 1322150 /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7f25cbbd1000-7f25cd23d000 r-xp 00000000 08:08 1322767 /usr/lib/x86_64-linux-gnu/libicudata.so.52.1
7f25cd23d000-7f25cd43c000 —p 0166c000 08:08 1322767 /usr/lib/x86_64-linux-gnu/libicudata.so.52.1
7f25cd43c000-7f25cd43d000 r–p 0166b000 08:08 1322767 /usr/lib/x86_64-linux-gnu/libicudata.so.52.1
7f25cd43d000-7f25cd43e000 rw-p 0166c000 08:08 1322767 /usr/lib/x86_64-linux-gnu/libicudata.so.52.1
7f25cd43e000-7f25cd449000 r-xp 00000000 08:08 1322423 /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f25cd449000-7f25cd648000 —p 0000b000 08:08 1322423 /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f25cd648000-7f25cd649000 r–p 0000a000 08:08 1322423 /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f25cd649000-7f25cd64a000 rw-p 0000b000 08:08 1322423 /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7f25cd64a000-7f25cd64e000 r-xp 00000000 08:08 1322209 /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f25cd64e000-7f25cd84e000 —p 00004000 08:08 1322209 /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f25cd84e000-7f25cd84f000 r–p 00004000 08:08 1322209 /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f25cd84f000-7f25cd850000 rw-p 00005000 08:08 1322209 /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7f25cd850000-7f25cd851000 r-xp 00000000 08:08 1323304 /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0
7f25cd851000-7f25cda50000 —p 00001000 08:08 1323304 /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0
7f25cda50000-7f25cda51000 r–p 00000000 08:08 1323304 /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0
7f25cda51000-7f25cda52000 rw-p 00001000 08:08 1323304 /usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0
7f25cda52000-7f25cda57000 r-xp 00000000 08:08 1323288 /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f25cda57000-7f25cdc56000 —p 00005000 08:08 1323288 /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f25cdc56000-7f25cdc57000 r–p 00004000 08:08 1323288 /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f25cdc57000-7f25cdc58000 rw-p 00005000 08:08 1323288 /usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0
7f25cdc58000-7f25cdc5a000 r-xp 00000000 08:08 1323276 /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f25cdc5a000-7f25cde59000 —p 00002000 08:08 1323276 /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f25cde59000-7f25cde5a000 r–p 00001000 08:08 1323276 /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f25cde5a000-7f25cde5b000 rw-p 00002000 08:08 1323276 /usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0
7f25cde5b000-7f25cde5d000 r-xp 00000000 08:08 1323268 /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f25cde5d000-7f25ce05c000 —p 00002000 08:08 1323268 /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f25ce05c000-7f25ce05d000 r–p 00001000 08:08 1323268 /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f25ce05d000-7f25ce05e000 rw-p 00002000 08:08 1323268 /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.0.0
7f25ce05e000-7f25ce061000 r-xp 00000000 08:08 1323266 /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7f25ce061000-7f25ce261000 —p 00003000 08:08 1323266 /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7f25ce261000-7f25ce262000 r–p 00003000 08:08 1323266 /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7f25ce262000-7f25ce263000 rw-p 00004000 08:08 1323266 /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7f25ce263000-7f25ce278000 r-xp 00000000 08:08 1323270 /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f25ce278000-7f25ce477000 —p 00015000 08:08 1323270 /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f25ce477000-7f25ce479000 r–p 00014000 08:08 1323270 /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f25ce479000-7f25ce47a000 rw-p 00016000 08:08 1323270 /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7f25ce47a000-7f25ce47b000 r-xp 00000000 08:08 1322152 /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f25ce47b000-7f25ce67a000 —p 00001000 08:08 1322152 /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f25ce67a000-7f25ce67b000 r–p 00000000 08:08 1322152 /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f25ce67b000-7f25ce67c000 rw-p 00001000 08:08 1322152 /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7f25ce67c000-7f25ce69e000 r-xp 00000000 08:08 1322608 /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f25ce69e000-7f25ce89e000 —p 00022000 08:08 1322608 /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f25ce89e000-7f25ce8a1000 r–p 00022000 08:08 1322608 /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f25ce8a1000-7f25ce8a2000 rw-p 00025000 08:08 1322608 /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7f25ce8a2000-7f25ce8a3000 rw-p 00000000 00:00 0
7f25ce8a3000-7f25ce8c4000 r-xp 00000000 08:08 4994508 /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f25ce8c4000-7f25ceac3000 —p 00021000 08:08 4994508 /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f25ceac3000-7f25ceac4000 r–p 00020000 08:08 4994508 /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f25ceac4000-7f25ceac5000 rw-p 00021000 08:08 4994508 /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f25ceac5000-7f25ceb40000 r-xp 00000000 08:08 4994490 /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
7f25ceb40000-7f25ced40000 —p 0007b000 08:08 4994490 /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
7f25ced40000-7f25ced41000 r–p 0007b000 08:08 4994490 /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
7f25ced41000-7f25ced44000 rw-p 0007c000 08:08 4994490 /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
7f25ced44000-7f25cedc1000 r-xp 00000000 08:08 1322940 /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.18.0
7f25cedc1000-7f25cefc0000 —p 0007d000 08:08 1322940 /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.18.0
7f25cefc0000-7f25cefc2000 r–p 0007c000 08:08 1322940 /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.18.0
7f25cefc2000-7f25cefc6000 rw-p 0007e000 08:08 1322940 /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.18.0
7f25cefc6000-7f25ceffc000 r-xp 00000000 08:08 1322721 /usr/lib/x86_64-linux-gnu/libgsttag-1.0.so.0.203.0
7f25ceffc000-7f25cf1fb000 —p 00036000 08:08 1322721 /usr/lib/x86_64-linux-gnu/libgsttag-1.0.so.0.203.0
7f25cf1fb000-7f25cf1fd000 r–p 00035000 08:08 1322721 /usr/lib/x86_64-linux-gnu/libgsttag-1.0.so.0.203.0
7f25cf1fd000-7f25cf1fe000 rw-p 00037000 08:08 1322721 /usr/lib/x86_64-linux-gnu/libgsttag-1.0.so.0.203.0
7f25cf1fe000-7f25cf223000 r-xp 00000000 08:08 1322381 /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
7f25cf223000-7f25cf423000 —p 00025000 08:08 1322381 /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
7f25cf423000-7f25cf424000 r–p 00025000 08:08 1322381 /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
7f25cf424000-7f25cf425000 rw-p 00026000 08:08 1322381 /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
7f25cf425000-7f25cf484000 r-xp 00000000 08:08 1322197 /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0
7f25cf484000-7f25cf684000 —p 0005f000 08:08 1322197 /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0
7f25cf684000-7f25cf685000 r–p 0005f000 08:08 1322197 /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0
7f25cf685000-7f25cf68a000 rw-p 00060000 08:08 1322197 /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0
7f25cf68a000-7f25cf68b000 rw-p 00000000 00:00 0
7f25cf68b000-7f25cf6dc000 r-xp 00000000 08:08 1323249 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.0
7f25cf6dc000-7f25cf8dc000 —p 00051000 08:08 1323249 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.0
7f25cf8dc000-7f25cf8dd000 r–p 00051000 08:08 1323249 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.0
7f25cf8dd000-7f25cf8de000 rw-p 00052000 08:08 1323249 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.0
7f25cf8de000-7f25cf8e3000 rw-p 00000000 00:00 0
7f25cf8e3000-7f25cfa47000 r-xp 00000000 08:08 1322781 /usr/lib/x86_64-linux-gnu/libicuuc.so.52.1
7f25cfa47000-7f25cfc46000 —p 00164000 08:08 1322781 /usr/lib/x86_64-linux-gnu/libicuuc.so.52.1
7f25cfc46000-7f25cfc57000 r–p 00163000 08:08 1322781 /usr/lib/x86_64-linux-gnu/libicuuc.so.52.1
7f25cfc57000-7f25cfc58000 rw-p 00174000 08:08 1322781 /usr/lib/x86_64-linux-gnu/libicuuc.so.52.1
7f25cfc58000-7f25cfc5c000 rw-p 00000000 00:00 0
7f25cfc5c000-7f25cfe55000 r-xp 00000000 08:08 1322769 /usr/lib/x86_64-linux-gnu/libicui18n.so.52.1
7f25cfe55000-7f25d0055000 —p 001f9000 08:08 1322769 /usr/lib/x86_64-linux-gnu/libicui18n.so.52.1
7f25d0055000-7f25d0062000 r–p 001f9000 08:08 1322769 /usr/lib/x86_64-linux-gnu/libicui18n.so.52.1
7f25d0062000-7f25d0063000 rw-p 00206000 08:08 1322769 /usr/lib/x86_64-linux-gnu/libicui18n.so.52.1
7f25d0063000-7f25d0064000 rw-p 00000000 00:00 0
7f25d0064000-7f25d0118000 r-xp 00000000 08:08 1323117 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f25d0118000-7f25d0318000 —p 000b4000 08:08 1323117 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f25d0318000-7f25d031a000 r–p 000b4000 08:08 1323117 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f25d031a000-7f25d031c000 rw-p 000b6000 08:08 1323117 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f25d031c000-7f25d031d000 rw-p 00000000 00:00 0
7f25d031d000-7f25d037f000 r-xp 00000000 08:08 1578076 /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0
7f25d037f000-7f25d057e000 —p 00062000 08:08 1578076 /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0
7f25d057e000-7f25d0581000 r–p 00061000 08:08 1578076 /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0
7f25d0581000-7f25d0582000 rw-p 00064000 08:08 1578076 /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0
7f25d0582000-7f25d0583000 rw-p 00000000 00:00 0
7f25d0583000-7f25d06df000 r-xp 00000000 08:08 1323302 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
7f25d06df000-7f25d08de000 —p 0015c000 08:08 1323302 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
7f25d08de000-7f25d08e6000 r–p 0015b000 08:08 1323302 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
7f25d08e6000-7f25d08e8000 rw-p 00163000 08:08 1323302 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
7f25d08e8000-7f25d08e9000 rw-p 00000000 00:00 0
7f25d08e9000-7f25d0924000 r-xp 00000000 08:08 1323306 /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28
7f25d0924000-7f25d0b24000 —p 0003b000 08:08 1323306 /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28
7f25d0b24000-7f25d0b25000 r–p 0003b000 08:08 1323306 /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28
7f25d0b25000-7f25d0b26000 rw-p 0003c000 08:08 1323306 /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28
7f25d0b26000-7f25d0bca000 r-xp 00000000 08:08 1323103 /usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1.7.0
7f25d0bca000-7f25d0dca000 —p 000a4000 08:08 1323103 /usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1.7.0
7f25d0dca000-7f25d0dcc000 r–p 000a4000 08:08 1323103 /usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1.7.0
7f25d0dcc000-7f25d0de5000 rw-p 000a6000 08:08 1323103 /usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1.7.0
7f25d0de5000-7f25d0de6000 rw-p 00000000 00:00 0
7f25d0de6000-7f25d0e31000 r-xp 00000000 08:08 1323078 /usr/lib/x86_64-linux-gnu/libsecret-1.so.0.0.0
7f25d0e31000-7f25d1030000 —p 0004b000 08:08 1323078 /usr/lib/x86_64-linux-gnu/libsecret-1.so.0.0.0
7f25d1030000-7f25d1033000 r–p 0004a000 08:08 1323078 /usr/lib/x86_64-linux-gnu/libsecret-1.so.0.0.0
7f25d1033000-7f25d1034000 rw-p 0004d000 08:08 1323078 /usr/lib/x86_64-linux-gnu/libsecret-1.so.0.0.0
7f25d1034000-7f25d1077000 r-xp 00000000 08:08 1322811 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7f25d1077000-7f25d1277000 —p 00043000 08:08 1322811 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7f25d1277000-7f25d1278000 r–p 00043000 08:08 1322811 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7f25d1278000-7f25d1279000 rw-p 00044000 08:08 1322811 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7f25d1279000-7f25d1289000 rw-p 00000000 00:00 0
7f25d1289000-7f25d1384000 r-xp 00000000 08:08 1322701 /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.203.0
7f25d1384000-7f25d1584000 —p 000fb000 08:08 1322701 /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.203.0
7f25d1584000-7f25d1589000 r–p 000fb000 08:08 1322701 /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.203.0
7f25d1589000-7f25d158b000 rw-p 00100000 08:08 1322701 /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.203.0
7f25d158b000-7f25d158d000 rw-p 00000000 00:00 0
7f25d158d000-7f25d15e3000 r-xp 00000000 08:08 1322661 /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0.203.0
7f25d15e3000-7f25d17e3000 —p 00056000 08:08 1322661 /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0.203.0
7f25d17e3000-7f25d17e4000 r–p 00056000 08:08 1322661 /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0.203.0
7f25d17e4000-7f25d17e5000 rw-p 00057000 08:08 1322661 /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0.203.0
7f25d17e5000-7f25d1826000 r-xp 00000000 08:08 1322725 /usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0.203.0
7f25d1826000-7f25d1a25000 —p 00041000 08:08 1322725 /usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0.203.0
7f25d1a25000-7f25d1a27000 r–p 00040000 08:08 1322725 /usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0.203.0
7f25d1a27000-7f25d1a2b000 rw-p 00042000 08:08 1322725 /usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0.203.0
7f25d1a2b000-7f25d1a4e000 r-xp 00000000 08:08 1322693 /usr/lib/x86_64-linux-gnu/libgstpbutils-1.0.so.0.203.0
7f25d1a4e000-7f25d1c4e000 —p 00023000 08:08 1322693 /usr/lib/x86_64-linux-gnu/libgstpbutils-1.0.so.0.203.0
7f25d1c4e000-7f25d1c50000 r–p 00023000 08:08 1322693 /usr/lib/x86_64-linux-gnu/libgstpbutils-1.0.so.0.203.0
7f25d1c50000-7f25d1c51000 rw-p 00025000 08:08 1322693 /usr/lib/x86_64-linux-gnu/libgstpbutils-1.0.so.0.203.0
7f25d1c51000-7f25d1c5a000 r-xp 00000000 08:08 1322681 /usr/lib/x86_64-linux-gnu/libgstfft-1.0.so.0.203.0
7f25d1c5a000-7f25d1e59000 —p 00009000 08:08 1322681 /usr/lib/x86_64-linux-gnu/libgstfft-1.0.so.0.203.0
7f25d1e59000-7f25d1e5a000 r–p 00008000 08:08 1322681 /usr/lib/x86_64-linux-gnu/libgstfft-1.0.so.0.203.0
7f25d1e5a000-7f25d1e5b000 rw-p 00009000 08:08 1322681 /usr/lib/x86_64-linux-gnu/libgstfft-1.0.so.0.203.0
7f25d1e5b000-7f25d3c60000 r-xp 00000000 08:08 1325555 /usr/lib/x86_64-linux-gnu/libwebkitgtk-1.0.so.0.22.9
7f25d3c60000-7f25d3e5f000 —p 01e05000 08:08 1325555 /usr/lib/x86_64-linux-gnu/libwebkitgtk-1.0.so.0.22.9
7f25d3e5f000-7f25d3fe0000 r–p 01e04000 08:08 1325555 /usr/lib/x86_64-linux-gnu/libwebkitgtk-1.0.so.0.22.9
7f25d3fe0000-7f25d3ff7000 rw-p 01f85000 08:08 1325555 /usr/lib/x86_64-linux-gnu/libwebkitgtk-1.0.so.0.22.9
7f25d3ff7000-7f25d4000000 rw-p 00000000 00:00 0
7f25d4000000-7f25d42e3000 rw-p 00000000 00:00 0
7f25d42e3000-7f25d8000000 —p 00000000 00:00 0
7f25d800e000-7f25d800f000 —p 00000000 00:00 0
7f25d800f000-7f25d810f000 rw-p 00000000 00:00 0
7f25d810f000-7f25d8110000 —p 00000000 00:00 0
7f25d8110000-7f25d8157000 r-xp 00000000 08:08 1322657 /usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0.203.0
7f25d8157000-7f25d8356000 —p 00047000 08:08 1322657 /usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0.203.0
7f25d8356000-7f25d8358000 r–p 00046000 08:08 1322657 /usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0.203.0
7f25d8358000-7f25d835a000 rw-p 00048000 08:08 1322657 /usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0.203.0
7f25d835a000-7f25d8365000 r-xp 00000000 08:08 1322653 /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0.203.0
7f25d8365000-7f25d8565000 —p 0000b000 08:08 1322653 /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0.203.0
7f25d8565000-7f25d8566000 r–p 0000b000 08:08 1322653 /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0.203.0
7f25d8566000-7f25d8567000 rw-p 0000c000 08:08 1322653 /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0.203.0
7f25d8567000-7f25d857b000 r-xp 00000000 08:08 1322576 /usr/lib/x86_64-linux-gnu/libgeoclue.so.0.0.0
7f25d857b000-7f25d877a000 —p 00014000 08:08 1322576 /usr/lib/x86_64-linux-gnu/libgeoclue.so.0.0.0
7f25d877a000-7f25d877b000 r–p 00013000 08:08 1322576 /usr/lib/x86_64-linux-gnu/libgeoclue.so.0.0.0
7f25d877b000-7f25d877d000 rw-p 00014000 08:08 1322576 /usr/lib/x86_64-linux-gnu/libgeoclue.so.0.0.0
7f25d877d000-7f25d877f000 r-xp 00000000 08:08 1322749 /usr/lib/x86_64-linux-gnu/libharfbuzz-icu.so.0.927.0
7f25d877f000-7f25d897e000 —p 00002000 08:08 1322749 /usr/lib/x86_64-linux-gnu/libharfbuzz-icu.so.0.927.0
7f25d897e000-7f25d897f000 r–p 00001000 08:08 1322749 /usr/lib/x86_64-linux-gnu/libharfbuzz-icu.so.0.927.0
7f25d897f000-7f25d8980000 rw-p 00002000 08:08 1322749 /usr/lib/x86_64-linux-gnu/libharfbuzz-icu.so.0.927.0
7f25d8980000-7f25d898a000 r-xp 00000000 08:08 1322447 /usr/lib/x86_64-linux-gnu/libenchant.so.1.6.0
7f25d898a000-7f25d8b8a000 —p 0000a000 08:08 1322447 /usr/lib/x86_64-linux-gnu/libenchant.so.1.6.0
7f25d8b8a000-7f25d8b8b000 r–p 0000a000 08:08 1322447 /usr/lib/x86_64-linux-gnu/libenchant.so.1.6.0
7f25d8b8b000-7f25d8b8c000 rw-p 0000b000 08:08 1322447 /usr/lib/x86_64-linux-gnu/libenchant.so.1.6.0
7f25d8b8c000-7f25d9208000 r-xp 00000000 08:08 1325538 /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-1.0.so.0.16.11
7f25d9208000-7f25d9408000 —p 0067c000 08:08 1325538 /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-1.0.so.0.16.11
7f25d9408000-7f25d941d000 r–p 0067c000 08:08 1325538 /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-1.0.so.0.16.11
7f25d941d000-7f25d941e000 rw-p 00691000 08:08 1325538 /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-1.0.so.0.16.11
7f25d941e000-7f25d9444000 rw-p 00000000 00:00 0
7f25d9444000-7f25d944f000 r-xp 00000000 08:08 2106402 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-webkit-gtk-4236.so
7f25d944f000-7f25d954f000 —p 0000b000 08:08 2106402 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-webkit-gtk-4236.so
7f25d954f000-7f25d9550000 rw-p 0000b000 08:08 2106402 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-webkit-gtk-4236.so
7f25d9550000-7f25d9555000 r-xp 00000000 08:08 4994534 /lib/x86_64-linux-gnu/libnss_dns-2.19.so
7f25d9555000-7f25d9754000 —p 00005000 08:08 4994534 /lib/x86_64-linux-gnu/libnss_dns-2.19.so
7f25d9754000-7f25d9755000 r–p 00004000 08:08 4994534 /lib/x86_64-linux-gnu/libnss_dns-2.19.so
7f25d9755000-7f25d9756000 rw-p 00005000 08:08 4994534 /lib/x86_64-linux-gnu/libnss_dns-2.19.so
7f25d9756000-7f25dc000000 r–p 00000000 08:08 2385176 /usr/share/icons/hicolor/icon-theme.cache
7f25dc000000-7f25dc021000 rw-p 00000000 00:00 0
7f25dc021000-7f25e0000000 —p 00000000 00:00 0
7f25e0000000-7f25e0142000 rw-p 00000000 00:00 0
7f25e0142000-7f25e4000000 —p 00000000 00:00 0
7f25e4000000-7f25e40f6000 rw-p 00000000 00:00 0
7f25e40f6000-7f25e8000000 —p 00000000 00:00 0
7f25e8000000-7f25e806d000 rw-p 00000000 00:00 0
7f25e806d000-7f25ec000000 —p 00000000 00:00 0
7f25ec000000-7f25ec32d000 rw-p 00000000 00:00 0
7f25ec32d000-7f25f0000000 —p 00000000 00:00 0
7f25f003d000-7f25f003f000 r-xp 00000000 08:08 4994542 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f25f003f000-7f25f023e000 —p 00002000 08:08 4994542 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f25f023e000-7f25f023f000 r–p 00001000 08:08 4994542 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f25f023f000-7f25f0240000 rw-p 00002000 08:08 4994542 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f25f0271000-7f25f0274000 —p 00000000 00:00 0
7f25f0274000-7f25f0372000 rw-p 00000000 00:00 0
7f25f0372000-7f25f03e3000 r–s 007f0000 08:08 2516357 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/sdk/platforms/android-16/data/layoutlib.jar
7f25f03e3000-7f25f044c000 r–s 00757000 08:08 2240104 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/sdk/platforms/android-15/data/layoutlib.jar
7f25f044c000-7f25f044f000 —p 00000000 00:00 0
7f25f044f000-7f25f054d000 rw-p 00000000 00:00 0
7f25f054d000-7f25f05a4000 r–s 004b4000 08:08 1453460 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.cdt.ui_5.3.2.201202111925.jar
7f25f05a4000-7f25f06a4000 rw-s 00000000 00:04 9502745 /SYSV00000000 (deleted)
7f25f06a4000-7f25f06a7000 —p 00000000 00:00 0
7f25f06a7000-7f25f07a5000 rw-p 00000000 00:00 0 [stack:3542]
7f25f07a5000-7f25f1de9000 r–p 00000000 08:08 2238914 /usr/share/icons/gnome/icon-theme.cache
7f25f1de9000-7f25f1ed2000 r–p 00000000 08:08 2104463 /usr/share/icons/Humanity/icon-theme.cache
7f25f1ed2000-7f25f22f9000 r–p 00000000 08:08 2515069 /usr/share/icons/ubuntukylin-icon-theme/icon-theme.cache
7f25f22f9000-7f25f22fc000 —p 00000000 00:00 0
7f25f22fc000-7f25f23fa000 rw-p 00000000 00:00 0
7f25f23fa000-7f25f23fd000 —p 00000000 00:00 0
7f25f23fd000-7f25f24fb000 rw-p 00000000 00:00 0 [stack:3521]
7f25f24fb000-7f25f24fe000 —p 00000000 00:00 0
7f25f24fe000-7f25f25fc000 rw-p 00000000 00:00 0
7f25f25fc000-7f25f25ff000 —p 00000000 00:00 0
7f25f25ff000-7f25f26fd000 rw-p 00000000 00:00 0
7f25f26fd000-7f25f2700000 —p 00000000 00:00 0
7f25f2700000-7f25f27fe000 rw-p 00000000 00:00 0 [stack:3535]
7f25f27fe000-7f25f27ff000 —p 00000000 00:00 0
7f25f27ff000-7f25f2fff000 rw-p 00000000 00:00 0 [stack:3590]
7f25f2fff000-7f25f3000000 —p 00000000 00:00 0
7f25f3000000-7f25f3800000 rw-p 00000000 00:00 0 [stack:3589]
7f25f384a000-7f25f38aa000 rw-s 00000000 00:04 9404439 /SYSV00000000 (deleted)
7f25f38bd000-7f25f38c0000 —p 00000000 00:00 0
7f25f38c0000-7f25f39be000 rw-p 00000000 00:00 0 [stack:3510]
7f25f39be000-7f25f39c1000 —p 00000000 00:00 0
7f25f39c1000-7f25f39f7000 rw-p 00000000 00:00 0 [stack:3504]
7f25f39f7000-7f25f3a12000 r–p 00000000 08:08 2235068 /usr/share/fonts/truetype/liberation/LiberationMono-Regular.ttf
7f25f3a12000-7f25f3a15000 —p 00000000 00:00 0
7f25f3a15000-7f25f3b13000 rw-p 00000000 00:00 0 [stack:3501]
7f25f3b13000-7f25f3b16000 —p 00000000 00:00 0
7f25f3b16000-7f25f3c14000 rw-p 00000000 00:00 0 [stack:3499]
7f25f3c14000-7f25f3c25000 r–s 000e8000 08:08 2638791 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/freemarker-2.3.20.jar
7f25f3c25000-7f25f3c28000 —p 00000000 00:00 0
7f25f3c28000-7f25f3d26000 rw-p 00000000 00:00 0 [stack:3498]
7f25f3d3b000-7f25f3d3c000 —p 00000000 00:00 0
7f25f3d3c000-7f25f3d44000 rw-p 00000000 00:00 0
7f25f3d44000-7f25f3d45000 —p 00000000 00:00 0
7f25f3d45000-7f25f3d8e000 r–s 0040a000 08:08 1453636 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.cdt.core_5.3.2.201202111925.jar
7f25f3d8e000-7f25f3da6000 r–s 00127000 08:08 1453618 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.apache.xerces_2.9.0.v201101211617.jar
7f25f3da6000-7f25f3dfe000 r–p 00000000 08:08 2235120 /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-BI.ttf
7f25f3dfe000-7f25f3e01000 —p 00000000 00:00 0
7f25f3e01000-7f25f3eff000 rw-p 00000000 00:00 0 [stack:3494]
7f25f3eff000-7f25f3f02000 —p 00000000 00:00 0
7f25f3f02000-7f25f4000000 rw-p 00000000 00:00 0 [stack:3493]
7f25f4000000-7f25f412b000 rw-p 00000000 00:00 0
7f25f412b000-7f25f8000000 —p 00000000 00:00 0
7f25f8000000-7f25f8022000 rw-p 00000000 00:00 0
7f25f8022000-7f25fc000000 —p 00000000 00:00 0
7f25fc000000-7f25fc095000 rw-p 00000000 00:00 0
7f25fc095000-7f2600000000 —p 00000000 00:00 0
7f2600000000-7f2600274000 rw-p 00000000 00:00 0
7f2600274000-7f2604000000 —p 00000000 00:00 0
7f2604000000-7f2604055000 rw-p 00000000 00:00 0
7f2604055000-7f2608000000 —p 00000000 00:00 0
7f2608000000-7f2608021000 rw-p 00000000 00:00 0
7f2608021000-7f260c000000 —p 00000000 00:00 0
7f260c000000-7f260c28e000 rw-p 00000000 00:00 0
7f260c28e000-7f2610000000 —p 00000000 00:00 0
7f2610000000-7f2610037000 rw-p 00000000 00:00 0
7f2610037000-7f2614000000 —p 00000000 00:00 0
7f2614000000-7f2614021000 rw-p 00000000 00:00 0
7f2614021000-7f2618000000 —p 00000000 00:00 0
7f2618000000-7f2618021000 rw-p 00000000 00:00 0
7f2618021000-7f261c000000 —p 00000000 00:00 0
7f261c000000-7f261c09c000 rw-p 00000000 00:00 0
7f261c09c000-7f2620000000 —p 00000000 00:00 0
7f2620005000-7f262000f000 r–s 0006d000 08:08 2638789 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/sdkuilib.jar
7f262000f000-7f2620017000 r–s 0004e000 08:08 2766837 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/httpclient-4.1.1.jar
7f2620017000-7f2620041000 r–s 001e9000 08:08 2766836 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/guava-15.0.jar
7f2620048000-7f2620049000 —p 00000000 00:00 0
7f2620049000-7f2620051000 rw-p 00000000 00:00 0
7f2620051000-7f2620052000 —p 00000000 00:00 0
7f2620052000-7f2620055000 —p 00000000 00:00 0
7f2620055000-7f2620153000 rw-p 00000000 00:00 0 [stack:3492]
7f2620153000-7f2620159000 r-xp 00000000 08:08 1707419 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f2620159000-7f2620358000 —p 00006000 08:08 1707419 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f2620358000-7f2620359000 r–p 00005000 08:08 1707419 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f2620359000-7f262035a000 rw-p 00006000 08:08 1707419 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f262035b000-7f262036d000 r–p 00000000 08:08 2515064 /usr/share/icons/ubuntu-mono-dark/icon-theme.cache
7f2620372000-7f26203d1000 r–p 00000000 08:08 2235127 /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-RI.ttf
7f26203d1000-7f2620423000 r–p 00000000 08:08 2235119 /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-B.ttf
7f2620428000-7f2620429000 —p 00000000 00:00 0
7f2620429000-7f2620431000 rw-p 00000000 00:00 0
7f2620431000-7f2620432000 —p 00000000 00:00 0
7f2620432000-7f2620440000 r–s 000a6000 08:08 1453613 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.wst.xml.core_1.1.602.v201201091944.jar
7f2620440000-7f262044b000 r–p 00000000 08:08 2104469 /usr/share/icons/Humanity-Dark/icon-theme.cache
7f262044f000-7f2620450000 —p 00000000 00:00 0
7f2620450000-7f2620458000 rw-p 00000000 00:00 0
7f2620458000-7f2620459000 —p 00000000 00:00 0
7f2620459000-7f262045c000 —p 00000000 00:00 0
7f262045c000-7f262055a000 rw-p 00000000 00:00 0 [stack:3489]
7f2620561000-7f2620569000 r–s 0004d000 08:08 1453533 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.debug.core_3.7.100.v20120521-2012.jar
7f2620569000-7f262056e000 r–s 00049000 08:08 1453507 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.jdt.launching_3.6.101.v20130111-183046.jar
7f2620574000-7f2620587000 r–s 000e0000 08:08 1453524 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.jface.text_3.8.2.v20121126-164145.jar
7f2620587000-7f2620592000 r–s 00084000 08:08 1453612 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.8.0.v20120523-1310.jar
7f2620592000-7f262059b000 r–s 00059000 08:08 1453504 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.team.core_3.6.100.v20120524-0627.jar
7f262059b000-7f26205a0000 r–s 00038000 08:08 1453465 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.text_3.5.200.v20120523-1310.jar
7f26205a0000-7f26205ca000 r–s 0046e000 08:08 1453585 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.jdt.core_3.8.3.v20130121-145325.jar
7f26205ce000-7f26205da000 r–s 00081000 08:08 1453556 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.ui.editors_3.8.0.v20120523-1540.jar
7f26205dd000-7f26205de000 —p 00000000 00:00 0
7f26205de000-7f26205e6000 rw-p 00000000 00:00 0
7f26205e6000-7f26205e7000 —p 00000000 00:00 0
7f26205e7000-7f26205f1000 r–s 00062000 08:08 1453599 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.wst.sse.core_1.1.602.v201112071516.jar
7f26205f1000-7f26205f4000 r–s 00014000 08:08 1453570 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.ui.views_3.6.100.v20120705-114010.jar
7f26205f8000-7f2620612000 r–s 00175000 08:08 1453666 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.jgit_2.2.0.201212191850-r.jar
7f2620612000-7f262061f000 r–s 000c6000 08:08 2106296 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.jdt.debug_3.7.101.v20120913-153601/jdimodel.jar
7f262061f000-7f2620628000 r–s 0006a000 08:08 1453679 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.search_3.8.0.v20120523-1540.jar
7f2620628000-7f26206be000 r–s 00946000 08:08 1453597 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.jdt.ui_3.8.2.v20130107-165834.jar
7f26206be000-7f26206d8000 r–s 00139000 08:08 1453550 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.jdt.debug.ui_3.6.100.v20120530-1425.jar
7f26206d8000-7f2620702000 r–s 001f3000 08:08 1453608 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.egit.ui_2.2.0.201212191850-r.jar
7f2620704000-7f262070e000 r–s 00067000 08:08 1453575 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.2.201202111925.jar
7f262070e000-7f2620711000 r–s 0001a000 08:08 1453635 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.100.v20120524-1717.jar
7f2620711000-7f2620719000 r–s 0004c000 08:08 1453561 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.1.0.v20120430-2001.jar
7f2620719000-7f262071c000 r–s 00018000 08:08 1453687 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.security_1.1.100.v20120522-1841.jar
7f262071c000-7f2620720000 r–s 0002d000 08:08 1453645 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.p2.engine_2.2.0.v20130121-021919.jar
7f2620720000-7f2620730000 r–s 00111000 08:08 1453615 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.2.201202111925.jar
7f2620730000-7f2620739000 r–s 0005e000 08:08 1453623 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.cdt.make.core_7.1.2.201202111925.jar
7f2620739000-7f2620744000 r–s 0037c000 08:08 1581780 /usr/local/coding/env/jdk1.7.0_60/jre/lib/charsets.jar
7f2620744000-7f2620750000 r–s 00072000 08:08 1453554 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.cdt.debug.core_7.1.0.201202111925.jar
7f2620750000-7f2620759000 r–s 0005f000 08:08 1453606 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.jdt.junit_3.7.100.v20120523-1543.jar
7f2620759000-7f2620764000 r-xp 00000000 08:08 2106366 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-atk-gtk-4236.so
7f2620764000-7f2620864000 —p 0000b000 08:08 2106366 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-atk-gtk-4236.so
7f2620864000-7f2620865000 rw-p 0000b000 08:08 2106366 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-atk-gtk-4236.so
7f2620865000-7f2620866000 —p 00000000 00:00 0
7f2620866000-7f2621066000 rw-p 00000000 00:00 0
7f2621066000-7f2621067000 —p 00000000 00:00 0
7f2621067000-7f2621867000 rw-p 00000000 00:00 0 [stack:3486]
7f2621867000-7f2621872000 r-xp 00000000 08:08 1322473 /usr/lib/x86_64-linux-gnu/libfcitx-gclient.so.0.1
7f2621872000-7f2621a71000 —p 0000b000 08:08 1322473 /usr/lib/x86_64-linux-gnu/libfcitx-gclient.so.0.1
7f2621a71000-7f2621a72000 r–p 0000a000 08:08 1322473 /usr/lib/x86_64-linux-gnu/libfcitx-gclient.so.0.1
7f2621a72000-7f2621a73000 rw-p 0000b000 08:08 1322473 /usr/lib/x86_64-linux-gnu/libfcitx-gclient.so.0.1
7f2621a73000-7f2621a85000 r-xp 00000000 08:08 1322477 /usr/lib/x86_64-linux-gnu/libfcitx-utils.so.0.1
7f2621a85000-7f2621c84000 —p 00012000 08:08 1322477 /usr/lib/x86_64-linux-gnu/libfcitx-utils.so.0.1
7f2621c84000-7f2621c85000 r–p 00011000 08:08 1322477 /usr/lib/x86_64-linux-gnu/libfcitx-utils.so.0.1
7f2621c85000-7f2621c86000 rw-p 00012000 08:08 1322477 /usr/lib/x86_64-linux-gnu/libfcitx-utils.so.0.1
7f2621c86000-7f2621c8d000 r-xp 00000000 08:08 1707517 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-fcitx.so
7f2621c8d000-7f2621e8c000 —p 00007000 08:08 1707517 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-fcitx.so
7f2621e8c000-7f2621e8d000 r–p 00006000 08:08 1707517 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-fcitx.so
7f2621e8d000-7f2621e8e000 rw-p 00007000 08:08 1707517 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-fcitx.so
7f2621e8e000-7f2621e90000 r-xp 00000000 08:08 3677691 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/77/1/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7f2621e90000-7f2621f8f000 —p 00002000 08:08 3677691 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/77/1/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7f2621f8f000-7f2621f90000 rw-p 00001000 08:08 3677691 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/77/1/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7f2621f95000-7f2621f98000 r–s 00013000 08:08 1453464 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.jdt.core.manipulation_1.5.0.v20120523-1543.jar
7f2621f9a000-7f2621f9c000 r–s 00011000 08:08 1453509 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.cdt.codan.checkers_1.0.1.201202111925.jar
7f2621f9c000-7f2621fa7000 r–s 00087000 08:08 3023878 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/5/1/.cp/libs/ddmuilib.jar
7f2621fa7000-7f2621fda000 r–s 0024c000 08:08 1453584 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.debug.ui_3.8.2.v20130130-171415.jar
7f2621fda000-7f2621fde000 r–s 0001d000 08:08 1453643 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.cdt.codan.core_2.0.0.201202111925.jar
7f2621fe1000-7f2621fe3000 r–s 00017000 08:08 1453562 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.ant.core_3.2.401.v20121204-162022.jar
7f2621fe3000-7f2621ff1000 r–s 00066000 08:08 2638800 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/propertysheet.jar
7f2621ff1000-7f2621ffa000 r–s 000a7000 08:08 2638796 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/lombok-ast-0.2.2.jar
7f2621ffa000-7f2622000000 r–s 00087000 08:08 2638795 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/lint-checks.jar
7f2622000000-7f2622002000 r–s 00009000 08:08 1453473 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.cdt.codan.core.cxx_1.0.0.201202111925.jar
7f2622002000-7f2622006000 r–s 0001d000 08:08 1453510 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.p2.repository_2.2.0.v20120524-1945.jar
7f262200b000-7f2622024000 r–s 000ed000 08:08 1453640 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.cdt.debug.ui_7.1.2.201202111925.jar
7f2622028000-7f262202b000 r–s 00013000 08:08 1453605 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.core.expressions_3.4.401.v20120912-155018.jar
7f262202b000-7f2622034000 r–s 00095000 08:08 2638793 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/asset-studio.jar
7f2622034000-7f2622069000 r–s 006ef000 08:08 1453644 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/com.android.ide.eclipse.adt_23.0.2.1259578.jar
7f2622069000-7f262206d000 r–s 0000e000 08:08 2106298 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.jdt.debug_3.7.101.v20120913-153601/jdi.jar
7f262206d000-7f2622074000 r–s 0004a000 08:08 1453453 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.10.3.v20130124-170312.jar
7f2622075000-7f2622077000 r–s 00015000 08:08 1453600 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar
7f2622077000-7f262207c000 r–s 00044000 08:08 2766845 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/sdk-common.jar
7f262207c000-7f262207f000 r–s 00027000 08:08 2638794 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/lint-api.jar
7f2622080000-7f2622087000 r–s 00049000 08:08 1453474 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.ltk.core.refactoring_3.6.0.v20120523-1543.jar
7f2622087000-7f2622091000 r–s 0005a000 08:08 1453529 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.ui.navigator_3.5.200.v20120705-114103.jar
7f2622091000-7f2622095000 r–s 0001e000 08:08 1453611 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.ui.externaltools_3.2.100.v20120530-1753.jar
7f2622095000-7f262209a000 r–s 00035000 08:08 1453456 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.e4.ui.workbench_0.11.0.v20130125-100758.jar
7f262209a000-7f262209c000 r–s 00004000 08:08 2638798 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/asm-tree-4.0.jar
7f262209d000-7f262209e000 r–s 00004000 08:08 2638802 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/swtmenubar.jar
7f262209e000-7f26220a2000 r–s 00033000 08:08 1453476 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.cdt.launch_7.0.0.201202111925.jar
7f26220a2000-7f26220ac000 r–s 000a5000 08:08 2766842 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/sdklib.jar
7f26220ac000-7f26220af000 r–s 00010000 08:08 2766841 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/layoutlib-api.jar
7f26220af000-7f26220b4000 r–s 00028000 08:08 2766838 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/httpcore-4.1.jar
7f26220b4000-7f26220bf000 r–s 000bb000 08:08 1453534 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.core.resources_3.8.1.v20121114-124432.jar
7f26220bf000-7f26220e7000 r–s 00219000 08:08 1453458 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.ui.ide_3.8.2.v20121106-165923.jar
7f26220e7000-7f26220f4000 r-xp 00000000 08:08 2106359 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-cairo-gtk-4236.so
7f26220f4000-7f26221f4000 —p 0000d000 08:08 2106359 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-cairo-gtk-4236.so
7f26221f4000-7f26221f5000 rw-p 0000d000 08:08 2106359 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-cairo-gtk-4236.so
7f26221f5000-7f26221f9000 r-xp 00000000 08:08 1707425 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f26221f9000-7f26223f9000 —p 00004000 08:08 1707425 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f26223f9000-7f26223fa000 r–p 00004000 08:08 1707425 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f26223fa000-7f26223fb000 rw-p 00005000 08:08 1707425 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f26223fc000-7f262284e000 r–p 00000000 08:08 2235054 /usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf
7f262284e000-7f26228a5000 r–p 00000000 08:08 2235126 /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf
7f26228a5000-7f26228a6000 r–s 00000000 08:08 5647195 /var/cache/fontconfig/c05880de57d1f5e948fdfacc138775d9-le64.cache-4
7f26228a6000-7f26228b1000 r–s 00000000 08:08 5647191 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4
7f26228b1000-7f26228b7000 r–s 00000000 08:08 5647179 /var/cache/fontconfig/2cd17615ca594fa2959ae173292e504c-le64.cache-4
7f26228b7000-7f26228b8000 r–s 00000000 08:08 5647204 /var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-le64.cache-4
7f26228b8000-7f26228b9000 r–s 00000000 08:08 5647176 /var/cache/fontconfig/0d8c3b2ac0904cb8a57a757ad11a4a08-le64.cache-4
7f26228b9000-7f26228c0000 r–s 00000000 08:08 5647194 /var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-le64.cache-4
7f26228c0000-7f26228c2000 r–s 00000000 08:08 5647174 /var/cache/fontconfig/04aabc0a78ac019cf9454389977116d2-le64.cache-4
7f26228c2000-7f26228c3000 r–s 00000000 08:08 5647178 /var/cache/fontconfig/1ac9eb803944fde146138c791f5cc56a-le64.cache-4
7f26228c3000-7f26228c8000 r–s 00000000 08:08 5647190 /var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-4
7f26228c8000-7f26228cf000 r–s 00000000 08:08 5647180 /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4
7f26228cf000-7f26228d4000 r-xp 00000000 08:08 1322199 /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7f26228d4000-7f2622ad3000 —p 00005000 08:08 1322199 /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7f2622ad3000-7f2622ad4000 r–p 00004000 08:08 1322199 /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7f2622ad4000-7f2622ad5000 rw-p 00005000 08:08 1322199 /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7f2622ad5000-7f2622ad6000 r-xp 00000000 08:08 1322727 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4000.0
7f2622ad6000-7f2622cd5000 —p 00001000 08:08 1322727 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4000.0
7f2622cd5000-7f2622cd6000 r–p 00000000 08:08 1322727 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4000.0
7f2622cd6000-7f2622cd7000 rw-p 00001000 08:08 1322727 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4000.0
7f2622cd7000-7f2622cd8000 r–s 00000000 08:08 5647201 /var/cache/fontconfig/dc05db6664285cc2f12bf69c139ae4c3-le64.cache-4
7f2622cd8000-7f2622cda000 r–s 00000000 08:08 5647188 /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4
7f2622cda000-7f2622cdb000 r–s 00000000 08:08 5647183 /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4
7f2622cdb000-7f2622ce4000 r–s 00000000 08:08 5647182 /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4
7f2622ce4000-7f2622ce8000 r–s 00000000 08:08 5647199 /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4
7f2622ce8000-7f2622cf0000 r–s 00000000 08:08 5657281 /var/cache/fontconfig/5df9eba3d3f2d3afe4369d5c874815ce-le64.cache-4
7f2622cf0000-7f2622d64000 r-xp 00000000 08:08 2106358 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-pi-gtk-4236.so
7f2622d64000-7f2622e64000 —p 00074000 08:08 2106358 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-pi-gtk-4236.so
7f2622e64000-7f2622e67000 rw-p 00074000 08:08 2106358 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-pi-gtk-4236.so
7f2622e67000-7f2622e69000 rw-p 00000000 00:00 0
7f2622e69000-7f2622ee7000 r-xp 00000000 08:08 2106357 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-gtk-4236.so
7f2622ee7000-7f2622fe6000 —p 0007e000 08:08 2106357 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-gtk-4236.so
7f2622fe6000-7f2622fed000 rw-p 0007d000 08:08 2106357 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/210/1/.cp/libswt-gtk-4236.so
7f2622fed000-7f2622ff0000 rw-p 00000000 00:00 0
7f2622ff0000-7f2622ff3000 —p 00000000 00:00 0
7f2622ff3000-7f26230f1000 rw-p 00000000 00:00 0 [stack:3484]
7f26230f5000-7f26230f8000 r–s 00028000 08:08 2638803 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/manifest-merger.jar
7f26230f8000-7f26230fb000 —p 00000000 00:00 0
7f26230fb000-7f26231f9000 rw-p 00000000 00:00 0 [stack:3485]
7f26231f9000-7f26231fc000 —p 00000000 00:00 0
7f26231fc000-7f26232fa000 rw-p 00000000 00:00 0 [stack:3481]
7f26232fa000-7f26232fd000 —p 00000000 00:00 0
7f26232fd000-7f26233fb000 rw-p 00000000 00:00 0 [stack:3480]
7f26233fb000-7f26233fe000 —p 00000000 00:00 0
7f26233fe000-7f26234fc000 rw-p 00000000 00:00 0 [stack:3490]
7f26234fc000-7f26234ff000 —p 00000000 00:00 0
7f26234ff000-7f26235fd000 rw-p 00000000 00:00 0 [stack:3478]
7f26235fd000-7f2623600000 —p 00000000 00:00 0
7f2623600000-7f26236fe000 rw-p 00000000 00:00 0 [stack:3477]
7f26236fe000-7f2623701000 —p 00000000 00:00 0
7f2623701000-7f26237ff000 rw-p 00000000 00:00 0 [stack:3476]
7f26237ff000-7f2623800000 —p 00000000 00:00 0
7f2623800000-7f2624000000 rw-p 00000000 00:00 0 [stack:3474]
7f2624000000-7f2624022000 rw-p 00000000 00:00 0
7f2624022000-7f2628000000 —p 00000000 00:00 0
7f2628000000-7f2628021000 rw-p 00000000 00:00 0
7f2628021000-7f262c000000 —p 00000000 00:00 0
7f262c000000-7f262c001000 r–s 00000000 08:08 5647175 /var/cache/fontconfig/0c9eb80ebd1c36541ebe2852d3bb0c49-le64.cache-4
7f262c001000-7f262c004000 r–s 00000000 08:08 5647202 /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4
7f262c005000-7f262c007000 r–s 0000d000 08:08 1453656 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.p2.operations_2.2.0.v20130119-010614.jar
7f262c007000-7f262c00b000 r–s 00026000 08:08 1453593 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.e4.ui.workbench.swt_0.10.3.v20130124-133900.jar
7f262c00b000-7f262c00d000 r–s 0000a000 08:08 2638797 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/asm-4.0.jar
7f262c00e000-7f262c010000 r–s 0000d000 08:08 1453604 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.1.0.v20110815-1744.jar
7f262c010000-7f262c011000 r–s 00002000 08:08 2638801 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/ant-glob.jar
7f262c015000-7f262c051000 r–s 00629000 08:08 1453683 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/com.ibm.icu_4.4.2.v20110823.jar
7f262c051000-7f262c065000 r–s 000f7000 08:08 1453498 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.jface_3.8.102.v20130123-162658.jar
7f262c065000-7f262c0a7000 r–s 00360000 08:08 1453620 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.ui.workbench_3.104.0.v20130204-164612.jar
7f262c0aa000-7f262c0b1000 r–s 00053000 08:08 2766834 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/commons-compress-1.0.jar
7f262c0b1000-7f262c0b4000 r–s 00012000 08:08 2766832 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/common.jar
7f262c0b4000-7f262c0c4000 r-xp 00000000 08:08 1582306 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libnio.so
7f262c0c4000-7f262c2c4000 —p 00010000 08:08 1582306 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libnio.so
7f262c2c4000-7f262c2c5000 rw-p 00010000 08:08 1582306 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libnio.so
7f262c2c5000-7f262c2db000 r-xp 00000000 08:08 1582266 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libnet.so
7f262c2db000-7f262c4db000 —p 00016000 08:08 1582266 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libnet.so
7f262c4db000-7f262c4dc000 rw-p 00016000 08:08 1582266 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libnet.so
7f262c4dc000-7f262c4df000 r-xp 00000000 08:08 1707418 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7f262c4df000-7f262c6df000 —p 00003000 08:08 1707418 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7f262c6df000-7f262c6e0000 r–p 00003000 08:08 1707418 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7f262c6e0000-7f262c6e1000 rw-p 00004000 08:08 1707418 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7f262c6e1000-7f262c6e2000 —p 00000000 00:00 0
7f262c6e2000-7f262cee2000 rw-p 00000000 00:00 0 [stack:3473]
7f262cee2000-7f262cef8000 r-xp 00000000 08:08 4994488 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f262cef8000-7f262d0f7000 —p 00016000 08:08 4994488 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f262d0f7000-7f262d0f8000 rw-p 00015000 08:08 4994488 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f262d0f8000-7f262d1de000 r-xp 00000000 08:08 1323127 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19
7f262d1de000-7f262d3dd000 —p 000e6000 08:08 1323127 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19
7f262d3dd000-7f262d3e5000 r–p 000e5000 08:08 1323127 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19
7f262d3e5000-7f262d3e7000 rw-p 000ed000 08:08 1323127 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19
7f262d3e7000-7f262d3fc000 rw-p 00000000 00:00 0
7f262d3fc000-7f262d41c000 r-xp 00000000 08:08 1322998 /usr/lib/x86_64-linux-gnu/libproxy.so.1.0.0
7f262d41c000-7f262d61b000 —p 00020000 08:08 1322998 /usr/lib/x86_64-linux-gnu/libproxy.so.1.0.0
7f262d61b000-7f262d61c000 r–p 0001f000 08:08 1322998 /usr/lib/x86_64-linux-gnu/libproxy.so.1.0.0
7f262d61c000-7f262d61d000 rw-p 00020000 08:08 1322998 /usr/lib/x86_64-linux-gnu/libproxy.so.1.0.0
7f262d61d000-7f262d61f000 r–s 00008000 08:08 2638792 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/rule-api.jar
7f262d621000-7f262d622000 r–s 00004000 08:08 2638799 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/asm-analysis-4.0.jar
7f262d622000-7f262d624000 r–s 00005000 08:08 2766839 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/httpmime-4.1.jar
7f262d624000-7f262d626000 r–s 00010000 08:08 1453602 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.p2.core_2.2.0.v20120430-0525.jar
7f262d626000-7f262d62f000 r–s 00251000 08:08 1582333 /usr/local/coding/env/jdk1.7.0_60/jre/lib/resources.jar
7f262d62f000-7f262d631000 r–s 0000d000 08:08 2766835 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/commons-logging-1.1.1.jar
7f262d631000-7f262d647000 r–s 00260000 08:08 1453485 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_64_3.100.1.v4236b.jar
7f262d647000-7f262d64a000 —p 00000000 00:00 0
7f262d64a000-7f262d748000 rw-p 00000000 00:00 0 [stack:3475]
7f262d748000-7f262d75c000 r–s 00142000 08:08 1453454 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar
7f262d75c000-7f262d7bc000 rw-s 00000000 00:04 8814614 /SYSV00000000 (deleted)
7f262d7bc000-7f262d820000 rw-p 00000000 00:00 0
7f262d820000-7f262d82b000 r-xp 00000000 08:08 1707495 /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7f262d82b000-7f262da2b000 —p 0000b000 08:08 1707495 /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7f262da2b000-7f262da2c000 r–p 0000b000 08:08 1707495 /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7f262da2c000-7f262da2d000 rw-p 0000c000 08:08 1707495 /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
7f262da2d000-7f262da71000 r-xp 00000000 08:08 4994769 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.6
7f262da71000-7f262dc70000 —p 00044000 08:08 4994769 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.6
7f262dc70000-7f262dc71000 r–p 00043000 08:08 4994769 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.6
7f262dc71000-7f262dc72000 rw-p 00044000 08:08 4994769 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.6
7f262dc72000-7f262dc7a000 r-xp 00000000 08:08 4994523 /lib/x86_64-linux-gnu/libnih-dbus.so.1.0.0
7f262dc7a000-7f262de7a000 —p 00008000 08:08 4994523 /lib/x86_64-linux-gnu/libnih-dbus.so.1.0.0
7f262de7a000-7f262de7b000 r–p 00008000 08:08 4994523 /lib/x86_64-linux-gnu/libnih-dbus.so.1.0.0
7f262de7b000-7f262de7c000 rw-p 00009000 08:08 4994523 /lib/x86_64-linux-gnu/libnih-dbus.so.1.0.0
7f262de7c000-7f262de93000 r-xp 00000000 08:08 4994525 /lib/x86_64-linux-gnu/libnih.so.1.0.0
7f262de93000-7f262e092000 —p 00017000 08:08 4994525 /lib/x86_64-linux-gnu/libnih.so.1.0.0
7f262e092000-7f262e093000 r–p 00016000 08:08 4994525 /lib/x86_64-linux-gnu/libnih.so.1.0.0
7f262e093000-7f262e094000 rw-p 00017000 08:08 4994525 /lib/x86_64-linux-gnu/libnih.so.1.0.0
7f262e094000-7f262e0ad000 r-xp 00000000 08:08 4994794 /lib/x86_64-linux-gnu/libcgmanager.so.0.0.0
7f262e0ad000-7f262e2ac000 —p 00019000 08:08 4994794 /lib/x86_64-linux-gnu/libcgmanager.so.0.0.0
7f262e2ac000-7f262e2ae000 r–p 00018000 08:08 4994794 /lib/x86_64-linux-gnu/libcgmanager.so.0.0.0
7f262e2ae000-7f262e2af000 rw-p 0001a000 08:08 4994794 /lib/x86_64-linux-gnu/libcgmanager.so.0.0.0
7f262e2af000-7f262e2bf000 r-xp 00000000 08:08 4994398 /lib/x86_64-linux-gnu/libudev.so.1.3.5
7f262e2bf000-7f262e4be000 —p 00010000 08:08 4994398 /lib/x86_64-linux-gnu/libudev.so.1.3.5
7f262e4be000-7f262e4bf000 r–p 0000f000 08:08 4994398 /lib/x86_64-linux-gnu/libudev.so.1.3.5
7f262e4bf000-7f262e4c0000 rw-p 00010000 08:08 4994398 /lib/x86_64-linux-gnu/libudev.so.1.3.5
7f262e4c0000-7f262e4f4000 r-xp 00000000 08:08 1578764 /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
7f262e4f4000-7f262e6f4000 —p 00034000 08:08 1578764 /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
7f262e6f4000-7f262e6f9000 r–p 00034000 08:08 1578764 /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
7f262e6f9000-7f262e6fa000 rw-p 00039000 08:08 1578764 /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
7f262e6fa000-7f262e729000 r-xp 00000000 08:08 1707500 /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
7f262e729000-7f262e929000 —p 0002f000 08:08 1707500 /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
7f262e929000-7f262e92a000 r–p 0002f000 08:08 1707500 /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
7f262e92a000-7f262e92b000 rw-p 00030000 08:08 1707500 /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
7f262e92b000-7f262e92c000 rw-p 00000000 00:00 0
7f262e92c000-7f262e945000 r-xp 00000000 08:08 1707499 /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7f262e945000-7f262eb45000 —p 00019000 08:08 1707499 /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7f262eb45000-7f262eb48000 r–p 00019000 08:08 1707499 /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7f262eb48000-7f262eb49000 rw-p 0001c000 08:08 1707499 /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
7f262eb49000-7f262eb50000 r-xp 00000000 08:08 1322934 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.1
7f262eb50000-7f262ed50000 —p 00007000 08:08 1322934 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.1
7f262ed50000-7f262ed51000 r–p 00007000 08:08 1322934 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.1
7f262ed51000-7f262ed52000 rw-p 00008000 08:08 1322934 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.1
7f262ed52000-7f262ed7e000 r-xp 00000000 08:08 1323224 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7f262ed7e000-7f262ef7d000 —p 0002c000 08:08 1323224 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7f262ef7d000-7f262ef7e000 r–p 0002b000 08:08 1323224 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7f262ef7e000-7f262ef7f000 rw-p 0002c000 08:08 1323224 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7f262ef7f000-7f262ef88000 r-xp 00000000 08:08 1322834 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7f262ef88000-7f262f187000 —p 00009000 08:08 1322834 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7f262f187000-7f262f188000 r–p 00008000 08:08 1322834 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7f262f188000-7f262f189000 rw-p 00009000 08:08 1322834 /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
7f262f189000-7f262f19a000 r-xp 00000000 08:08 1323137 /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.12
7f262f19a000-7f262f399000 —p 00011000 08:08 1323137 /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.12
7f262f399000-7f262f39a000 r–p 00010000 08:08 1323137 /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.12
7f262f39a000-7f262f39b000 rw-p 00011000 08:08 1323137 /usr/lib/x86_64-linux-gnu/libtdb.so.1.2.12
7f262f39b000-7f262f3a2000 r-xp 00000000 08:08 1323228 /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
7f262f3a2000-7f262f5a1000 —p 00007000 08:08 1323228 /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
7f262f5a1000-7f262f5a2000 r–p 00006000 08:08 1323228 /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
7f262f5a2000-7f262f5a3000 rw-p 00007000 08:08 1323228 /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4
7f262f5a3000-7f262f5b2000 r-xp 00000000 08:08 1322314 /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7f262f5b2000-7f262f7b1000 —p 0000f000 08:08 1322314 /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7f262f7b1000-7f262f7b2000 r–p 0000e000 08:08 1322314 /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7f262f7b2000-7f262f7b3000 rw-p 0000f000 08:08 1322314 /usr/lib/x86_64-linux-gnu/libcanberra.so.0.2.5
7f262f7b3000-7f262f7b7000 r-xp 00000000 08:08 1322310 /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.9
7f262f7b7000-7f262f9b6000 —p 00004000 08:08 1322310 /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.9
7f262f9b6000-7f262f9b7000 r–p 00003000 08:08 1322310 /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.9
7f262f9b7000-7f262f9b8000 rw-p 00004000 08:08 1322310 /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0.1.9
7f262f9b8000-7f262f9bd000 r-xp 00000000 08:08 1707531 /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
7f262f9bd000-7f262fbbc000 —p 00005000 08:08 1707531 /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
7f262fbbc000-7f262fbbd000 r–p 00004000 08:08 1707531 /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
7f262fbbd000-7f262fbbe000 rw-p 00005000 08:08 1707531 /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
7f262fbbe000-7f262fbed000 r-xp 00000000 08:08 1707513 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7f262fbed000-7f262fded000 —p 0002f000 08:08 1707513 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7f262fded000-7f262fdee000 r–p 0002f000 08:08 1707513 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7f262fdee000-7f262fdef000 rw-p 00030000 08:08 1707513 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7f262fdef000-7f262fdff000 r-xp 00000000 08:08 1323188 /usr/lib/x86_64-linux-gnu/libunity-gtk2-parser.so.0.0.0
7f262fdff000-7f262fffe000 —p 00010000 08:08 1323188 /usr/lib/x86_64-linux-gnu/libunity-gtk2-parser.so.0.0.0
7f262fffe000-7f262ffff000 r–p 0000f000 08:08 1323188 /usr/lib/x86_64-linux-gnu/libunity-gtk2-parser.so.0.0.0
7f262ffff000-7f2630000000 rw-p 00010000 08:08 1323188 /usr/lib/x86_64-linux-gnu/libunity-gtk2-parser.so.0.0.0
7f2630000000-7f2631c71000 rw-p 00000000 00:00 0
7f2631c71000-7f2634000000 —p 00000000 00:00 0
7f2634000000-7f2634021000 rw-p 00000000 00:00 0
7f2634021000-7f2638000000 —p 00000000 00:00 0
7f2638000000-7f2638021000 rw-p 00000000 00:00 0
7f2638021000-7f263c000000 —p 00000000 00:00 0
7f263c000000-7f263f217000 rw-p 00000000 00:00 0
7f263f217000-7f2640000000 —p 00000000 00:00 0
7f2640000000-7f2640021000 rw-p 00000000 00:00 0
7f2640021000-7f2644000000 —p 00000000 00:00 0
7f2644000000-7f2644021000 rw-p 00000000 00:00 0
7f2644021000-7f2648000000 —p 00000000 00:00 0
7f2648000000-7f2648038000 rw-p 00000000 00:00 0
7f2648038000-7f264c000000 —p 00000000 00:00 0
7f264c000000-7f264c199000 rw-p 00000000 00:00 0
7f264c199000-7f2650000000 —p 00000000 00:00 0
7f2650000000-7f2650059000 rw-p 00000000 00:00 0
7f2650059000-7f2654000000 —p 00000000 00:00 0
7f2654000000-7f2654001000 r–s 00002000 08:08 2638790 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/ninepatch.jar
7f2654001000-7f2654003000 r–s 00004000 08:08 1453488 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.cdt.codan.ui.cxx_2.0.0.201202111925.jar
7f2654003000-7f2654006000 r–s 00013000 08:08 1453563 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.app_1.3.100.v20120522-1841.jar
7f2654006000-7f2654009000 r–s 0002a000 08:08 1453442 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar
7f2654009000-7f265400c000 r–s 00019000 08:08 1453497 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.core.filebuffers_3.5.200.v20120523-1310.jar
7f265400c000-7f265400f000 r–s 00011000 08:08 1453629 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.util_1.0.400.v20120917-192807.jar
7f265400f000-7f265402d000 r–s 00000000 08:08 1718342 /usr/share/mime/mime.cache
7f265402d000-7f265406d000 r–p 00000000 08:08 2239781 /usr/share/glib-2.0/schemas/gschemas.compiled
7f265406d000-7f2654072000 r-xp 00000000 08:08 1707535 /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libunity-gtk-module.so
7f2654072000-7f2654271000 —p 00005000 08:08 1707535 /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libunity-gtk-module.so
7f2654271000-7f2654272000 r–p 00004000 08:08 1707535 /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libunity-gtk-module.so
7f2654272000-7f2654273000 rw-p 00005000 08:08 1707535 /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libunity-gtk-module.so
7f2654273000-7f2654284000 r-xp 00000000 08:08 1707534 /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so
7f2654284000-7f2654483000 —p 00011000 08:08 1707534 /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so
7f2654483000-7f2654484000 r–p 00010000 08:08 1707534 /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so
7f2654484000-7f2654485000 rw-p 00011000 08:08 1707534 /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so
7f2654485000-7f26544a4000 r-xp 00000000 08:08 1322257 /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1
7f26544a4000-7f26546a4000 —p 0001f000 08:08 1322257 /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1
7f26546a4000-7f26546a6000 r–p 0001f000 08:08 1322257 /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1
7f26546a6000-7f26546a7000 rw-p 00021000 08:08 1322257 /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1
7f26546a7000-7f2654ad6000 r-xp 00000000 08:08 1316175 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.23
7f2654ad6000-7f2654cd5000 —p 0042f000 08:08 1316175 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.23
7f2654cd5000-7f2654cdc000 r–p 0042e000 08:08 1316175 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.23
7f2654cdc000-7f2654ce0000 rw-p 00435000 08:08 1316175 /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.23
7f2654ce0000-7f2654ce3000 rw-p 00000000 00:00 0
7f2654ce3000-7f2654cfd000 r-xp 00000000 08:08 1322636 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f2654cfd000-7f2654efc000 —p 0001a000 08:08 1322636 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f2654efc000-7f2654efe000 r–p 00019000 08:08 1322636 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f2654efe000-7f2654eff000 rw-p 0001b000 08:08 1322636 /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7f2654eff000-7f2654f04000 r-xp 00000000 08:08 1322169 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f2654f04000-7f2655103000 —p 00005000 08:08 1322169 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f2655103000-7f2655104000 r–p 00004000 08:08 1322169 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f2655104000-7f2655105000 rw-p 00005000 08:08 1322169 /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7f2655105000-7f2655107000 r-xp 00000000 08:08 1322158 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f2655107000-7f2655307000 —p 00002000 08:08 1322158 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f2655307000-7f2655308000 r–p 00002000 08:08 1322158 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f2655308000-7f2655309000 rw-p 00003000 08:08 1322158 /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7f2655309000-7f265530f000 r-xp 00000000 08:08 1322378 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1
7f265530f000-7f265550e000 —p 00006000 08:08 1322378 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1
7f265550e000-7f265550f000 r–p 00005000 08:08 1322378 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1
7f265550f000-7f2655510000 rw-p 00006000 08:08 1322378 /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1
7f2655510000-7f2655563000 r-xp 00000000 08:08 1322751 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.927.0
7f2655563000-7f2655763000 —p 00053000 08:08 1322751 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.927.0
7f2655763000-7f2655764000 r–p 00053000 08:08 1322751 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.927.0
7f2655764000-7f2655765000 rw-p 00054000 08:08 1322751 /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.927.0
7f2655765000-7f2655782000 r-xp 00000000 08:08 1323296 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f2655782000-7f2655982000 —p 0001d000 08:08 1323296 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f2655982000-7f2655983000 r–p 0001d000 08:08 1323296 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f2655983000-7f2655984000 rw-p 0001e000 08:08 1323296 /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7f2655984000-7f265598c000 r-xp 00000000 08:08 1323282 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f265598c000-7f2655b8b000 —p 00008000 08:08 1323282 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f2655b8b000-7f2655b8c000 r–p 00007000 08:08 1323282 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f2655b8c000-7f2655b8d000 rw-p 00008000 08:08 1323282 /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7f2655b8d000-7f2655b8f000 r-xp 00000000 08:08 1323286 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f2655b8f000-7f2655d8e000 —p 00002000 08:08 1323286 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f2655d8e000-7f2655d8f000 r–p 00001000 08:08 1323286 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f2655d8f000-7f2655d90000 rw-p 00002000 08:08 1323286 /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7f2655d90000-7f2655db5000 r-xp 00000000 08:08 4994576 /lib/x86_64-linux-gnu/libpng12.so.0.50.0
7f2655db5000-7f2655fb4000 —p 00025000 08:08 4994576 /lib/x86_64-linux-gnu/libpng12.so.0.50.0
7f2655fb4000-7f2655fb5000 r–p 00024000 08:08 4994576 /lib/x86_64-linux-gnu/libpng12.so.0.50.0
7f2655fb5000-7f2655fb6000 rw-p 00025000 08:08 4994576 /lib/x86_64-linux-gnu/libpng12.so.0.50.0
7f2655fb6000-7f2656057000 r-xp 00000000 08:08 1322977 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2
7f2656057000-7f2656257000 —p 000a1000 08:08 1322977 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2
7f2656257000-7f265625e000 r–p 000a1000 08:08 1322977 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2
7f265625e000-7f265625f000 rw-p 000a8000 08:08 1322977 /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.30.2
7f265625f000-7f2656286000 r-xp 00000000 08:08 4994483 /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7f2656286000-7f2656486000 —p 00027000 08:08 4994483 /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7f2656486000-7f2656488000 r–p 00027000 08:08 4994483 /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7f2656488000-7f2656489000 rw-p 00029000 08:08 4994483 /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7f2656489000-7f26564a0000 r-xp 00000000 08:08 4994587 /lib/x86_64-linux-gnu/libresolv-2.19.so
7f26564a0000-7f26566a0000 —p 00017000 08:08 4994587 /lib/x86_64-linux-gnu/libresolv-2.19.so
7f26566a0000-7f26566a1000 r–p 00017000 08:08 4994587 /lib/x86_64-linux-gnu/libresolv-2.19.so
7f26566a1000-7f26566a2000 rw-p 00018000 08:08 4994587 /lib/x86_64-linux-gnu/libresolv-2.19.so
7f26566a2000-7f26566a4000 rw-p 00000000 00:00 0
7f26566a4000-7f26566c4000 r-xp 00000000 08:08 4990469 /lib/x86_64-linux-gnu/libselinux.so.1
7f26566c4000-7f26568c3000 —p 00020000 08:08 4990469 /lib/x86_64-linux-gnu/libselinux.so.1
7f26568c3000-7f26568c4000 r–p 0001f000 08:08 4990469 /lib/x86_64-linux-gnu/libselinux.so.1
7f26568c4000-7f26568c5000 rw-p 00020000 08:08 4990469 /lib/x86_64-linux-gnu/libselinux.so.1
7f26568c5000-7f26568c7000 rw-p 00000000 00:00 0
7f26568c7000-7f26568df000 r-xp 00000000 08:08 4994624 /lib/x86_64-linux-gnu/libz.so.1.2.8
7f26568df000-7f2656ade000 —p 00018000 08:08 4994624 /lib/x86_64-linux-gnu/libz.so.1.2.8
7f2656ade000-7f2656adf000 r–p 00017000 08:08 4994624 /lib/x86_64-linux-gnu/libz.so.1.2.8
7f2656adf000-7f2656ae0000 rw-p 00018000 08:08 4994624 /lib/x86_64-linux-gnu/libz.so.1.2.8
7f2656ae0000-7f2656ae8000 r-xp 00000000 08:08 1323149 /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0
7f2656ae8000-7f2656ce7000 —p 00008000 08:08 1323149 /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0
7f2656ce7000-7f2656ce8000 r–p 00007000 08:08 1323149 /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0
7f2656ce8000-7f2656ce9000 rw-p 00008000 08:08 1323149 /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0
7f2656ce9000-7f2656cec000 r-xp 00000000 08:08 1322600 /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4000.0
7f2656cec000-7f2656eeb000 —p 00003000 08:08 1322600 /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4000.0
7f2656eeb000-7f2656eec000 r–p 00002000 08:08 1322600 /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4000.0
7f2656eec000-7f2656eed000 rw-p 00003000 08:08 1322600 /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.4000.0
7f2656eed000-7f2656f8a000 r-xp 00000000 08:08 1316102 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7f2656f8a000-7f2657189000 —p 0009d000 08:08 1316102 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7f2657189000-7f265718f000 r–p 0009c000 08:08 1316102 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7f265718f000-7f2657190000 rw-p 000a2000 08:08 1316102 /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7f2657190000-7f26571a4000 r-xp 00000000 08:08 1322956 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.3
7f26571a4000-7f26573a3000 —p 00014000 08:08 1322956 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.3
7f26573a3000-7f26573a4000 r–p 00013000 08:08 1322956 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.3
7f26573a4000-7f26573a5000 rw-p 00014000 08:08 1322956 /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.3
7f26573a5000-7f26573b6000 r-xp 00000000 08:08 1322171 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f26573b6000-7f26575b5000 —p 00011000 08:08 1322171 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f26575b5000-7f26575b6000 r–p 00010000 08:08 1322171 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f26575b6000-7f26575b7000 rw-p 00011000 08:08 1322171 /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7f26575b7000-7f26576e7000 r-xp 00000000 08:08 1322154 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f26576e7000-7f26578e7000 —p 00130000 08:08 1322154 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f26578e7000-7f26578e8000 r–p 00130000 08:08 1322154 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f26578e8000-7f26578ec000 rw-p 00131000 08:08 1322154 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7f26578ec000-7f26579f2000 r-xp 00000000 08:08 1322306 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0
7f26579f2000-7f2657bf1000 —p 00106000 08:08 1322306 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0
7f2657bf1000-7f2657bf4000 r–p 00105000 08:08 1322306 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0
7f2657bf4000-7f2657bf5000 rw-p 00108000 08:08 1322306 /usr/lib/x86_64-linux-gnu/libcairo.so.2.11301.0
7f2657bf5000-7f2657bf7000 rw-p 00000000 00:00 0
7f2657bf7000-7f2657bfc000 r-xp 00000000 08:08 1322173 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f2657bfc000-7f2657dfb000 —p 00005000 08:08 1322173 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f2657dfb000-7f2657dfc000 r–p 00004000 08:08 1322173 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f2657dfc000-7f2657dfd000 rw-p 00005000 08:08 1322173 /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7f2657dfd000-7f2657dff000 r-xp 00000000 08:08 1322167 /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f2657dff000-7f2657ffe000 —p 00002000 08:08 1322167 /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f2657ffe000-7f2657fff000 r–p 00001000 08:08 1322167 /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f2657fff000-7f2658000000 rw-p 00002000 08:08 1322167 /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7f2658000000-7f2658021000 rw-p 00000000 00:00 0
7f2658021000-7f265c000000 —p 00000000 00:00 0
7f265c000000-7f265c002000 r–s 00002000 08:08 2106284 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.101.v20130108-163257/runtime_registry_compatibility.jar
7f265c002000-7f265c003000 r–s 00009000 08:08 1453502 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.401.v201004280700.jar
7f265c003000-7f265c004000 r–s 00002000 08:08 1453514 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.e4.ui.workbench3_0.12.0.v20120521-2329.jar
7f265c004000-7f265c005000 r–s 00004000 08:08 1453492 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.swt_3.100.1.v4236b.jar
7f265c005000-7f265c007000 r–s 0000a000 08:08 1453519 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.e4.ui.bindings_0.10.3.v20130123-162658.jar
7f265c007000-7f265c009000 r–s 0000d000 08:08 2766833 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/commons-codec-1.4.jar
7f265c009000-7f265c00b000 r–s 003d7000 08:08 1453461 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/com.android.ide.eclipse.base_23.0.2.1259578.jar
7f265c00b000-7f265c00c000 r–s 00004000 08:08 1453517 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.cdt.core.linux.x86_64_5.2.0.201202111925.jar
7f265c00c000-7f265c00d000 r–s 00002000 08:08 1453475 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.cdt.core.linux_5.2.0.201202111925.jar
7f265c00d000-7f265c00e000 r–s 00005000 08:08 2766844 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/dvlib.jar
7f265c00e000-7f265c010000 r–s 00003000 08:08 1453631 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.v20110808-1657.jar
7f265c010000-7f265c026000 r–p 00000000 08:08 2104933 /usr/share/locale-langpack/zh_CN/LC_MESSAGES/glib20.mo
7f265c026000-7f265c04b000 r–p 00000000 08:08 2104975 /usr/share/locale-langpack/zh_CN/LC_MESSAGES/gtk20-properties.mo
7f265c04b000-7f265c04d000 r-xp 00000000 08:08 1322163 /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7f265c04d000-7f265c24c000 —p 00002000 08:08 1322163 /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7f265c24c000-7f265c24d000 r–p 00001000 08:08 1322163 /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7f265c24d000-7f265c24e000 rw-p 00002000 08:08 1322163 /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7f265c24e000-7f265c257000 r-xp 00000000 08:08 1322165 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f265c257000-7f265c456000 —p 00009000 08:08 1322165 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f265c456000-7f265c457000 r–p 00008000 08:08 1322165 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f265c457000-7f265c458000 rw-p 00009000 08:08 1322165 /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7f265c458000-7f265c461000 r-xp 00000000 08:08 1322191 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f265c461000-7f265c660000 —p 00009000 08:08 1322191 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f265c660000-7f265c661000 r–p 00008000 08:08 1322191 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f265c661000-7f265c662000 rw-p 00009000 08:08 1322191 /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7f265c662000-7f265c671000 r-xp 00000000 08:08 1322179 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f265c671000-7f265c870000 —p 0000f000 08:08 1322179 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f265c870000-7f265c871000 r–p 0000e000 08:08 1322179 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f265c871000-7f265c872000 rw-p 0000f000 08:08 1322179 /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7f265c872000-7f265c874000 r-xp 00000000 08:08 1322181 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f265c874000-7f265ca73000 —p 00002000 08:08 1322181 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f265ca73000-7f265ca74000 r–p 00001000 08:08 1322181 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f265ca74000-7f265ca75000 rw-p 00002000 08:08 1322181 /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7f265ca75000-7f265ca7e000 r-xp 00000000 08:08 1322193 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f265ca7e000-7f265cc7d000 —p 00009000 08:08 1322193 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f265cc7d000-7f265cc7e000 r–p 00008000 08:08 1322193 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f265cc7e000-7f265cc7f000 rw-p 00009000 08:08 1322193 /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7f265cc7f000-7f265ccb9000 r-xp 00000000 08:08 1314610 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7f265ccb9000-7f265ceb8000 —p 0003a000 08:08 1314610 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7f265ceb8000-7f265ceba000 r–p 00039000 08:08 1314610 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7f265ceba000-7f265cebb000 rw-p 0003b000 08:08 1314610 /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7f265cebb000-7f265d026000 r-xp 00000000 08:08 1322586 /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4000.0
7f265d026000-7f265d226000 —p 0016b000 08:08 1322586 /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4000.0
7f265d226000-7f265d22a000 r–p 0016b000 08:08 1322586 /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4000.0
7f265d22a000-7f265d22c000 rw-p 0016f000 08:08 1322586 /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.4000.0
7f265d22c000-7f265d22e000 rw-p 00000000 00:00 0
7f265d22e000-7f265d24d000 r-xp 00000000 08:08 1322560 /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7
7f265d24d000-7f265d44d000 —p 0001f000 08:08 1322560 /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7
7f265d44d000-7f265d44e000 r–p 0001f000 08:08 1322560 /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7
7f265d44e000-7f265d44f000 rw-p 00020000 08:08 1322560 /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.3000.7
7f265d44f000-7f265d499000 r-xp 00000000 08:08 1322952 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.3
7f265d499000-7f265d699000 —p 0004a000 08:08 1322952 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.3
7f265d699000-7f265d69b000 r–p 0004a000 08:08 1322952 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.3
7f265d69b000-7f265d69c000 rw-p 0004c000 08:08 1322952 /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.3
7f265d69c000-7f265d6a7000 r-xp 00000000 08:08 1322954 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.3
7f265d6a7000-7f265d8a7000 —p 0000b000 08:08 1322954 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.3
7f265d8a7000-7f265d8a8000 r–p 0000b000 08:08 1322954 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.3
7f265d8a8000-7f265d8a9000 rw-p 0000c000 08:08 1322954 /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.3
7f265d8a9000-7f265d956000 r-xp 00000000 08:08 1316222 /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.23
7f265d956000-7f265db55000 —p 000ad000 08:08 1316222 /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.23
7f265db55000-7f265db59000 r–p 000ac000 08:08 1316222 /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.23
7f265db59000-7f265db5b000 rw-p 000b0000 08:08 1316222 /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.23
7f265db5b000-7f265db98000 r-xp 00000000 08:08 4994564 /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7f265db98000-7f265dd97000 —p 0003d000 08:08 4994564 /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7f265dd97000-7f265dd98000 r–p 0003c000 08:08 4994564 /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7f265dd98000-7f265dd99000 rw-p 0003d000 08:08 4994564 /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7f265dd99000-7f265dda0000 r-xp 00000000 08:08 1322479 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
7f265dda0000-7f265df9f000 —p 00007000 08:08 1322479 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
7f265df9f000-7f265dfa0000 r–p 00006000 08:08 1322479 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
7f265dfa0000-7f265dfa1000 rw-p 00007000 08:08 1322479 /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
7f265dfa1000-7f265e0a7000 r-xp 00000000 08:08 4994492 /lib/x86_64-linux-gnu/libglib-2.0.so.0.4000.0
7f265e0a7000-7f265e2a6000 —p 00106000 08:08 4994492 /lib/x86_64-linux-gnu/libglib-2.0.so.0.4000.0
7f265e2a6000-7f265e2a7000 r–p 00105000 08:08 4994492 /lib/x86_64-linux-gnu/libglib-2.0.so.0.4000.0
7f265e2a7000-7f265e2a8000 rw-p 00106000 08:08 4994492 /lib/x86_64-linux-gnu/libglib-2.0.so.0.4000.0
7f265e2a8000-7f265e2a9000 rw-p 00000000 00:00 0
7f265e2a9000-7f265e2f8000 r-xp 00000000 08:08 1322616 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0
7f265e2f8000-7f265e4f8000 —p 0004f000 08:08 1322616 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0
7f265e4f8000-7f265e4f9000 r–p 0004f000 08:08 1322616 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0
7f265e4f9000-7f265e4fa000 rw-p 00050000 08:08 1322616 /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0
7f265e4fa000-7f265e509000 r-xp 00000000 08:08 1845869 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/eclipse_1502.so
7f265e509000-7f265e609000 —p 0000f000 08:08 1845869 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/eclipse_1502.so
7f265e609000-7f265e60a000 rw-p 0000f000 08:08 1845869 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/eclipse_1502.so
7f265e60a000-7f265e60b000 rw-p 00000000 00:00 0
7f265e60b000-7f265e60c000 —p 00000000 00:00 0
7f265e60c000-7f265e70c000 rw-p 00000000 00:00 0 [stack:3472]
7f265e70c000-7f265e70f000 —p 00000000 00:00 0
7f265e70f000-7f265e80d000 rw-p 00000000 00:00 0 [stack:3471]
7f265e80d000-7f265e810000 —p 00000000 00:00 0
7f265e810000-7f265e90e000 rw-p 00000000 00:00 0 [stack:3470]
7f265e90e000-7f265e911000 —p 00000000 00:00 0
7f265e911000-7f265ea0f000 rw-p 00000000 00:00 0 [stack:3469]
7f265ea0f000-7f265ea12000 —p 00000000 00:00 0
7f265ea12000-7f265eb10000 rw-p 00000000 00:00 0 [stack:3468]
7f265eb10000-7f265f1f2000 r–p 00000000 08:08 1320961 /usr/lib/locale/locale-archive
7f265f1f2000-7f265f1f5000 —p 00000000 00:00 0
7f265f1f5000-7f265f2f3000 rw-p 00000000 00:00 0 [stack:3467]
7f265f2f3000-7f265f2f6000 —p 00000000 00:00 0
7f265f2f6000-7f265f3f4000 rw-p 00000000 00:00 0 [stack:3466]
7f265f3f4000-7f265f3f5000 —p 00000000 00:00 0
7f265f3f5000-7f2660000000 rw-p 00000000 00:00 0 [stack:3465]
7f2660000000-7f266004a000 rw-p 00000000 00:00 0
7f266004a000-7f2664000000 —p 00000000 00:00 0
7f2664000000-7f2664002000 r–s 00003000 08:08 2766843 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/sdkstats.jar
7f2664002000-7f2664005000 r–s 00018000 08:08 1453678 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.common_3.6.100.v20120522-1841.jar
7f2664005000-7f2664009000 r–s 000f7000 08:08 1581770 /usr/local/coding/env/jdk1.7.0_60/jre/lib/ext/localedata.jar
7f2664009000-7f266400e000 r–p 00000000 08:08 2104920 /usr/share/locale-langpack/zh_CN/LC_MESSAGES/gdk-pixbuf.mo
7f266400e000-7f266400f000 r–s 00000000 08:08 2106673 /home/lin/.local/share/mime/mime.cache
7f266400f000-7f2664010000 r–s 0000a000 08:08 2766840 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/kxml2-2.3.0.jar
7f2664010000-7f2664024000 r–p 00000000 08:08 2105028 /usr/share/locale-langpack/zh_CN/LC_MESSAGES/libc.mo
7f2664024000-7f2664032000 r–p 00000000 08:08 2104976 /usr/share/locale-langpack/zh_CN/LC_MESSAGES/gtk20.mo
7f2664032000-7f2664436000 rw-p 00000000 00:00 0
7f2664436000-7f26645f5000 r–s 039e2000 08:08 1582340 /usr/local/coding/env/jdk1.7.0_60/jre/lib/rt.jar
7f26645f5000-7f266796b000 rw-p 00000000 00:00 0
7f266796b000-7f266796c000 —p 00000000 00:00 0
7f266796c000-7f2667a6c000 rw-p 00000000 00:00 0 [stack:3464]
7f2667a6c000-7f2667a6d000 —p 00000000 00:00 0
7f2667a6d000-7f2667b6d000 rw-p 00000000 00:00 0 [stack:3463]
7f2667b6d000-7f2667b6e000 —p 00000000 00:00 0
7f2667b6e000-7f2667c6e000 rw-p 00000000 00:00 0 [stack:3462]
7f2667c6e000-7f2667c6f000 —p 00000000 00:00 0
7f2667c6f000-7f2667dc1000 rw-p 00000000 00:00 0 [stack:3461]
7f2667dc1000-7f2667e6f000 rw-p 00000000 00:00 0
7f2667e6f000-7f2667ec1000 rw-p 00000000 00:00 0
7f2667ec1000-7f2667f6f000 rw-p 00000000 00:00 0
7f2667f6f000-7f266801a000 rw-p 00000000 00:00 0
7f266801a000-7f26680c4000 rw-p 00000000 00:00 0
7f26680c4000-7f266816f000 rw-p 00000000 00:00 0
7f266816f000-7f2668170000 rw-p 00000000 00:00 0
7f2668170000-7f2668ab0000 rwxp 00000000 00:00 0
7f2668ab0000-7f266b170000 rw-p 00000000 00:00 0
7f266b170000-7f266b18a000 r-xp 00000000 08:08 1582318 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libzip.so
7f266b18a000-7f266b38a000 —p 0001a000 08:08 1582318 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libzip.so
7f266b38a000-7f266b38b000 rw-p 0001a000 08:08 1582318 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libzip.so
7f266b38b000-7f266b396000 r-xp 00000000 08:08 4994536 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f266b396000-7f266b595000 —p 0000b000 08:08 4994536 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f266b595000-7f266b596000 r–p 0000a000 08:08 4994536 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f266b596000-7f266b597000 rw-p 0000b000 08:08 4994536 /lib/x86_64-linux-gnu/libnss_files-2.19.so
7f266b597000-7f266b5a2000 r-xp 00000000 08:08 4994546 /lib/x86_64-linux-gnu/libnss_nis-2.19.so
7f266b5a2000-7f266b7a1000 —p 0000b000 08:08 4994546 /lib/x86_64-linux-gnu/libnss_nis-2.19.so
7f266b7a1000-7f266b7a2000 r–p 0000a000 08:08 4994546 /lib/x86_64-linux-gnu/libnss_nis-2.19.so
7f266b7a2000-7f266b7a3000 rw-p 0000b000 08:08 4994546 /lib/x86_64-linux-gnu/libnss_nis-2.19.so
7f266b7a3000-7f266b7ba000 r-xp 00000000 08:08 4994530 /lib/x86_64-linux-gnu/libnsl-2.19.so
7f266b7ba000-7f266b9b9000 —p 00017000 08:08 4994530 /lib/x86_64-linux-gnu/libnsl-2.19.so
7f266b9b9000-7f266b9ba000 r–p 00016000 08:08 4994530 /lib/x86_64-linux-gnu/libnsl-2.19.so
7f266b9ba000-7f266b9bb000 rw-p 00017000 08:08 4994530 /lib/x86_64-linux-gnu/libnsl-2.19.so
7f266b9bb000-7f266b9bd000 rw-p 00000000 00:00 0
7f266b9bd000-7f266b9c6000 r-xp 00000000 08:08 4994532 /lib/x86_64-linux-gnu/libnss_compat-2.19.so
7f266b9c6000-7f266bbc5000 —p 00009000 08:08 4994532 /lib/x86_64-linux-gnu/libnss_compat-2.19.so
7f266bbc5000-7f266bbc6000 r–p 00008000 08:08 4994532 /lib/x86_64-linux-gnu/libnss_compat-2.19.so
7f266bbc6000-7f266bbc7000 rw-p 00009000 08:08 4994532 /lib/x86_64-linux-gnu/libnss_compat-2.19.so
7f266bbc7000-7f266bbf0000 r-xp 00000000 08:08 1582303 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libjava.so
7f266bbf0000-7f266bdf0000 —p 00029000 08:08 1582303 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libjava.so
7f266bdf0000-7f266bdf2000 rw-p 00029000 08:08 1582303 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libjava.so
7f266bdf2000-7f266bdff000 r-xp 00000000 08:08 1582265 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libverify.so
7f266bdff000-7f266bffe000 —p 0000d000 08:08 1582265 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libverify.so
7f266bffe000-7f266c000000 rw-p 0000c000 08:08 1582265 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/libverify.so
7f266c000000-7f266dd83000 rw-p 00000000 00:00 0
7f266dd83000-7f2670000000 —p 00000000 00:00 0
7f2670000000-7f2670004000 r–p 00000000 08:08 2107525 /home/lin/.config/dconf/user
7f2670004000-7f2670155000 rw-p 00000000 00:00 0
7f2670155000-7f2670200000 rw-p 00000000 00:00 0
7f2670200000-7f2670207000 r-xp 00000000 08:08 4994589 /lib/x86_64-linux-gnu/librt-2.19.so
7f2670207000-7f2670406000 —p 00007000 08:08 4994589 /lib/x86_64-linux-gnu/librt-2.19.so
7f2670406000-7f2670407000 r–p 00006000 08:08 4994589 /lib/x86_64-linux-gnu/librt-2.19.so
7f2670407000-7f2670408000 rw-p 00007000 08:08 4994589 /lib/x86_64-linux-gnu/librt-2.19.so
7f2670408000-7f267050d000 r-xp 00000000 08:08 4994511 /lib/x86_64-linux-gnu/libm-2.19.so
7f267050d000-7f267070c000 —p 00105000 08:08 4994511 /lib/x86_64-linux-gnu/libm-2.19.so
7f267070c000-7f267070d000 r–p 00104000 08:08 4994511 /lib/x86_64-linux-gnu/libm-2.19.so
7f267070d000-7f267070e000 rw-p 00105000 08:08 4994511 /lib/x86_64-linux-gnu/libm-2.19.so
7f267070e000-7f267127e000 r-xp 00000000 08:08 1582279 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/server/libjvm.so
7f267127e000-7f267147d000 —p 00b70000 08:08 1582279 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/server/libjvm.so
7f267147d000-7f2671541000 rw-p 00b6f000 08:08 1582279 /usr/local/coding/env/jdk1.7.0_60/jre/lib/amd64/server/libjvm.so
7f2671541000-7f2671582000 rw-p 00000000 00:00 0
7f2671582000-7f267173e000 r-xp 00000000 08:08 4994461 /lib/x86_64-linux-gnu/libc-2.19.so
7f267173e000-7f267193d000 —p 001bc000 08:08 4994461 /lib/x86_64-linux-gnu/libc-2.19.so
7f267193d000-7f2671941000 r–p 001bb000 08:08 4994461 /lib/x86_64-linux-gnu/libc-2.19.so
7f2671941000-7f2671943000 rw-p 001bf000 08:08 4994461 /lib/x86_64-linux-gnu/libc-2.19.so
7f2671943000-7f2671948000 rw-p 00000000 00:00 0
7f2671948000-7f267194b000 r-xp 00000000 08:08 4994478 /lib/x86_64-linux-gnu/libdl-2.19.so
7f267194b000-7f2671b4a000 —p 00003000 08:08 4994478 /lib/x86_64-linux-gnu/libdl-2.19.so
7f2671b4a000-7f2671b4b000 r–p 00002000 08:08 4994478 /lib/x86_64-linux-gnu/libdl-2.19.so
7f2671b4b000-7f2671b4c000 rw-p 00003000 08:08 4994478 /lib/x86_64-linux-gnu/libdl-2.19.so
7f2671b4c000-7f2671b62000 r-xp 00000000 08:08 1452857 /usr/local/coding/env/jdk1.7.0_60/lib/amd64/jli/libjli.so
7f2671b62000-7f2671d62000 —p 00016000 08:08 1452857 /usr/local/coding/env/jdk1.7.0_60/lib/amd64/jli/libjli.so
7f2671d62000-7f2671d63000 rw-p 00016000 08:08 1452857 /usr/local/coding/env/jdk1.7.0_60/lib/amd64/jli/libjli.so
7f2671d63000-7f2671d7c000 r-xp 00000000 08:08 4994581 /lib/x86_64-linux-gnu/libpthread-2.19.so
7f2671d7c000-7f2671f7b000 —p 00019000 08:08 4994581 /lib/x86_64-linux-gnu/libpthread-2.19.so
7f2671f7b000-7f2671f7c000 r–p 00018000 08:08 4994581 /lib/x86_64-linux-gnu/libpthread-2.19.so
7f2671f7c000-7f2671f7d000 rw-p 00019000 08:08 4994581 /lib/x86_64-linux-gnu/libpthread-2.19.so
7f2671f7d000-7f2671f81000 rw-p 00000000 00:00 0
7f2671f81000-7f2671fa4000 r-xp 00000000 08:08 4994437 /lib/x86_64-linux-gnu/ld-2.19.so
7f2671fa4000-7f2671fa5000 r–s 00000000 00:15 192060 /run/user/1000/dconf/user
7f2671fa5000-7f2671fe8000 rw-p 00000000 00:00 0
7f2671fe8000-7f2672083000 rw-p 00000000 00:00 0
7f2672083000-7f2672086000 —p 00000000 00:00 0
7f2672086000-7f2672188000 rw-p 00000000 00:00 0 [stack:3460]
7f2672188000-7f267218f000 r–s 00000000 08:08 1578532 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f267218f000-7f2672191000 r–s 00019000 08:08 1581782 /usr/local/coding/env/jdk1.7.0_60/jre/lib/jce.jar
7f2672191000-7f2672195000 r–s 0008a000 08:08 1582347 /usr/local/coding/env/jdk1.7.0_60/jre/lib/jsse.jar
7f2672195000-7f2672197000 r–s 0000b000 08:08 1453490 /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
7f2672197000-7f267219f000 rw-s 00000000 08:08 5515800 /tmp/hsperfdata_lin/3459
7f267219f000-7f26721a0000 rw-p 00000000 00:00 0
7f26721a0000-7f26721a1000 r–p 00000000 00:00 0
7f26721a1000-7f26721a3000 rw-p 00000000 00:00 0
7f26721a3000-7f26721a4000 r–p 00022000 08:08 4994437 /lib/x86_64-linux-gnu/ld-2.19.so
7f26721a4000-7f26721a5000 rw-p 00023000 08:08 4994437 /lib/x86_64-linux-gnu/ld-2.19.so
7f26721a5000-7f26721a6000 rw-p 00000000 00:00 0
7fff8ae5e000-7fff8ae7f000 rw-p 00000000 00:00 0 [stack]
7fff8af11000-7fff8af13000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]

VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=512m -Xms512m -Xmx1024m -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9.2
java_command: /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -os linux -ws gtk -arch x86_64 -showsplash /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse//plugins/org.eclipse.platform_4.2.2.v201302041200/splash.bmp -launcher /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse/eclipse -name Eclipse –launcher.library /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/eclipse_1502.so -startup /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar –launcher.overrideVmargs -exitdata 850015 -product com.android.ide.eclipse.adt.package.adtproduct -vm /usr/local/coding/env/jdk1.7.0_60/bin/java -vmargs -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=512m -Xms512m -Xmx1024m -Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9.2 -jar /usr/local/coding/tools/adt-bundle-linux-x86_64-20140702/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/usr/local/coding/env/jdk1.7.0_60
JRE_HOME=/usr/local/coding/env/jdk1.7.0_60/jre
CLASSPATH=.:/usr/local/coding/env/jdk1.7.0_60/lib:/usr/local/coding/env/jdk1.7.0_60/jre/lib:
PATH=/usr/local/coding/env/jdk1.7.0_60/bin:/usr/local/coding/env/jdk1.7.0_60/jre/bin:/usr/local/coding/env/jdk1.7.0_60:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
SHELL=/bin/bash
DISPLAY=:0.0

Signal Handlers:
SIGSEGV: [libjvm.so+0x99f0f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x99f0f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x81a6d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: SIG_IGN, sa_mask[0]=0x00001000, sa_flags=0x10000000
SIGXFSZ: [libjvm.so+0x81a6d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x81a6d0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x81bed0], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x81cfd0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x81cfd0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x81cfd0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x81cfd0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004

————— S Y S T E M —————

OS:jessie/sid

uname:Linux 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
libc:glibc 2.19 NPTL 2.19
rlimit: STACK 8192k, CORE 0k, NPROC 31322, NOFILE 4096, AS infinity
load average:0.87 0.59 0.50

/proc/meminfo:
MemTotal: 4030760 kB
MemFree: 1512524 kB
Buffers: 75484 kB
Cached: 842520 kB
SwapCached: 0 kB
Active: 1789536 kB
Inactive: 528696 kB
Active(anon): 1401492 kB
Inactive(anon): 13676 kB
Active(file): 388044 kB
Inactive(file): 515020 kB
Unevictable: 32 kB
Mlocked: 32 kB
SwapTotal: 5500812 kB
SwapFree: 5500812 kB
Dirty: 4224 kB
Writeback: 0 kB
AnonPages: 1400504 kB
Mapped: 194476 kB
Shmem: 14724 kB
Slab: 96444 kB
SReclaimable: 68748 kB
SUnreclaim: 27696 kB
KernelStack: 3520 kB
PageTables: 29920 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 7516192 kB
Committed_AS: 4177180 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 379496 kB
VmallocChunk: 34359316800 kB
HardwareCorrupted: 0 kB
AnonHugePages: 614400 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 64544 kB
DirectMap2M: 4112384 kB

CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit

/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 42
model name : Intel® Core™ i3-2120 CPU @ 3.30GHz
stepping : 7
microcode : 0x1a
cpu MHz : 3300.000
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer xsave avx lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips : 6584.75
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 42
model name : Intel® Core™ i3-2120 CPU @ 3.30GHz
stepping : 7
microcode : 0x1a
cpu MHz : 3300.000
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 2
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer xsave avx lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips : 6584.75
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 42
model name : Intel® Core™ i3-2120 CPU @ 3.30GHz
stepping : 7
microcode : 0x1a
cpu MHz : 1600.000
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer xsave avx lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips : 6584.75
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 42
model name : Intel® Core™ i3-2120 CPU @ 3.30GHz
stepping : 7
microcode : 0x1a
cpu MHz : 3300.000
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 2
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer xsave avx lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips : 6584.75
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:

Memory: 4k page, physical 4030760k(1512524k free), swap 5500812k(5500812k free)

vm_info: Java HotSpot™ 64-Bit Server VM (24.60-b09) for linux-amd64 JRE (1.7.0_60-b19), built on May 7 2014 13:18:30 by “java_re” with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)

time: Fri Jul 25 09:38:55 2014
elapsed time: 54 seconds

——————————————————————————————————————————————————————

解决方案: 在eclipse.ini文件中加入 -Dorg.eclipse.swt.browser.DefaultType=mozilla

类似场景: http://www.cnblogs.com/paky-du/p/3767318.html

原文地址:https://www.cnblogs.com/zheh/p/4009841.html