This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs_err_pid11854.log
1838 lines (1786 loc) · 164 KB
/
hs_err_pid11854.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f30262fe46d, pid=11854, tid=139844788156160
#
# JRE version: Java(TM) SE Runtime Environment (8.0_05-b13) (build 1.8.0_05-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.5-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libc.so.6+0x3c46d] __libc_secure_getenv+0x5d
#
# 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 (0x00007f302000a800): JavaThread "main" [_thread_in_native, id=11855, stack(0x00007f3026dbf000,0x00007f3026ec0000)]
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=128 (), si_addr=0x0000000000000000
Registers:
RAX=0x00007f3020000077, RBX=0x0000000000000001, RCX=0x0010653421b51210, RDX=0x000fe60400000f00
RSP=0x00007f3026ebd310, RBP=0x00007f30266816c8, RSI=0x0000000000000000, RDI=0x00007f2f0a922100
R8 =0x0000000000000000, R9 =0x00007f3021b5a120, R10=0x0000000000000048, R11=0x0000000000000206
R12=0x0000000000000001, R13=0x00007f3021b50320, R14=0x00007f3020335f20, R15=0x00007f3026ebd378
RIP=0x00007f30262fe46d, EFLAGS=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000000
TRAPNO=0x000000000000000d
Top of Stack: (sp=0x00007f3026ebd310)
0x00007f3026ebd310: 00007f3020000028 00007f3020334cd0
0x00007f3026ebd320: 00007f3020344e80 00007f3020344e80
0x00007f3026ebd330: 0000000000000000 00007f30262fe555
0x00007f3026ebd340: 0000000000000072 00007f2ff45905f8
0x00007f3026ebd350: 00007f3020334cd0 00007f2ff458e76a
0x00007f3026ebd360: 00007f3026ebd3c0 0000000100000000
0x00007f3026ebd370: 00007f302032dce0 0000000000000000
0x00007f3026ebd380: 00007f2ff6da8190 00007f3020334cd0
0x00007f3026ebd390: 0000000000000184 00007f3020353120
0x00007f3026ebd3a0: 00007f3020345020 00007f3020353120
0x00007f3026ebd3b0: 0000000000000000 00007f2ff45757a1
0x00007f3026ebd3c0: 00007f3020334cd0 00007f3026ebd5e0
0x00007f3026ebd3d0: 00007f3020353120 00007f2ff45762e4
0x00007f3026ebd3e0: 00007f3020345020 00007f30203492c0
0x00007f3026ebd3f0: 00007f3026ebd5e0 00007f2ff6dc176e
0x00007f3026ebd400: 00007f302116b100 00007f2ff6dc1b11
0x00007f3026ebd410: 0000000000600004 00000000f6dc0f9e
0x00007f3026ebd420: 00007f3020355900 00007f2ff6da81a3
0x00007f3026ebd430: 00007f302116b100 00007f2ff6da9b33
0x00007f3026ebd440: 00000000000003d8 0000000000000000
0x00007f3026ebd450: 00007f300a64d948 00007f302000a800
0x00007f3026ebd460: 00007f300a64d948 00007f300a64d948
0x00007f3026ebd470: 0000000000000000 0000000000600004
0x00007f3026ebd480: 0000000000000000 00007f3000000000
0x00007f3026ebd490: 00007f30203478b0 00007f30203319d0
0x00007f3026ebd4a0: 00007f3026ebd590 00007f3025a0a78f
0x00007f3026ebd4b0: 00007f302000a800 00007f2fee1991b5
0x00007f3026ebd4c0: 00007f3026ebd5b0 00007f3026ab28b9
0x00007f3026ebd4d0: 0000000000000000 00007f2fee19b069
0x00007f3026ebd4e0: 0000000020335f38 ffffffffffffffff
0x00007f3026ebd4f0: 00007f3026ebd360 0000000100000010
0x00007f3026ebd500: 00007f3026ebd6c0 00007f2fee19a7ca
Instructions: (pc=0x00007f30262fe46d)
0x00007f30262fe44d: ed 74 50 49 8b 45 08 48 89 c2 48 c1 e2 05 48 85
0x00007f30262fe45d: c0 49 8d 4c 15 f0 74 2a 48 83 e8 01 49 89 45 08
0x00007f30262fe46d: 4c 8b 01 49 83 f8 03 0f 84 96 00 00 00 49 83 f8
0x00007f30262fe47d: 04 74 70 49 83 f8 02 74 4a 48 83 e9 20 48 85 c0
Register to memory mapping:
RAX=0x00007f3020000077 is an unknown value
RBX=0x0000000000000001 is an unknown value
RCX=0x0010653421b51210 is an unknown value
RDX=0x000fe60400000f00 is an unknown value
RSP=0x00007f3026ebd310 is pointing into the stack for thread: 0x00007f302000a800
RBP=0x00007f30266816c8: <offset 0x3bf6c8> in /lib/x86_64-linux-gnu/libc.so.6 at 0x00007f30262c2000
RSI=0x0000000000000000 is an unknown value
RDI=0x00007f2f0a922100: <offset 0x2c1100> in /usr/lib/libaspell.so.15 at 0x00007f2f0a661000
R8 =0x0000000000000000 is an unknown value
R9 =0x00007f3021b5a120 is an unknown value
R10=0x0000000000000048 is an unknown value
R11=0x0000000000000206 is an unknown value
R12=0x0000000000000001 is an unknown value
R13=0x00007f3021b50320 is an unknown value
R14=0x00007f3020335f20 is an unknown value
R15=0x00007f3026ebd378 is pointing into the stack for thread: 0x00007f302000a800
Stack: [0x00007f3026dbf000,0x00007f3026ec0000], sp=0x00007f3026ebd310, free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libc.so.6+0x3c46d] __libc_secure_getenv+0x5d
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 2958 org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(JZ)Z (0 bytes) @ 0x00007f30118aa884 [0x00007f30118aa840+0x44]
J 14164 C2 org.eclipse.swt.widgets.Display.readAndDispatch()Z (71 bytes) @ 0x00007f3013817bc4 [0x00007f30138179a0+0x224]
J 14339% C2 org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run()V (777 bytes) @ 0x00007f3011044104 [0x00007f3011043ec0+0x244]
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+236
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;+119
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;+100
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;+56
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 )
0x00007f2edc191800 JavaThread "Worker-16" [_thread_blocked, id=12416, stack(0x00007f2efd2f1000,0x00007f2efd3f2000)]
0x00007f3021d3d000 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=12245, stack(0x00007f2f980fb000,0x00007f2f981fc000)]
0x00007f3021343000 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=12238, stack(0x00007f2f82b40000,0x00007f2f82c41000)]
0x00007f3021d62000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=12237, stack(0x00007f2f81238000,0x00007f2f81339000)]
0x00007f2f6042b800 JavaThread "Worker-8" [_thread_blocked, id=12227, stack(0x00007f2f83742000,0x00007f2f83843000)]
0x00007f2f94003000 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=11933, stack(0x00007f2f807e1000,0x00007f2f808e2000)]
0x00007f302047f800 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=11908, stack(0x00007f2f804e0000,0x00007f2f805e1000)]
0x00007f2f8854b000 JavaThread "JavaScript indexing" daemon [_thread_blocked, id=11897, stack(0x00007f2f82e41000,0x00007f2f82f42000)]
0x00007f2f74032800 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=11895, stack(0x00007f2f83441000,0x00007f2f83542000)]
0x00007f2f88121000 JavaThread "Java indexing" daemon [_thread_blocked, id=11892, stack(0x00007f2f83eff000,0x00007f2f84000000)]
0x00007f2f9c050000 JavaThread "EMF Reference Cleaner" daemon [_thread_blocked, id=11884, stack(0x00007f2f9b8fd000,0x00007f2f9b9fe000)]
0x00007f2fa817c800 JavaThread "Worker-JM" [_thread_blocked, id=11882, stack(0x00007f2f9b9fe000,0x00007f2f9baff000)]
0x00007f2fa8063800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=11881, stack(0x00007f2f9bcff000,0x00007f2f9be00000)]
0x00007f2fa8006800 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=11879, stack(0x00007f2fbc10f000,0x00007f2fbc210000)]
0x00007f302057b000 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=11878, stack(0x00007f2fbc210000,0x00007f2fbc311000)]
0x00007f3020556000 JavaThread "State Data Manager" daemon [_thread_blocked, id=11877, stack(0x00007f2fbef7a000,0x00007f2fbf07b000)]
0x00007f302054d000 JavaThread "Framework Active Thread" [_thread_blocked, id=11876, stack(0x00007f2fbf07b000,0x00007f2fbf17c000)]
0x00007f3020222800 JavaThread "Service Thread" daemon [_thread_blocked, id=11872, stack(0x00007f2ff7216000,0x00007f2ff7317000)]
0x00007f3020205800 JavaThread "C1 CompilerThread3" daemon [_thread_blocked, id=11871, stack(0x00007f2ff7317000,0x00007f2ff7418000)]
0x00007f3020203000 JavaThread "C2 CompilerThread2" daemon [_thread_blocked, id=11870, stack(0x00007f2ff7418000,0x00007f2ff7519000)]
0x00007f3020201000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=11869, stack(0x00007f2ff7519000,0x00007f2ff761a000)]
0x00007f30201fe800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=11868, stack(0x00007f2ff761a000,0x00007f2ff771b000)]
0x00007f30201fc000 JavaThread "Signal Dispatcher" daemon [_thread_in_native, id=11867, stack(0x00007f2ff771b000,0x00007f2ff781c000)]
0x00007f30201cc000 JavaThread "Finalizer" daemon [_thread_blocked, id=11866, stack(0x00007f2ff7eff000,0x00007f2ff8000000)]
0x00007f30201c8000 JavaThread "Reference Handler" daemon [_thread_blocked, id=11865, stack(0x00007f300808f000,0x00007f3008190000)]
=>0x00007f302000a800 JavaThread "main" [_thread_in_native, id=11855, stack(0x00007f3026dbf000,0x00007f3026ec0000)]
Other Threads:
0x00007f30201c3000 VMThread [stack: 0x00007f3008190000,0x00007f3008291000] [id=11864]
0x00007f3020225000 WatcherThread [stack: 0x00007f2ff7115000,0x00007f2ff7216000] [id=11873]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap:
PSYoungGen total 88576K, used 2146K [0x00000000f0000000, 0x00000000fa400000, 0x0000000100000000)
eden space 88064K, 2% used [0x00000000f0000000,0x00000000f0218940,0x00000000f5600000)
from space 512K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000f5680000)
to space 39936K, 0% used [0x00000000f7d00000,0x00000000f7d00000,0x00000000fa400000)
ParOldGen total 190464K, used 114849K [0x00000000d0000000, 0x00000000dba00000, 0x00000000f0000000)
object space 190464K, 60% used [0x00000000d0000000,0x00000000d70287d0,0x00000000dba00000)
Metaspace used 123528K, capacity 131046K, committed 144944K, reserved 1173504K
class space used 14808K, capacity 16915K, committed 20784K, reserved 1048576K
Card table byte_map: [0x00007f3024099000,0x00007f302421a000] byte_map_base: 0x00007f3023a19000
Marking Bits: (ParMarkBitMap*) 0x00007f3026297cc0
Begin Bits: [0x00007f300a800000, 0x00007f300b400000)
End Bits: [0x00007f300b400000, 0x00007f300c000000)
Polling page: 0x00007f3026ee0000
CodeCache: size=245760Kb used=43358Kb max_used=43923Kb free=202401Kb
bounds [0x00007f3010de4000, 0x00007f3013914000, 0x00007f301fde4000]
total_blobs=12605 nmethods=11579 adapters=935
compilation: enabled
Compilation events (10 events):
Event: 1506,732 Thread 0x00007f3020201000 14388 4 org.eclipse.emf.ecore.impl.BasicEObjectImpl::eContainingFeature (57 bytes)
Event: 1506,734 Thread 0x00007f30201fe800 nmethod 14390 0x00007f3011fbf090 code [0x00007f3011fbf2a0, 0x00007f3011fbfc70]
Event: 1506,735 Thread 0x00007f3020203000 nmethod 14389 0x00007f30120f4e50 code [0x00007f30120f5040, 0x00007f30120f5b78]
Event: 1506,735 Thread 0x00007f3020201000 nmethod 14388 0x00007f30118cabd0 code [0x00007f30118cad80, 0x00007f30118cb1b8]
Event: 1507,283 Thread 0x00007f30201fe800 14391 s 4 org.eclipse.core.internal.registry.RegistryObjectManager::getObject (7 bytes)
Event: 1507,310 Thread 0x00007f30201fe800 nmethod 14391 0x00007f3011788110 code [0x00007f3011788300, 0x00007f3011789378]
Event: 1631,118 Thread 0x00007f3020205800 14392 3 org.eclipse.core.runtime.jobs.Job::schedule (6 bytes)
Event: 1631,119 Thread 0x00007f3020205800 nmethod 14392 0x00007f3011170950 code [0x00007f3011170ae0, 0x00007f3011170dd8]
Event: 1751,473 Thread 0x00007f3020205800 14393 3 java.lang.Long::toString (8 bytes)
Event: 1751,473 Thread 0x00007f3020205800 nmethod 14393 0x00007f3013124350 code [0x00007f30131244c0, 0x00007f3013124648]
GC Heap History (10 events):
Event: 1630,815 GC heap before
{Heap before GC invocations=115 (full 32):
PSYoungGen total 88576K, used 32K [0x00000000f0000000, 0x00000000fb000000, 0x0000000100000000)
eden space 88064K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f5600000)
from space 512K, 6% used [0x00000000f5600000,0x00000000f5608000,0x00000000f5680000)
to space 46080K, 0% used [0x00000000f8300000,0x00000000f8300000,0x00000000fb000000)
ParOldGen total 190464K, used 114850K [0x00000000d0000000, 0x00000000dba00000, 0x00000000f0000000)
object space 190464K, 60% used [0x00000000d0000000,0x00000000d70288c0,0x00000000dba00000)
Metaspace used 123528K, capacity 131046K, committed 144944K, reserved 1173504K
class space used 14808K, capacity 16915K, committed 20784K, reserved 1048576K
Event: 1631,118 GC heap after
Heap after GC invocations=115 (full 32):
PSYoungGen total 88576K, used 0K [0x00000000f0000000, 0x00000000fb000000, 0x0000000100000000)
eden space 88064K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f5600000)
from space 512K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000f5680000)
to space 46080K, 0% used [0x00000000f8300000,0x00000000f8300000,0x00000000fb000000)
ParOldGen total 190464K, used 114849K [0x00000000d0000000, 0x00000000dba00000, 0x00000000f0000000)
object space 190464K, 60% used [0x00000000d0000000,0x00000000d70287d0,0x00000000dba00000)
Metaspace used 123528K, capacity 131046K, committed 144944K, reserved 1173504K
class space used 14808K, capacity 16915K, committed 20784K, reserved 1048576K
}
Event: 1690,808 GC heap before
{Heap before GC invocations=116 (full 32):
PSYoungGen total 88576K, used 1351K [0x00000000f0000000, 0x00000000fb000000, 0x0000000100000000)
eden space 88064K, 1% used [0x00000000f0000000,0x00000000f0151c60,0x00000000f5600000)
from space 512K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000f5680000)
to space 46080K, 0% used [0x00000000f8300000,0x00000000f8300000,0x00000000fb000000)
ParOldGen total 190464K, used 114849K [0x00000000d0000000, 0x00000000dba00000, 0x00000000f0000000)
object space 190464K, 60% used [0x00000000d0000000,0x00000000d70287d0,0x00000000dba00000)
Metaspace used 123528K, capacity 131046K, committed 144944K, reserved 1173504K
class space used 14808K, capacity 16915K, committed 20784K, reserved 1048576K
Event: 1690,815 GC heap after
Heap after GC invocations=116 (full 32):
PSYoungGen total 128000K, used 64K [0x00000000f0000000, 0x00000000faa00000, 0x0000000100000000)
eden space 88064K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f5600000)
from space 39936K, 0% used [0x00000000f8300000,0x00000000f8310000,0x00000000faa00000)
to space 43008K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000f8000000)
ParOldGen total 190464K, used 114849K [0x00000000d0000000, 0x00000000dba00000, 0x00000000f0000000)
object space 190464K, 60% used [0x00000000d0000000,0x00000000d70287d0,0x00000000dba00000)
Metaspace used 123528K, capacity 131046K, committed 144944K, reserved 1173504K
class space used 14808K, capacity 16915K, committed 20784K, reserved 1048576K
}
Event: 1690,815 GC heap before
{Heap before GC invocations=117 (full 33):
PSYoungGen total 128000K, used 64K [0x00000000f0000000, 0x00000000faa00000, 0x0000000100000000)
eden space 88064K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f5600000)
from space 39936K, 0% used [0x00000000f8300000,0x00000000f8310000,0x00000000faa00000)
to space 43008K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000f8000000)
ParOldGen total 190464K, used 114849K [0x00000000d0000000, 0x00000000dba00000, 0x00000000f0000000)
object space 190464K, 60% used [0x00000000d0000000,0x00000000d70287d0,0x00000000dba00000)
Metaspace used 123528K, capacity 131046K, committed 144944K, reserved 1173504K
class space used 14808K, capacity 16915K, committed 20784K, reserved 1048576K
Event: 1690,970 GC heap after
Heap after GC invocations=117 (full 33):
PSYoungGen total 128000K, used 0K [0x00000000f0000000, 0x00000000faa00000, 0x0000000100000000)
eden space 88064K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f5600000)
from space 39936K, 0% used [0x00000000f8300000,0x00000000f8300000,0x00000000faa00000)
to space 43008K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000f8000000)
ParOldGen total 190464K, used 114849K [0x00000000d0000000, 0x00000000dba00000, 0x00000000f0000000)
object space 190464K, 60% used [0x00000000d0000000,0x00000000d70287d0,0x00000000dba00000)
Metaspace used 123528K, capacity 131046K, committed 144944K, reserved 1173504K
class space used 14808K, capacity 16915K, committed 20784K, reserved 1048576K
}
Event: 1750,810 GC heap before
{Heap before GC invocations=118 (full 33):
PSYoungGen total 128000K, used 1351K [0x00000000f0000000, 0x00000000faa00000, 0x0000000100000000)
eden space 88064K, 1% used [0x00000000f0000000,0x00000000f0151c60,0x00000000f5600000)
from space 39936K, 0% used [0x00000000f8300000,0x00000000f8300000,0x00000000faa00000)
to space 43008K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000f8000000)
ParOldGen total 190464K, used 114849K [0x00000000d0000000, 0x00000000dba00000, 0x00000000f0000000)
object space 190464K, 60% used [0x00000000d0000000,0x00000000d70287d0,0x00000000dba00000)
Metaspace used 123528K, capacity 131046K, committed 144944K, reserved 1173504K
class space used 14808K, capacity 16915K, committed 20784K, reserved 1048576K
Event: 1750,815 GC heap after
Heap after GC invocations=118 (full 33):
PSYoungGen total 88576K, used 96K [0x00000000f0000000, 0x00000000fa400000, 0x0000000100000000)
eden space 88064K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f5600000)
from space 512K, 18% used [0x00000000f5600000,0x00000000f5618000,0x00000000f5680000)
to space 39936K, 0% used [0x00000000f7d00000,0x00000000f7d00000,0x00000000fa400000)
ParOldGen total 190464K, used 114849K [0x00000000d0000000, 0x00000000dba00000, 0x00000000f0000000)
object space 190464K, 60% used [0x00000000d0000000,0x00000000d70287d0,0x00000000dba00000)
Metaspace used 123528K, capacity 131046K, committed 144944K, reserved 1173504K
class space used 14808K, capacity 16915K, committed 20784K, reserved 1048576K
}
Event: 1750,815 GC heap before
{Heap before GC invocations=119 (full 34):
PSYoungGen total 88576K, used 96K [0x00000000f0000000, 0x00000000fa400000, 0x0000000100000000)
eden space 88064K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f5600000)
from space 512K, 18% used [0x00000000f5600000,0x00000000f5618000,0x00000000f5680000)
to space 39936K, 0% used [0x00000000f7d00000,0x00000000f7d00000,0x00000000fa400000)
ParOldGen total 190464K, used 114849K [0x00000000d0000000, 0x00000000dba00000, 0x00000000f0000000)
object space 190464K, 60% used [0x00000000d0000000,0x00000000d70287d0,0x00000000dba00000)
Metaspace used 123528K, capacity 131046K, committed 144944K, reserved 1173504K
class space used 14808K, capacity 16915K, committed 20784K, reserved 1048576K
Event: 1750,971 GC heap after
Heap after GC invocations=119 (full 34):
PSYoungGen total 88576K, used 0K [0x00000000f0000000, 0x00000000fa400000, 0x0000000100000000)
eden space 88064K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f5600000)
from space 512K, 0% used [0x00000000f5600000,0x00000000f5600000,0x00000000f5680000)
to space 39936K, 0% used [0x00000000f7d00000,0x00000000f7d00000,0x00000000fa400000)
ParOldGen total 190464K, used 114849K [0x00000000d0000000, 0x00000000dba00000, 0x00000000f0000000)
object space 190464K, 60% used [0x00000000d0000000,0x00000000d70287d0,0x00000000dba00000)
Metaspace used 123528K, capacity 131046K, committed 144944K, reserved 1173504K
class space used 14808K, capacity 16915K, committed 20784K, reserved 1048576K
}
Deoptimization events (10 events):
Event: 1151,103 Thread 0x00007f302000a800 Uncommon trap: reason=unreached action=reinterpret pc=0x00007f30117f7b6c method=org.eclipse.core.internal.registry.ReferenceMap.purge()V @ 39
Event: 1206,595 Thread 0x00007f2edc191800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f30119c0854 method=java.util.HashMap$TreeNode.putTreeVal(Ljava/util/HashMap;[Ljava/util/HashMap$Node;ILjava/lang/Object;Ljava/lang/Object;)Ljava/util/HashMap$TreeNode; @ 79
Event: 1206,595 Thread 0x00007f2edc191800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f30119c0854 method=java.util.HashMap$TreeNode.putTreeVal(Ljava/util/HashMap;[Ljava/util/HashMap$Node;ILjava/lang/Object;Ljava/lang/Object;)Ljava/util/HashMap$TreeNode; @ 79
Event: 1206,595 Thread 0x00007f2edc191800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f30119c0854 method=java.util.HashMap$TreeNode.putTreeVal(Ljava/util/HashMap;[Ljava/util/HashMap$Node;ILjava/lang/Object;Ljava/lang/Object;)Ljava/util/HashMap$TreeNode; @ 79
Event: 1211,236 Thread 0x00007f302000a800 Uncommon trap: reason=unreached action=reinterpret pc=0x00007f30115c56d8 method=org.eclipse.core.internal.registry.ReferenceMap.purge()V @ 39
Event: 1271,240 Thread 0x00007f302000a800 Uncommon trap: reason=unreached action=reinterpret pc=0x00007f30115c1244 method=org.eclipse.core.internal.registry.ReferenceMap.purge()V @ 39
Event: 1506,613 Thread 0x00007f302000a800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3012817c84 method=org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl.create(Lorg/eclipse/emf/ecore/EClass;)Lorg/eclipse/emf/ecore/EObject; @ 1
Event: 1506,613 Thread 0x00007f302000a800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3012817c84 method=org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl.create(Lorg/eclipse/emf/ecore/EClass;)Lorg/eclipse/emf/ecore/EObject; @ 1
Event: 1506,613 Thread 0x00007f302000a800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3012817c84 method=org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl.create(Lorg/eclipse/emf/ecore/EClass;)Lorg/eclipse/emf/ecore/EObject; @ 1
Event: 1506,613 Thread 0x00007f302000a800 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f3012817c84 method=org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl.create(Lorg/eclipse/emf/ecore/EClass;)Lorg/eclipse/emf/ecore/EObject; @ 1
Internal exceptions (10 events):
Event: 582,866 Thread 0x00007f2edc00a000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000f178efb0) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/prims/jvm.cpp, line 1248]
Event: 582,866 Thread 0x00007f2edc00a000 Exception <a 'java/security/PrivilegedActionException'> (0x00000000f178f538) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/prims/jvm.cpp, line 1248]
Event: 589,693 Thread 0x00007f3020ab5000 Implicit null exception at 0x00007f3011748cc1 to 0x00007f30117491a9
Event: 589,977 Thread 0x00007f3020ab5000 Implicit null exception at 0x00007f3011703453 to 0x00007f30117034ee
Event: 589,977 Thread 0x00007f3020ab5000 Implicit null exception at 0x00007f3010f7eaaf to 0x00007f3010f7eb19
Event: 590,063 Thread 0x00007f3020ab5000 Exception <a 'java/lang/NullPointerException'> (0x00000000f2dec6c0) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/interpreter/linkResolver.cpp, line 1271]
Event: 590,179 Thread 0x00007f3020ab5000 Exception <a 'java/io/FileNotFoundException'> (0x00000000f306e458) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/prims/jni.cpp, line 716]
Event: 599,531 Thread 0x00007f3022254800 Exception <a 'java/io/FileNotFoundException'> (0x00000000f036aa88) thrown at [/HUDSON/workspace/8-2-build-linux-amd64/jdk8u5/2488/hotspot/src/share/vm/prims/jni.cpp, line 716]
Event: 599,558 Thread 0x00007f302000a800 Implicit null exception at 0x00007f3011f19d33 to 0x00007f3011f20705
Event: 599,558 Thread 0x00007f302000a800 Implicit null exception at 0x00007f3011ea139e to 0x00007f3011ea23f5
Events (10 events):
Event: 1631,118 Thread 0x00007f2ed000f000 Thread exited: 0x00007f2ed000f000
Event: 1690,808 Executing VM operation: ParallelGCSystemGC
Event: 1690,971 Executing VM operation: ParallelGCSystemGC done
Event: 1690,971 Thread 0x00007f2ed000f000 Thread added: 0x00007f2ed000f000
Event: 1690,971 Thread 0x00007f2ed000f000 Thread exited: 0x00007f2ed000f000
Event: 1750,810 Executing VM operation: ParallelGCSystemGC
Event: 1750,971 Executing VM operation: ParallelGCSystemGC done
Event: 1750,971 Thread 0x00007f2ed000f000 Thread added: 0x00007f2ed000f000
Event: 1750,972 Thread 0x00007f2ed000f000 Thread exited: 0x00007f2ed000f000
Event: 1805,325 loading class sun/misc/Signal$1
Dynamic libraries:
00400000-00401000 r-xp 00000000 08:05 4466524 /usr/lib/jvm/java-8-oracle/jre/bin/java
00600000-00601000 rw-p 00000000 08:05 4466524 /usr/lib/jvm/java-8-oracle/jre/bin/java
02250000-02271000 rw-p 00000000 00:00 0 [heap]
d0000000-dba00000 rw-p 00000000 00:00 0
dba00000-f0000000 ---p 00000000 00:00 0
f0000000-fa400000 rw-p 00000000 00:00 0
fa400000-100000000 ---p 00000000 00:00 0
100000000-10144c000 rw-p 00000000 00:00 0
10144c000-140000000 ---p 00000000 00:00 0
7f2eb8000000-7f2eb8021000 rw-p 00000000 00:00 0
7f2eb8021000-7f2ebc000000 ---p 00000000 00:00 0
7f2ebc000000-7f2ebc183000 rw-p 00000000 00:00 0
7f2ebc183000-7f2ec0000000 ---p 00000000 00:00 0
7f2ec0000000-7f2ec0021000 rw-p 00000000 00:00 0
7f2ec0021000-7f2ec4000000 ---p 00000000 00:00 0
7f2ec4000000-7f2ec4021000 rw-p 00000000 00:00 0
7f2ec4021000-7f2ec8000000 ---p 00000000 00:00 0
7f2ec8000000-7f2ec8021000 rw-p 00000000 00:00 0
7f2ec8021000-7f2ecc000000 ---p 00000000 00:00 0
7f2ecc000000-7f2ecc0ad000 rw-p 00000000 00:00 0
7f2ecc0ad000-7f2ed0000000 ---p 00000000 00:00 0
7f2ed0000000-7f2ed011b000 rw-p 00000000 00:00 0
7f2ed011b000-7f2ed4000000 ---p 00000000 00:00 0
7f2ed4000000-7f2ed4035000 rw-p 00000000 00:00 0
7f2ed4035000-7f2ed8000000 ---p 00000000 00:00 0
7f2ed8000000-7f2ed8021000 rw-p 00000000 00:00 0
7f2ed8021000-7f2edc000000 ---p 00000000 00:00 0
7f2edc000000-7f2edc236000 rw-p 00000000 00:00 0
7f2edc236000-7f2ee0000000 ---p 00000000 00:00 0
7f2ee0000000-7f2ee0021000 rw-p 00000000 00:00 0
7f2ee0021000-7f2ee4000000 ---p 00000000 00:00 0
7f2ee4000000-7f2ee4021000 rw-p 00000000 00:00 0
7f2ee4021000-7f2ee8000000 ---p 00000000 00:00 0
7f2ee8000000-7f2ee8021000 rw-p 00000000 00:00 0
7f2ee8021000-7f2eec000000 ---p 00000000 00:00 0
7f2eec000000-7f2eec021000 rw-p 00000000 00:00 0
7f2eec021000-7f2ef0000000 ---p 00000000 00:00 0
7f2ef0000000-7f2ef0021000 rw-p 00000000 00:00 0
7f2ef0021000-7f2ef4000000 ---p 00000000 00:00 0
7f2ef467e000-7f2ef47be000 rw-p 00000000 00:00 0
7f2ef47be000-7f2ef487e000 ---p 00000000 00:00 0
7f2ef487e000-7f2ef507e000 rw-s 00000000 00:04 15532075 /SYSV00000000 (deleted)
7f2ef507e000-7f2ef527e000 rw-p 00000000 00:00 0
7f2ef527e000-7f2ef52e7000 r-xp 00000000 08:05 4466554 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libt2k.so
7f2ef52e7000-7f2ef54e6000 ---p 00069000 08:05 4466554 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libt2k.so
7f2ef54e6000-7f2ef54ed000 rw-p 00068000 08:05 4466554 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libt2k.so
7f2ef54ed000-7f2ef56fd000 rw-p 00000000 00:00 0
7f2ef56fd000-7f2ef58fd000 rw-p 00000000 00:00 0
7f2ef58fd000-7f2ef5afd000 rw-p 00000000 00:00 0
7f2ef5afd000-7f2ef5cfd000 rw-p 00000000 00:00 0
7f2ef5cfd000-7f2ef5f00000 rw-p 00000000 00:00 0
7f2ef5f00000-7f2ef5ffe000 rw-p 00000000 00:00 0 [stack:13074]
7f2ef6026000-7f2ef6426000 rw-p 00000000 00:00 0
7f2ef6426000-7f2ef6826000 rw-p 00000000 00:00 0
7f2ef6826000-7f2ef6a26000 rw-p 00000000 00:00 0
7f2ef6a26000-7f2ef6a29000 ---p 00000000 00:00 0
7f2ef6a29000-7f2ef6b27000 rw-p 00000000 00:00 0
7f2ef6bfe000-7f2ef6dfe000 rw-p 00000000 00:00 0
7f2ef6dfe000-7f2ef6ffe000 rw-p 00000000 00:00 0
7f2ef6ffe000-7f2ef6fff000 ---p 00000000 00:00 0
7f2ef6fff000-7f2ef77ff000 rw-p 00000000 00:00 0 [stack:11918]
7f2ef7884000-7f2ef7887000 ---p 00000000 00:00 0
7f2ef7887000-7f2ef7b85000 rw-p 00000000 00:00 0
7f2ef7b85000-7f2ef7b88000 ---p 00000000 00:00 0
7f2ef7b88000-7f2ef7c86000 rw-p 00000000 00:00 0
7f2ef7c86000-7f2ef7c89000 ---p 00000000 00:00 0
7f2ef7c89000-7f2ef7d87000 rw-p 00000000 00:00 0
7f2ef7d87000-7f2ef7dec000 r-xp 00000000 08:05 4466550 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libfontmanager.so
7f2ef7dec000-7f2ef7feb000 ---p 00065000 08:05 4466550 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libfontmanager.so
7f2ef7feb000-7f2ef7fef000 rw-p 00064000 08:05 4466550 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libfontmanager.so
7f2ef7fef000-7f2ef8000000 rw-p 00000000 00:00 0
7f2ef8000000-7f2ef8021000 rw-p 00000000 00:00 0
7f2ef8021000-7f2efc000000 ---p 00000000 00:00 0
7f2efc0cd000-7f2efc11e000 r-xp 00000000 08:05 4466570 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libawt_xawt.so
7f2efc11e000-7f2efc31d000 ---p 00051000 08:05 4466570 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libawt_xawt.so
7f2efc31d000-7f2efc321000 rw-p 00050000 08:05 4466570 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libawt_xawt.so
7f2efc321000-7f2efc322000 rw-p 00000000 00:00 0
7f2efc322000-7f2efc3c5000 r-xp 00000000 08:05 4466610 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libawt.so
7f2efc3c5000-7f2efc5c4000 ---p 000a3000 08:05 4466610 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libawt.so
7f2efc5c4000-7f2efc5d0000 rw-p 000a2000 08:05 4466610 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libawt.so
7f2efc5d0000-7f2efc7f4000 rw-p 00000000 00:00 0
7f2efc7f4000-7f2efc82c000 r-xp 00000000 08:05 4464738 /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3.0.1
7f2efc82c000-7f2efca2b000 ---p 00038000 08:05 4464738 /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3.0.1
7f2efca2b000-7f2efca2e000 r--p 00037000 08:05 4464738 /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3.0.1
7f2efca2e000-7f2efca2f000 rw-p 0003a000 08:05 4464738 /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3.0.1
7f2efca2f000-7f2efca63000 r-xp 00000000 08:05 4465387 /usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.2
7f2efca63000-7f2efcc62000 ---p 00034000 08:05 4465387 /usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.2
7f2efcc62000-7f2efcc63000 r--p 00033000 08:05 4465387 /usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.2
7f2efcc63000-7f2efcc64000 rw-p 00034000 08:05 4465387 /usr/lib/x86_64-linux-gnu/librsvg-2.so.2.40.2
7f2efcc64000-7f2efce64000 rw-p 00000000 00:00 0
7f2efceee000-7f2efcef0000 r-xp 00000000 08:05 4850052 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
7f2efcef0000-7f2efd0ef000 ---p 00002000 08:05 4850052 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
7f2efd0ef000-7f2efd0f0000 r--p 00001000 08:05 4850052 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
7f2efd0f0000-7f2efd0f1000 rw-p 00002000 08:05 4850052 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
7f2efd0f1000-7f2efd2f1000 rw-p 00000000 00:00 0
7f2efd2f1000-7f2efd2f4000 ---p 00000000 00:00 0
7f2efd2f4000-7f2efd3f2000 rw-p 00000000 00:00 0 [stack:12416]
7f2efd3f2000-7f2efd3f5000 ---p 00000000 00:00 0
7f2efd3f5000-7f2efd8f3000 rw-p 00000000 00:00 0
7f2efd8f3000-7f2efd8f6000 ---p 00000000 00:00 0
7f2efd8f6000-7f2efdbf4000 rw-p 00000000 00:00 0 [stack:13072]
7f2efdbf4000-7f2efdbf9000 r-xp 00000000 08:05 1839062 /lib/x86_64-linux-gnu/libnss_dns-2.19.so
7f2efdbf9000-7f2efddf8000 ---p 00005000 08:05 1839062 /lib/x86_64-linux-gnu/libnss_dns-2.19.so
7f2efddf8000-7f2efddf9000 r--p 00004000 08:05 1839062 /lib/x86_64-linux-gnu/libnss_dns-2.19.so
7f2efddf9000-7f2efddfa000 rw-p 00005000 08:05 1839062 /lib/x86_64-linux-gnu/libnss_dns-2.19.so
7f2efddfa000-7f2efddfc000 r-xp 00000000 08:05 1839070 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f2efddfc000-7f2efdffb000 ---p 00002000 08:05 1839070 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f2efdffb000-7f2efdffc000 r--p 00001000 08:05 1839070 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f2efdffc000-7f2efdffd000 rw-p 00002000 08:05 1839070 /lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2
7f2efdffd000-7f2efe1fd000 rw-p 00000000 00:00 0
7f2efe1fd000-7f2efe3fd000 rw-p 00000000 00:00 0
7f2efe3fd000-7f2efe7f9000 ---p 00000000 00:00 0
7f2efe7f9000-7f2efe7fd000 rw-p 00000000 00:00 0
7f2efe7fd000-7f2efe7fe000 ---p 00000000 00:00 0
7f2efe7fe000-7f2efeffe000 rw-p 00000000 00:00 0 [stack:11920]
7f2efeffe000-7f2efefff000 ---p 00000000 00:00 0
7f2efefff000-7f2eff7ff000 rw-p 00000000 00:00 0 [stack:11919]
7f2eff7ff000-7f2eff800000 ---p 00000000 00:00 0
7f2eff800000-7f2f00000000 rw-p 00000000 00:00 0 [stack:11917]
7f2f00000000-7f2f00021000 rw-p 00000000 00:00 0
7f2f00021000-7f2f04000000 ---p 00000000 00:00 0
7f2f040bf000-7f2f04134000 r--s 007b7000 08:05 1709410 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/sdk/platforms/android-19/data/layoutlib.jar
7f2f04134000-7f2f041b4000 r--s 00743000 08:05 1711749 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.wst.jsdt.ui_1.1.401.v201401171657.jar
7f2f041b4000-7f2f043b4000 rw-p 00000000 00:00 0
7f2f043b4000-7f2f043b5000 ---p 00000000 00:00 0
7f2f043b5000-7f2f04bb5000 rw-p 00000000 00:00 0 [stack:11916]
7f2f04bb5000-7f2f04bb6000 ---p 00000000 00:00 0
7f2f04bb6000-7f2f053b6000 rw-p 00000000 00:00 0 [stack:11915]
7f2f053b6000-7f2f053b7000 ---p 00000000 00:00 0
7f2f053b7000-7f2f05bb7000 rw-p 00000000 00:00 0 [stack:11914]
7f2f05bb7000-7f2f05bba000 r-xp 00000000 08:05 4850121 /usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so
7f2f05bba000-7f2f05dba000 ---p 00003000 08:05 4850121 /usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so
7f2f05dba000-7f2f05dbb000 r--p 00003000 08:05 4850121 /usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so
7f2f05dbb000-7f2f05dbc000 rw-p 00004000 08:05 4850121 /usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so
7f2f05dbc000-7f2f05dd3000 r-xp 00000000 08:05 4588675 /usr/lib/mozilla/plugins/libtotem-cone-plugin.so
7f2f05dd3000-7f2f05fd2000 ---p 00017000 08:05 4588675 /usr/lib/mozilla/plugins/libtotem-cone-plugin.so
7f2f05fd2000-7f2f05fd4000 r--p 00016000 08:05 4588675 /usr/lib/mozilla/plugins/libtotem-cone-plugin.so
7f2f05fd4000-7f2f05fd5000 rw-p 00018000 08:05 4588675 /usr/lib/mozilla/plugins/libtotem-cone-plugin.so
7f2f06fd5000-7f2f0700d000 r-xp 00000000 08:05 4457683 /usr/lib/x86_64-linux-gnu/libnspr4.so
7f2f0700d000-7f2f0720d000 ---p 00038000 08:05 4457683 /usr/lib/x86_64-linux-gnu/libnspr4.so
7f2f0720d000-7f2f0720e000 r--p 00038000 08:05 4457683 /usr/lib/x86_64-linux-gnu/libnspr4.so
7f2f0720e000-7f2f0720f000 rw-p 00039000 08:05 4457683 /usr/lib/x86_64-linux-gnu/libnspr4.so
7f2f0720f000-7f2f07212000 rw-p 00000000 00:00 0
7f2f07212000-7f2f07216000 r-xp 00000000 08:05 4457650 /usr/lib/x86_64-linux-gnu/libplc4.so
7f2f07216000-7f2f07415000 ---p 00004000 08:05 4457650 /usr/lib/x86_64-linux-gnu/libplc4.so
7f2f07415000-7f2f07416000 r--p 00003000 08:05 4457650 /usr/lib/x86_64-linux-gnu/libplc4.so
7f2f07416000-7f2f07417000 rw-p 00004000 08:05 4457650 /usr/lib/x86_64-linux-gnu/libplc4.so
7f2f07417000-7f2f0741a000 r-xp 00000000 08:05 4457682 /usr/lib/x86_64-linux-gnu/libplds4.so
7f2f0741a000-7f2f07619000 ---p 00003000 08:05 4457682 /usr/lib/x86_64-linux-gnu/libplds4.so
7f2f07619000-7f2f0761a000 r--p 00002000 08:05 4457682 /usr/lib/x86_64-linux-gnu/libplds4.so
7f2f0761a000-7f2f0761b000 rw-p 00003000 08:05 4457682 /usr/lib/x86_64-linux-gnu/libplds4.so
7f2f0761b000-7f2f07640000 r-xp 00000000 08:05 4465261 /usr/lib/x86_64-linux-gnu/libnssutil3.so
7f2f07640000-7f2f0783f000 ---p 00025000 08:05 4465261 /usr/lib/x86_64-linux-gnu/libnssutil3.so
7f2f0783f000-7f2f07845000 r--p 00024000 08:05 4465261 /usr/lib/x86_64-linux-gnu/libnssutil3.so
7f2f07845000-7f2f07846000 rw-p 0002a000 08:05 4465261 /usr/lib/x86_64-linux-gnu/libnssutil3.so
7f2f07846000-7f2f07978000 r-xp 00000000 08:05 4465253 /usr/lib/x86_64-linux-gnu/libnss3.so
7f2f07978000-7f2f07b78000 ---p 00132000 08:05 4465253 /usr/lib/x86_64-linux-gnu/libnss3.so
7f2f07b78000-7f2f07b7c000 r--p 00132000 08:05 4465253 /usr/lib/x86_64-linux-gnu/libnss3.so
7f2f07b7c000-7f2f07b7e000 rw-p 00136000 08:05 4465253 /usr/lib/x86_64-linux-gnu/libnss3.so
7f2f07b7e000-7f2f07b7f000 rw-p 00000000 00:00 0
7f2f07b7f000-7f2f07ba7000 r-xp 00000000 08:05 4465429 /usr/lib/x86_64-linux-gnu/libsmime3.so
7f2f07ba7000-7f2f07da7000 ---p 00028000 08:05 4465429 /usr/lib/x86_64-linux-gnu/libsmime3.so
7f2f07da7000-7f2f07daa000 r--p 00028000 08:05 4465429 /usr/lib/x86_64-linux-gnu/libsmime3.so
7f2f07daa000-7f2f07dab000 rw-p 0002b000 08:05 4465429 /usr/lib/x86_64-linux-gnu/libsmime3.so
7f2f07dab000-7f2f07df1000 r-xp 00000000 08:05 4465457 /usr/lib/x86_64-linux-gnu/libssl3.so
7f2f07df1000-7f2f07ff1000 ---p 00046000 08:05 4465457 /usr/lib/x86_64-linux-gnu/libssl3.so
7f2f07ff1000-7f2f07ff4000 r--p 00046000 08:05 4465457 /usr/lib/x86_64-linux-gnu/libssl3.so
7f2f07ff4000-7f2f07ff5000 rw-p 00049000 08:05 4465457 /usr/lib/x86_64-linux-gnu/libssl3.so
7f2f07ff5000-7f2f07ff6000 rw-p 00000000 00:00 0
7f2f07ff6000-7f2f09174000 r-xp 00000000 08:05 4726899 /usr/lib/flashplugin-installer/libflashplayer.so
7f2f09174000-7f2f09374000 ---p 0117e000 08:05 4726899 /usr/lib/flashplugin-installer/libflashplayer.so
7f2f09374000-7f2f09449000 rw-p 0117e000 08:05 4726899 /usr/lib/flashplugin-installer/libflashplayer.so
7f2f09449000-7f2f09558000 rw-p 00000000 00:00 0
7f2f09558000-7f2f09580000 r-xp 00000000 08:05 4466595 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libnpjp2.so
7f2f09580000-7f2f09780000 ---p 00028000 08:05 4466595 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libnpjp2.so
7f2f09780000-7f2f09782000 rw-p 00028000 08:05 4466595 /usr/lib/jvm/java-8-oracle/jre/lib/amd64/libnpjp2.so
7f2f09782000-7f2f09783000 rw-p 00000000 00:00 0
7f2f09783000-7f2f09784000 r-xp 00000000 08:05 4593015 /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
7f2f09784000-7f2f09983000 ---p 00001000 08:05 4593015 /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
7f2f09983000-7f2f09984000 r--p 00000000 08:05 4593015 /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
7f2f09984000-7f2f09985000 rw-p 00001000 08:05 4593015 /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
7f2f09985000-7f2f09997000 r-xp 00000000 08:05 4588678 /usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so
7f2f09997000-7f2f09b97000 ---p 00012000 08:05 4588678 /usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so
7f2f09b97000-7f2f09b98000 r--p 00012000 08:05 4588678 /usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so
7f2f09b98000-7f2f09b99000 rw-p 00013000 08:05 4588678 /usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so
7f2f09b99000-7f2f09bd9000 r-xp 00000000 08:05 5384502 /opt/google/talkplugin/libnpo1d.so
7f2f09bd9000-7f2f09dd8000 ---p 00040000 08:05 5384502 /opt/google/talkplugin/libnpo1d.so
7f2f09dd8000-7f2f09dda000 r--p 0003f000 08:05 5384502 /opt/google/talkplugin/libnpo1d.so
7f2f09dda000-7f2f09ddb000 rw-p 00041000 08:05 5384502 /opt/google/talkplugin/libnpo1d.so
7f2f09ddb000-7f2f09df3000 r-xp 00000000 08:05 4588676 /usr/lib/mozilla/plugins/libtotem-gmp-plugin.so
7f2f09df3000-7f2f09ff3000 ---p 00018000 08:05 4588676 /usr/lib/mozilla/plugins/libtotem-gmp-plugin.so
7f2f09ff3000-7f2f09ff4000 r--p 00018000 08:05 4588676 /usr/lib/mozilla/plugins/libtotem-gmp-plugin.so
7f2f09ff4000-7f2f09ff5000 rw-p 00019000 08:05 4588676 /usr/lib/mozilla/plugins/libtotem-gmp-plugin.so
7f2f09ff5000-7f2f0a046000 r-xp 00000000 08:05 5384501 /opt/google/talkplugin/libnpgoogletalk.so
7f2f0a046000-7f2f0a245000 ---p 00051000 08:05 5384501 /opt/google/talkplugin/libnpgoogletalk.so
7f2f0a245000-7f2f0a248000 r--p 00050000 08:05 5384501 /opt/google/talkplugin/libnpgoogletalk.so
7f2f0a248000-7f2f0a249000 rw-p 00053000 08:05 5384501 /opt/google/talkplugin/libnpgoogletalk.so
7f2f0a249000-7f2f0a24d000 r-xp 00000000 08:05 4459606 /usr/lib/libtotem-plparser-mini.so.18.1.0
7f2f0a24d000-7f2f0a44d000 ---p 00004000 08:05 4459606 /usr/lib/libtotem-plparser-mini.so.18.1.0
7f2f0a44d000-7f2f0a44e000 r--p 00004000 08:05 4459606 /usr/lib/libtotem-plparser-mini.so.18.1.0
7f2f0a44e000-7f2f0a44f000 rw-p 00005000 08:05 4459606 /usr/lib/libtotem-plparser-mini.so.18.1.0
7f2f0a44f000-7f2f0a45f000 r-xp 00000000 08:05 4588677 /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
7f2f0a45f000-7f2f0a65f000 ---p 00010000 08:05 4588677 /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
7f2f0a65f000-7f2f0a660000 r--p 00010000 08:05 4588677 /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
7f2f0a660000-7f2f0a661000 rw-p 00011000 08:05 4588677 /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
7f2f0a661000-7f2f0a716000 r-xp 00000000 08:05 4459399 /usr/lib/libaspell.so.15.2.0
7f2f0a716000-7f2f0a915000 ---p 000b5000 08:05 4459399 /usr/lib/libaspell.so.15.2.0
7f2f0a915000-7f2f0a91b000 r--p 000b4000 08:05 4459399 /usr/lib/libaspell.so.15.2.0
7f2f0a91b000-7f2f0a91c000 rw-p 000ba000 08:05 4459399 /usr/lib/libaspell.so.15.2.0
7f2f0a91c000-7f2f0a924000 rw-p 00000000 00:00 0
7f2f0a924000-7f2f0a926000 r-xp 00000000 08:05 4720959 /usr/lib/x86_64-linux-gnu/enchant/libenchant_aspell.so
7f2f0a926000-7f2f0ab25000 ---p 00002000 08:05 4720959 /usr/lib/x86_64-linux-gnu/enchant/libenchant_aspell.so
7f2f0ab25000-7f2f0ab26000 r--p 00001000 08:05 4720959 /usr/lib/x86_64-linux-gnu/enchant/libenchant_aspell.so
7f2f0ab26000-7f2f0ab27000 rw-p 00002000 08:05 4720959 /usr/lib/x86_64-linux-gnu/enchant/libenchant_aspell.so
7f2f0ab27000-7f2f0ab32000 r-xp 00000000 08:05 4720961 /usr/lib/x86_64-linux-gnu/enchant/libenchant_ispell.so
7f2f0ab32000-7f2f0ad32000 ---p 0000b000 08:05 4720961 /usr/lib/x86_64-linux-gnu/enchant/libenchant_ispell.so
7f2f0ad32000-7f2f0ad33000 r--p 0000b000 08:05 4720961 /usr/lib/x86_64-linux-gnu/enchant/libenchant_ispell.so
7f2f0ad33000-7f2f0ad34000 rw-p 0000c000 08:05 4720961 /usr/lib/x86_64-linux-gnu/enchant/libenchant_ispell.so
7f2f0ad34000-7f2f0ad83000 r-xp 00000000 08:05 4465108 /usr/lib/x86_64-linux-gnu/libhunspell-1.3.so.0.0.0
7f2f0ad83000-7f2f0af83000 ---p 0004f000 08:05 4465108 /usr/lib/x86_64-linux-gnu/libhunspell-1.3.so.0.0.0
7f2f0af83000-7f2f0af84000 r--p 0004f000 08:05 4465108 /usr/lib/x86_64-linux-gnu/libhunspell-1.3.so.0.0.0
7f2f0af84000-7f2f0af88000 rw-p 00050000 08:05 4465108 /usr/lib/x86_64-linux-gnu/libhunspell-1.3.so.0.0.0
7f2f0af88000-7f2f0af8d000 r-xp 00000000 08:05 4720962 /usr/lib/x86_64-linux-gnu/enchant/libenchant_myspell.so
7f2f0af8d000-7f2f0b18c000 ---p 00005000 08:05 4720962 /usr/lib/x86_64-linux-gnu/enchant/libenchant_myspell.so
7f2f0b18c000-7f2f0b18d000 r--p 00004000 08:05 4720962 /usr/lib/x86_64-linux-gnu/enchant/libenchant_myspell.so
7f2f0b18d000-7f2f0b18e000 rw-p 00005000 08:05 4720962 /usr/lib/x86_64-linux-gnu/enchant/libenchant_myspell.so
7f2f0b18e000-7f2f0b199000 r-xp 00000000 08:05 4720960 /usr/lib/x86_64-linux-gnu/enchant/libenchant_hspell.so
7f2f0b199000-7f2f0b398000 ---p 0000b000 08:05 4720960 /usr/lib/x86_64-linux-gnu/enchant/libenchant_hspell.so
7f2f0b398000-7f2f0b399000 r--p 0000a000 08:05 4720960 /usr/lib/x86_64-linux-gnu/enchant/libenchant_hspell.so
7f2f0b399000-7f2f0b39c000 rw-p 0000b000 08:05 4720960 /usr/lib/x86_64-linux-gnu/enchant/libenchant_hspell.so
7f2f0b39c000-7f2f0b39d000 ---p 00000000 00:00 0
7f2f0b39d000-7f2f0bb9d000 rw-p 00000000 00:00 0 [stack:11912]
7f2f0bb9d000-7f2f0bb9e000 ---p 00000000 00:00 0
7f2f0bb9e000-7f2f0bb9f000 rwxp 00000000 00:00 0
7f2f0bb9f000-7f2f4bb9f000 ---p 00000000 00:00 0
7f2f4bb9f000-7f2f4bba0000 ---p 00000000 00:00 0
7f2f4bba0000-7f2f4bca0000 rw-p 00000000 00:00 0
7f2f4bca0000-7f2f4bca1000 ---p 00000000 00:00 0
7f2f4bca1000-7f2f4bca5000 r-xp 00000000 08:05 1835520 /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7f2f4bca5000-7f2f4bea4000 ---p 00004000 08:05 1835520 /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7f2f4bea4000-7f2f4bea5000 r--p 00003000 08:05 1835520 /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7f2f4bea5000-7f2f4bea6000 rw-p 00004000 08:05 1835520 /lib/x86_64-linux-gnu/libuuid.so.1.3.0
7f2f4bea6000-7f2f4beaa000 r-xp 00000000 08:05 1839022 /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
7f2f4beaa000-7f2f4c0a9000 ---p 00004000 08:05 1839022 /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
7f2f4c0a9000-7f2f4c0aa000 r--p 00003000 08:05 1839022 /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
7f2f4c0aa000-7f2f4c0ab000 rw-p 00004000 08:05 1839022 /lib/x86_64-linux-gnu/libgpg-error.so.0.10.0
7f2f4c0ab000-7f2f4c0c2000 r-xp 00000000 08:05 4464427 /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7f2f4c0c2000-7f2f4c2c1000 ---p 00017000 08:05 4464427 /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7f2f4c2c1000-7f2f4c2c2000 r--p 00016000 08:05 4464427 /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7f2f4c2c2000-7f2f4c2c3000 rw-p 00017000 08:05 4464427 /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7f2f4c2c3000-7f2f4c2c7000 rw-p 00000000 00:00 0
7f2f4c2c7000-7f2f4c2ce000 r-xp 00000000 08:05 4464548 /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7f2f4c2ce000-7f2f4c4cd000 ---p 00007000 08:05 4464548 /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7f2f4c4cd000-7f2f4c4ce000 r--p 00006000 08:05 4464548 /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7f2f4c4ce000-7f2f4c4cf000 rw-p 00007000 08:05 4464548 /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7f2f4c4cf000-7f2f4db3b000 r-xp 00000000 08:05 4465114 /usr/lib/x86_64-linux-gnu/libicudata.so.52.1
7f2f4db3b000-7f2f4dd3a000 ---p 0166c000 08:05 4465114 /usr/lib/x86_64-linux-gnu/libicudata.so.52.1
7f2f4dd3a000-7f2f4dd3b000 r--p 0166b000 08:05 4465114 /usr/lib/x86_64-linux-gnu/libicudata.so.52.1
7f2f4dd3b000-7f2f4dd3c000 rw-p 0166c000 08:05 4465114 /usr/lib/x86_64-linux-gnu/libicudata.so.52.1
7f2f4dd3c000-7f2f4f8a3000 r-xp 00000000 08:05 4468014 /usr/lib/nvidia-331/libnvidia-glcore.so.331.38
7f2f4f8a3000-7f2f4faa2000 ---p 01b67000 08:05 4468014 /usr/lib/nvidia-331/libnvidia-glcore.so.331.38
7f2f4faa2000-7f2f5052e000 rwxp 01b66000 08:05 4468014 /usr/lib/nvidia-331/libnvidia-glcore.so.331.38
7f2f5052e000-7f2f5054a000 rwxp 00000000 00:00 0
7f2f5054a000-7f2f5054d000 r-xp 00000000 08:05 4468012 /usr/lib/nvidia-331/tls/libnvidia-tls.so.331.38
7f2f5054d000-7f2f5074c000 ---p 00003000 08:05 4468012 /usr/lib/nvidia-331/tls/libnvidia-tls.so.331.38
7f2f5074c000-7f2f5074d000 rw-p 00002000 08:05 4468012 /usr/lib/nvidia-331/tls/libnvidia-tls.so.331.38
7f2f5074d000-7f2f5076e000 r-xp 00000000 08:05 1839036 /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f2f5076e000-7f2f5096d000 ---p 00021000 08:05 1839036 /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f2f5096d000-7f2f5096e000 r--p 00020000 08:05 1839036 /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f2f5096e000-7f2f5096f000 rw-p 00021000 08:05 1839036 /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f2f5096f000-7f2f509ea000 r-xp 00000000 08:05 1839018 /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
7f2f509ea000-7f2f50bea000 ---p 0007b000 08:05 1839018 /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
7f2f50bea000-7f2f50beb000 r--p 0007b000 08:05 1839018 /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
7f2f50beb000-7f2f50bee000 rw-p 0007c000 08:05 1839018 /lib/x86_64-linux-gnu/libgcrypt.so.11.8.2
7f2f50bee000-7f2f50c6b000 r-xp 00000000 08:05 4465279 /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.18.0
7f2f50c6b000-7f2f50e6a000 ---p 0007d000 08:05 4465279 /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.18.0
7f2f50e6a000-7f2f50e6c000 r--p 0007c000 08:05 4465279 /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.18.0
7f2f50e6c000-7f2f50e70000 rw-p 0007e000 08:05 4465279 /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0.18.0
7f2f50e70000-7f2f50ea6000 r-xp 00000000 08:05 4469228 /usr/lib/x86_64-linux-gnu/libgsttag-1.0.so.0.204.0
7f2f50ea6000-7f2f510a5000 ---p 00036000 08:05 4469228 /usr/lib/x86_64-linux-gnu/libgsttag-1.0.so.0.204.0
7f2f510a5000-7f2f510a7000 r--p 00035000 08:05 4469228 /usr/lib/x86_64-linux-gnu/libgsttag-1.0.so.0.204.0
7f2f510a7000-7f2f510a8000 rw-p 00037000 08:05 4469228 /usr/lib/x86_64-linux-gnu/libgsttag-1.0.so.0.204.0
7f2f510a8000-7f2f510cd000 r-xp 00000000 08:05 4464762 /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
7f2f510cd000-7f2f512cd000 ---p 00025000 08:05 4464762 /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
7f2f512cd000-7f2f512ce000 r--p 00025000 08:05 4464762 /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
7f2f512ce000-7f2f512cf000 rw-p 00026000 08:05 4464762 /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2.2.2
7f2f512cf000-7f2f5132e000 r-xp 00000000 08:05 4464595 /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0
7f2f5132e000-7f2f5152e000 ---p 0005f000 08:05 4464595 /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0
7f2f5152e000-7f2f5152f000 r--p 0005f000 08:05 4464595 /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0
7f2f5152f000-7f2f51534000 rw-p 00060000 08:05 4464595 /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0
7f2f51534000-7f2f51535000 rw-p 00000000 00:00 0
7f2f51535000-7f2f51586000 r-xp 00000000 08:05 4465578 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.0
7f2f51586000-7f2f51786000 ---p 00051000 08:05 4465578 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.0
7f2f51786000-7f2f51787000 r--p 00051000 08:05 4465578 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.0
7f2f51787000-7f2f51788000 rw-p 00052000 08:05 4465578 /usr/lib/x86_64-linux-gnu/libwebp.so.5.0.0
7f2f51788000-7f2f5178d000 rw-p 00000000 00:00 0
7f2f5178d000-7f2f518f1000 r-xp 00000000 08:05 4465128 /usr/lib/x86_64-linux-gnu/libicuuc.so.52.1
7f2f518f1000-7f2f51af0000 ---p 00164000 08:05 4465128 /usr/lib/x86_64-linux-gnu/libicuuc.so.52.1
7f2f51af0000-7f2f51b01000 r--p 00163000 08:05 4465128 /usr/lib/x86_64-linux-gnu/libicuuc.so.52.1
7f2f51b01000-7f2f51b02000 rw-p 00174000 08:05 4465128 /usr/lib/x86_64-linux-gnu/libicuuc.so.52.1
7f2f51b02000-7f2f51b06000 rw-p 00000000 00:00 0
7f2f51b06000-7f2f51cff000 r-xp 00000000 08:05 4465116 /usr/lib/x86_64-linux-gnu/libicui18n.so.52.1
7f2f51cff000-7f2f51eff000 ---p 001f9000 08:05 4465116 /usr/lib/x86_64-linux-gnu/libicui18n.so.52.1
7f2f51eff000-7f2f51f0c000 r--p 001f9000 08:05 4465116 /usr/lib/x86_64-linux-gnu/libicui18n.so.52.1
7f2f51f0c000-7f2f51f0d000 rw-p 00206000 08:05 4465116 /usr/lib/x86_64-linux-gnu/libicui18n.so.52.1
7f2f51f0d000-7f2f51f0e000 rw-p 00000000 00:00 0
7f2f51f0e000-7f2f51fc2000 r-xp 00000000 08:05 4465452 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f2f51fc2000-7f2f521c2000 ---p 000b4000 08:05 4465452 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f2f521c2000-7f2f521c4000 r--p 000b4000 08:05 4465452 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f2f521c4000-7f2f521c6000 rw-p 000b6000 08:05 4465452 /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f2f521c6000-7f2f521c7000 rw-p 00000000 00:00 0
7f2f521c7000-7f2f522a4000 r-xp 00000000 08:05 4468008 /usr/lib/nvidia-331/libGL.so.331.38
7f2f522a4000-7f2f524a3000 ---p 000dd000 08:05 4468008 /usr/lib/nvidia-331/libGL.so.331.38
7f2f524a3000-7f2f524e3000 rwxp 000dc000 08:05 4468008 /usr/lib/nvidia-331/libGL.so.331.38
7f2f524e3000-7f2f524fa000 rwxp 00000000 00:00 0
7f2f524fa000-7f2f52656000 r-xp 00000000 08:05 4456491 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
7f2f52656000-7f2f52855000 ---p 0015c000 08:05 4456491 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
7f2f52855000-7f2f5285d000 r--p 0015b000 08:05 4456491 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
7f2f5285d000-7f2f5285f000 rw-p 00163000 08:05 4456491 /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.1
7f2f5285f000-7f2f52860000 rw-p 00000000 00:00 0
7f2f52860000-7f2f5289b000 r-xp 00000000 08:05 4465634 /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28
7f2f5289b000-7f2f52a9b000 ---p 0003b000 08:05 4465634 /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28
7f2f52a9b000-7f2f52a9c000 r--p 0003b000 08:05 4465634 /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28
7f2f52a9c000-7f2f52a9d000 rw-p 0003c000 08:05 4465634 /usr/lib/x86_64-linux-gnu/libxslt.so.1.1.28
7f2f52a9d000-7f2f52b41000 r-xp 00000000 08:05 4465438 /usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1.7.0
7f2f52b41000-7f2f52d41000 ---p 000a4000 08:05 4465438 /usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1.7.0
7f2f52d41000-7f2f52d43000 r--p 000a4000 08:05 4465438 /usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1.7.0
7f2f52d43000-7f2f52d5c000 rw-p 000a6000 08:05 4465438 /usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1.7.0
7f2f52d5c000-7f2f52d5d000 rw-p 00000000 00:00 0
7f2f52d5d000-7f2f52da8000 r-xp 00000000 08:05 4465413 /usr/lib/x86_64-linux-gnu/libsecret-1.so.0.0.0
7f2f52da8000-7f2f52fa7000 ---p 0004b000 08:05 4465413 /usr/lib/x86_64-linux-gnu/libsecret-1.so.0.0.0
7f2f52fa7000-7f2f52faa000 r--p 0004a000 08:05 4465413 /usr/lib/x86_64-linux-gnu/libsecret-1.so.0.0.0
7f2f52faa000-7f2f52fab000 rw-p 0004d000 08:05 4465413 /usr/lib/x86_64-linux-gnu/libsecret-1.so.0.0.0
7f2f52fab000-7f2f52fee000 r-xp 00000000 08:05 4465156 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7f2f52fee000-7f2f531ee000 ---p 00043000 08:05 4465156 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7f2f531ee000-7f2f531ef000 r--p 00043000 08:05 4465156 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7f2f531ef000-7f2f531f0000 rw-p 00044000 08:05 4465156 /usr/lib/x86_64-linux-gnu/libjpeg.so.8.0.2
7f2f531f0000-7f2f53200000 rw-p 00000000 00:00 0
7f2f53200000-7f2f532fb000 r-xp 00000000 08:05 4469219 /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.204.0
7f2f532fb000-7f2f534fb000 ---p 000fb000 08:05 4469219 /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.204.0
7f2f534fb000-7f2f53500000 r--p 000fb000 08:05 4469219 /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.204.0
7f2f53500000-7f2f53502000 rw-p 00100000 08:05 4469219 /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.204.0
7f2f53502000-7f2f53504000 rw-p 00000000 00:00 0
7f2f53504000-7f2f55309000 r-xp 00000000 08:05 4457095 /usr/lib/x86_64-linux-gnu/libwebkitgtk-1.0.so.0.22.9
7f2f55309000-7f2f55508000 ---p 01e05000 08:05 4457095 /usr/lib/x86_64-linux-gnu/libwebkitgtk-1.0.so.0.22.9
7f2f55508000-7f2f55689000 r--p 01e04000 08:05 4457095 /usr/lib/x86_64-linux-gnu/libwebkitgtk-1.0.so.0.22.9
7f2f55689000-7f2f556a0000 rw-p 01f85000 08:05 4457095 /usr/lib/x86_64-linux-gnu/libwebkitgtk-1.0.so.0.22.9
7f2f556a0000-7f2f556a9000 rw-p 00000000 00:00 0
7f2f556a9000-7f2f58000000 r--p 00000000 08:05 5767285 /usr/share/icons/hicolor/icon-theme.cache
7f2f58000000-7f2f58254000 rw-p 00000000 00:00 0
7f2f58254000-7f2f5c000000 ---p 00000000 00:00 0
7f2f5c019000-7f2f5c076000 r--s 00544000 08:05 1705529 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.cdt.ui_5.6.1.201309180223.jar
7f2f5c076000-7f2f5c0c5000 r--s 0049e000 08:05 1705505 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.cdt.core_5.5.0.201309180223.jar
7f2f5c0c5000-7f2f5c11b000 r-xp 00000000 08:05 4469220 /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0.204.0
7f2f5c11b000-7f2f5c31b000 ---p 00056000 08:05 4469220 /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0.204.0
7f2f5c31b000-7f2f5c31c000 r--p 00056000 08:05 4469220 /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0.204.0
7f2f5c31c000-7f2f5c31d000 rw-p 00057000 08:05 4469220 /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0.204.0
7f2f5c31d000-7f2f5c35e000 r-xp 00000000 08:05 4469224 /usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0.204.0
7f2f5c35e000-7f2f5c55d000 ---p 00041000 08:05 4469224 /usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0.204.0
7f2f5c55d000-7f2f5c55f000 r--p 00040000 08:05 4469224 /usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0.204.0
7f2f5c55f000-7f2f5c563000 rw-p 00042000 08:05 4469224 /usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0.204.0
7f2f5c563000-7f2f5c586000 r-xp 00000000 08:05 4465007 /usr/lib/x86_64-linux-gnu/libgstpbutils-1.0.so.0.204.0
7f2f5c586000-7f2f5c786000 ---p 00023000 08:05 4465007 /usr/lib/x86_64-linux-gnu/libgstpbutils-1.0.so.0.204.0
7f2f5c786000-7f2f5c788000 r--p 00023000 08:05 4465007 /usr/lib/x86_64-linux-gnu/libgstpbutils-1.0.so.0.204.0
7f2f5c788000-7f2f5c789000 rw-p 00025000 08:05 4465007 /usr/lib/x86_64-linux-gnu/libgstpbutils-1.0.so.0.204.0
7f2f5c789000-7f2f5c792000 r-xp 00000000 08:05 4465047 /usr/lib/x86_64-linux-gnu/libgstfft-1.0.so.0.204.0
7f2f5c792000-7f2f5c991000 ---p 00009000 08:05 4465047 /usr/lib/x86_64-linux-gnu/libgstfft-1.0.so.0.204.0
7f2f5c991000-7f2f5c992000 r--p 00008000 08:05 4465047 /usr/lib/x86_64-linux-gnu/libgstfft-1.0.so.0.204.0
7f2f5c992000-7f2f5c993000 rw-p 00009000 08:05 4465047 /usr/lib/x86_64-linux-gnu/libgstfft-1.0.so.0.204.0
7f2f5c993000-7f2f5c9da000 r-xp 00000000 08:05 4465034 /usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0.204.0
7f2f5c9da000-7f2f5cbd9000 ---p 00047000 08:05 4465034 /usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0.204.0
7f2f5cbd9000-7f2f5cbdb000 r--p 00046000 08:05 4465034 /usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0.204.0
7f2f5cbdb000-7f2f5cbdd000 rw-p 00048000 08:05 4465034 /usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0.204.0
7f2f5cbdd000-7f2f5cbe8000 r-xp 00000000 08:05 4465017 /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0.204.0
7f2f5cbe8000-7f2f5cde8000 ---p 0000b000 08:05 4465017 /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0.204.0
7f2f5cde8000-7f2f5cde9000 r--p 0000b000 08:05 4465017 /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0.204.0
7f2f5cde9000-7f2f5cdea000 rw-p 0000c000 08:05 4465017 /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0.204.0
7f2f5cdea000-7f2f5cdfe000 r-xp 00000000 08:05 4464929 /usr/lib/x86_64-linux-gnu/libgeoclue.so.0.0.0
7f2f5cdfe000-7f2f5cffd000 ---p 00014000 08:05 4464929 /usr/lib/x86_64-linux-gnu/libgeoclue.so.0.0.0
7f2f5cffd000-7f2f5cffe000 r--p 00013000 08:05 4464929 /usr/lib/x86_64-linux-gnu/libgeoclue.so.0.0.0
7f2f5cffe000-7f2f5d000000 rw-p 00014000 08:05 4464929 /usr/lib/x86_64-linux-gnu/libgeoclue.so.0.0.0
7f2f5d000000-7f2f5d002000 r-xp 00000000 08:05 4465096 /usr/lib/x86_64-linux-gnu/libharfbuzz-icu.so.0.927.0
7f2f5d002000-7f2f5d201000 ---p 00002000 08:05 4465096 /usr/lib/x86_64-linux-gnu/libharfbuzz-icu.so.0.927.0
7f2f5d201000-7f2f5d202000 r--p 00001000 08:05 4465096 /usr/lib/x86_64-linux-gnu/libharfbuzz-icu.so.0.927.0
7f2f5d202000-7f2f5d203000 rw-p 00002000 08:05 4465096 /usr/lib/x86_64-linux-gnu/libharfbuzz-icu.so.0.927.0
7f2f5d203000-7f2f5d20d000 r-xp 00000000 08:05 4464814 /usr/lib/x86_64-linux-gnu/libenchant.so.1.6.0
7f2f5d20d000-7f2f5d40d000 ---p 0000a000 08:05 4464814 /usr/lib/x86_64-linux-gnu/libenchant.so.1.6.0
7f2f5d40d000-7f2f5d40e000 r--p 0000a000 08:05 4464814 /usr/lib/x86_64-linux-gnu/libenchant.so.1.6.0
7f2f5d40e000-7f2f5d40f000 rw-p 0000b000 08:05 4464814 /usr/lib/x86_64-linux-gnu/libenchant.so.1.6.0
7f2f5d40f000-7f2f5da8b000 r-xp 00000000 08:05 4462666 /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-1.0.so.0.16.11
7f2f5da8b000-7f2f5dc8b000 ---p 0067c000 08:05 4462666 /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-1.0.so.0.16.11
7f2f5dc8b000-7f2f5dca0000 r--p 0067c000 08:05 4462666 /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-1.0.so.0.16.11
7f2f5dca0000-7f2f5dca1000 rw-p 00691000 08:05 4462666 /usr/lib/x86_64-linux-gnu/libjavascriptcoregtk-1.0.so.0.16.11
7f2f5dca1000-7f2f5dcc7000 rw-p 00000000 00:00 0
7f2f5dcc7000-7f2f5dcd2000 r-xp 00000000 08:05 1709847 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-webkit-gtk-4333.so
7f2f5dcd2000-7f2f5ded2000 ---p 0000b000 08:05 1709847 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-webkit-gtk-4333.so
7f2f5ded2000-7f2f5ded3000 rw-p 0000b000 08:05 1709847 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-webkit-gtk-4333.so
7f2f5df10000-7f2f5df13000 ---p 00000000 00:00 0
7f2f5df13000-7f2f5e211000 rw-p 00000000 00:00 0
7f2f5e262000-7f2f5e2d3000 r--s 007f0000 08:05 1709421 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/sdk/platforms/android-16/data/layoutlib.jar
7f2f5e2d3000-7f2f5e4d3000 rw-p 00000000 00:00 0
7f2f5e4d3000-7f2f5fb17000 r--p 00000000 08:05 5770695 /usr/share/icons/gnome/icon-theme.cache
7f2f5fb17000-7f2f5fc00000 r--p 00000000 08:05 5790750 /usr/share/icons/Humanity/icon-theme.cache
7f2f5fc00000-7f2f5fe00000 rw-p 00000000 00:00 0
7f2f5fe00000-7f2f60000000 rw-p 00000000 00:00 0
7f2f60000000-7f2f60466000 rw-p 00000000 00:00 0
7f2f60466000-7f2f64000000 ---p 00000000 00:00 0
7f2f64000000-7f2f64090000 rw-p 00000000 00:00 0
7f2f64090000-7f2f68000000 ---p 00000000 00:00 0
7f2f68000000-7f2f68021000 rw-p 00000000 00:00 0
7f2f68021000-7f2f6c000000 ---p 00000000 00:00 0
7f2f6c000000-7f2f6c4dd000 rw-p 00000000 00:00 0
7f2f6c4dd000-7f2f70000000 ---p 00000000 00:00 0
7f2f70000000-7f2f70204000 rw-p 00000000 00:00 0
7f2f70204000-7f2f74000000 ---p 00000000 00:00 0
7f2f74000000-7f2f740d6000 rw-p 00000000 00:00 0
7f2f740d6000-7f2f78000000 ---p 00000000 00:00 0
7f2f78000000-7f2f78069000 rw-p 00000000 00:00 0
7f2f78069000-7f2f7c000000 ---p 00000000 00:00 0
7f2f7c000000-7f2f7c152000 rw-p 00000000 00:00 0
7f2f7c152000-7f2f80000000 ---p 00000000 00:00 0
7f2f80007000-7f2f80010000 ---p 00000000 00:00 0
7f2f80010000-7f2f80020000 rw-p 00000000 00:00 0
7f2f80020000-7f2f80030000 ---p 00000000 00:00 0
7f2f80030000-7f2f80040000 rw-p 00000000 00:00 0
7f2f80040000-7f2f80045000 ---p 00000000 00:00 0
7f2f80083000-7f2f80090000 ---p 00000000 00:00 0
7f2f80090000-7f2f800a0000 rw-p 00000000 00:00 0
7f2f800a0000-7f2f800a2000 ---p 00000000 00:00 0
7f2f800c1000-7f2f800d0000 ---p 00000000 00:00 0
7f2f800d0000-7f2f800e0000 rw-p 00000000 00:00 0
7f2f800e0000-7f2f802e0000 rw-p 00000000 00:00 0
7f2f802e0000-7f2f804e0000 rw-p 00000000 00:00 0
7f2f804e0000-7f2f804e3000 ---p 00000000 00:00 0
7f2f804e3000-7f2f807e1000 rw-p 00000000 00:00 0 [stack:11908]
7f2f807e1000-7f2f807e4000 ---p 00000000 00:00 0
7f2f807e4000-7f2f80ae2000 rw-p 00000000 00:00 0 [stack:11933]
7f2f80ae2000-7f2f80ce2000 rw-p 00000000 00:00 0
7f2f80cfa000-7f2f80efa000 rw-p 00000000 00:00 0
7f2f80f1d000-7f2f80f20000 ---p 00000000 00:00 0
7f2f80f20000-7f2f80f30000 rw-p 00000000 00:00 0
7f2f80f30000-7f2f80f40000 ---p 00000000 00:00 0
7f2f80f40000-7f2f80f50000 rw-p 00000000 00:00 0
7f2f80f50000-7f2f80f5b000 ---p 00000000 00:00 0
7f2f80f7a000-7f2f80f80000 ---p 00000000 00:00 0
7f2f80f80000-7f2f80f90000 rw-p 00000000 00:00 0
7f2f80f90000-7f2f80f99000 ---p 00000000 00:00 0
7f2f80fbc000-7f2f80fbf000 ---p 00000000 00:00 0
7f2f80fbf000-7f2f80ff5000 rw-p 00000000 00:00 0
7f2f8100d000-7f2f81038000 r--s 00274000 08:05 1711732 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.jst.j2ee.core_1.3.10.v201310231400.jar
7f2f81038000-7f2f81238000 rw-p 00000000 00:00 0
7f2f81238000-7f2f8123b000 ---p 00000000 00:00 0
7f2f8123b000-7f2f81539000 rw-p 00000000 00:00 0 [stack:12237]
7f2f81539000-7f2f81540000 ---p 00000000 00:00 0
7f2f81540000-7f2f81550000 rw-p 00000000 00:00 0
7f2f81550000-7f2f81558000 ---p 00000000 00:00 0
7f2f81582000-7f2f815e2000 rw-s 00000000 00:04 14843945 /SYSV00000000 (deleted)
7f2f815e2000-7f2f817e2000 rw-p 00000000 00:00 0
7f2f817e2000-7f2f81830000 r--p 00000000 08:05 5506649 /usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf
7f2f81830000-7f2f81888000 r--p 00000000 08:05 5506807 /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-BI.ttf
7f2f81888000-7f2f818e7000 r--p 00000000 08:05 5506814 /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-RI.ttf
7f2f818e7000-7f2f81939000 r--p 00000000 08:05 5506806 /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-B.ttf
7f2f81939000-7f2f81b39000 rw-p 00000000 00:00 0
7f2f81b39000-7f2f81d39000 rw-p 00000000 00:00 0
7f2f81d39000-7f2f81f39000 rw-p 00000000 00:00 0
7f2f81f39000-7f2f82139000 rw-p 00000000 00:00 0
7f2f82139000-7f2f82339000 rw-p 00000000 00:00 0
7f2f82339000-7f2f8233f000 r-xp 00000000 08:05 4850042 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f2f8233f000-7f2f8253e000 ---p 00006000 08:05 4850042 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f2f8253e000-7f2f8253f000 r--p 00005000 08:05 4850042 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f2f8253f000-7f2f82540000 rw-p 00006000 08:05 4850042 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7f2f82540000-7f2f82740000 rw-p 00000000 00:00 0
7f2f82740000-7f2f82940000 rw-p 00000000 00:00 0
7f2f82940000-7f2f82b40000 rw-p 00000000 00:00 0
7f2f82b40000-7f2f82b43000 ---p 00000000 00:00 0
7f2f82b43000-7f2f82e41000 rw-p 00000000 00:00 0 [stack:12238]
7f2f82e41000-7f2f82e44000 ---p 00000000 00:00 0
7f2f82e44000-7f2f82f42000 rw-p 00000000 00:00 0 [stack:11897]
7f2f82f48000-7f2f82f64000 r--s 00144000 08:05 1705004 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.team.ui_3.7.1.v20130729-1104.jar
7f2f82f64000-7f2f82fb2000 r--s 008b6000 08:05 1705753 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/com.ibm.icu_50.1.1.v201304230130.jar
7f2f82fba000-7f2f82fcc000 r--p 00000000 08:05 5794269 /usr/share/icons/ubuntu-mono-dark/icon-theme.cache
7f2f82fcc000-7f2f831cc000 rw-p 00000000 00:00 0
7f2f831e0000-7f2f8322e000 r--s 0087c000 08:05 1709413 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/sdk/platforms/android-19/data/icu4j.jar
7f2f8322e000-7f2f83230000 ---p 00000000 00:00 0
7f2f83230000-7f2f83240000 rw-p 00000000 00:00 0
7f2f83240000-7f2f8324d000 ---p 00000000 00:00 0
7f2f8324d000-7f2f8326e000 r--s 0019b000 08:05 1711731 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.jst.j2ee_1.1.710.v201401281800.jar
7f2f83270000-7f2f83282000 r--s 0010f000 08:05 1710379 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.emf.ecore_2.9.2.v20131212-0545.jar
7f2f83282000-7f2f83290000 ---p 00000000 00:00 0
7f2f83290000-7f2f832a0000 rw-p 00000000 00:00 0
7f2f832a0000-7f2f832a1000 ---p 00000000 00:00 0
7f2f832a7000-7f2f832bb000 r--s 000e5000 08:05 1711724 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.wst.sse.ui_1.3.201.v201401132128.jar
7f2f832bb000-7f2f83352000 r--s 00951000 08:05 1710832 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.jdt.ui_3.9.2.v20131106-1600.jar
7f2f83358000-7f2f83363000 r--p 00000000 08:05 5790756 /usr/share/icons/Humanity-Dark/icon-theme.cache
7f2f83376000-7f2f83393000 r--s 001a3000 08:05 1705527 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.jgit_3.1.0.201310021548-r.jar
7f2f83393000-7f2f8339e000 r--s 000c0000 08:05 1705756 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.core.resources_3.8.101.v20130717-0806.jar
7f2f833ac000-7f2f833c1000 r--s 00260000 08:05 1705749 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_64_3.102.1.v20130827-2048.jar
7f2f833c1000-7f2f833cc000 r--s 00082000 08:05 1705531 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.ui.editors_3.8.100.v20130513-1637.jar
7f2f833dc000-7f2f833f4000 r--s 00127000 08:05 1705957 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.apache.xerces_2.9.0.v201101211617.jar
7f2f833f4000-7f2f83405000 r--s 000d3000 08:05 1709764 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/freemarker-2.3.19.jar
7f2f83409000-7f2f83417000 r--s 000a7000 08:05 1705575 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.wst.xml.core_1.1.801.v201308100603.jar
7f2f83417000-7f2f83441000 r--s 001e9000 08:05 1843075 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/guava-15.0.jar
7f2f83441000-7f2f83444000 ---p 00000000 00:00 0
7f2f83444000-7f2f83742000 rw-p 00000000 00:00 0 [stack:11895]
7f2f83742000-7f2f83745000 ---p 00000000 00:00 0
7f2f83745000-7f2f83a43000 rw-p 00000000 00:00 0 [stack:12227]
7f2f83a43000-7f2f83c43000 rw-p 00000000 00:00 0
7f2f83c43000-7f2f83e43000 rw-p 00000000 00:00 0
7f2f83e49000-7f2f83e7c000 r--s 0024f000 08:05 1705547 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.debug.ui_3.9.0.v20130516-1713.jar
7f2f83e7d000-7f2f83e80000 ---p 00000000 00:00 0
7f2f83e80000-7f2f83e90000 rw-p 00000000 00:00 0
7f2f83e90000-7f2f83ea0000 ---p 00000000 00:00 0
7f2f83ea0000-7f2f83eb0000 rw-p 00000000 00:00 0
7f2f83eb0000-7f2f83ebb000 ---p 00000000 00:00 0
7f2f83ebb000-7f2f83ebc000 ---p 00000000 00:00 0
7f2f83ebc000-7f2f83ec4000 rw-p 00000000 00:00 0
7f2f83ec4000-7f2f83ec6000 ---p 00000000 00:00 0
7f2f83ec6000-7f2f83ece000 rw-p 00000000 00:00 0
7f2f83ece000-7f2f83ecf000 ---p 00000000 00:00 0
7f2f83ecf000-7f2f83eda000 r--s 0009a000 08:05 1711737 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.jst.jsp.core_1.2.602.v201401151909.jar
7f2f83eda000-7f2f83ee1000 r--s 0004e000 08:05 1705784 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.debug.core_3.8.0.v20130514-0954.jar
7f2f83ee1000-7f2f83ee2000 ---p 00000000 00:00 0
7f2f83ee2000-7f2f83eea000 rw-p 00000000 00:00 0
7f2f83eea000-7f2f83eec000 ---p 00000000 00:00 0
7f2f83eec000-7f2f83ef4000 rw-p 00000000 00:00 0
7f2f83ef4000-7f2f83ef5000 ---p 00000000 00:00 0
7f2f83ef5000-7f2f83eff000 r--s 00064000 08:05 1711723 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.wst.sse.core_1.1.802.v201401101620.jar
7f2f83eff000-7f2f83f02000 ---p 00000000 00:00 0
7f2f83f02000-7f2f84000000 rw-p 00000000 00:00 0 [stack:11892]
7f2f84000000-7f2f84021000 rw-p 00000000 00:00 0
7f2f84021000-7f2f88000000 ---p 00000000 00:00 0
7f2f88000000-7f2f88811000 rw-p 00000000 00:00 0
7f2f88811000-7f2f8c000000 ---p 00000000 00:00 0
7f2f8c000000-7f2f8c021000 rw-p 00000000 00:00 0
7f2f8c021000-7f2f90000000 ---p 00000000 00:00 0
7f2f90000000-7f2f90036000 rw-p 00000000 00:00 0
7f2f90036000-7f2f94000000 ---p 00000000 00:00 0
7f2f94000000-7f2f94021000 rw-p 00000000 00:00 0
7f2f94021000-7f2f98000000 ---p 00000000 00:00 0
7f2f98003000-7f2f98008000 r--s 00021000 08:05 1705577 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.ui_3.105.0.v20130522-1122.jar
7f2f98008000-7f2f98012000 r--s 0005a000 08:05 1705747 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.ui.navigator_3.5.300.v20130517-0139.jar
7f2f98012000-7f2f98014000 r--s 0000d000 08:05 1705907 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.jdt.compiler.tool_1.0.200.v20130530-1010.jar
7f2f98014000-7f2f9801c000 r--s 00000000 08:05 1709952 /home/eduarth/.local/share/gvfs-metadata/root-b5745638.log
7f2f98023000-7f2f9804f000 r--s 0021f000 08:05 1705759 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.egit.ui_3.1.0.201310021548-r.jar
7f2f9804f000-7f2f98062000 r--s 000bf000 08:05 1711751 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.wst.server.ui_1.4.200.v20140106_1456.jar
7f2f98062000-7f2f98075000 r--s 00345000 08:05 4466530 /usr/lib/jvm/java-8-oracle/jre/lib/resources.jar
7f2f9807e000-7f2f98080000 r--s 00024000 08:05 1705823 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.jdt.compiler.apt_1.0.600.v20130530-1010.jar
7f2f98080000-7f2f98081000 ---p 00000000 00:00 0
7f2f98081000-7f2f98089000 rw-p 00000000 00:00 0
7f2f98089000-7f2f9808a000 ---p 00000000 00:00 0
7f2f9808a000-7f2f980b4000 r--s 00476000 08:05 1710819 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.jdt.core_3.9.2.v20140114-1555.jar
7f2f980b5000-7f2f980b7000 r--s 00002000 08:05 1704109 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.cdt.core.linux_5.2.0.201309180223.jar
7f2f980ba000-7f2f980ee000 r--s 00694000 08:05 1705007 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/com.android.ide.eclipse.adt_22.6.2.v201403212031-1085508.jar
7f2f980ee000-7f2f980f5000 r--s 00000000 08:05 4721312 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f2f980fb000-7f2f980fe000 ---p 00000000 00:00 0
7f2f980fe000-7f2f983fc000 rw-p 00000000 00:00 0 [stack:12245]
7f2f983fc000-7f2f983fe000 r-xp 00000000 08:05 1709740 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/82/1/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7f2f983fe000-7f2f984fd000 ---p 00002000 08:05 1709740 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/82/1/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7f2f984fd000-7f2f984fe000 rw-p 00001000 08:05 1709740 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/82/1/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7f2f984fe000-7f2f986fe000 rw-p 00000000 00:00 0
7f2f9870c000-7f2f9871b000 r--s 000bc000 08:05 1711733 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.jst.j2ee.ui_1.1.710.v201312231800.jar
7f2f98720000-7f2f9872e000 r--s 0005d000 08:05 1709773 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/propertysheet.jar
7f2f9872e000-7f2f98735000 r--s 00049000 08:05 1705938 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.ltk.core.refactoring_3.6.100.v20130605-1748.jar
7f2f98735000-7f2f9873f000 r--s 00066000 08:05 1705955 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.7.100.v20130605-1748.jar
7f2f98740000-7f2f98746000 r--s 00037000 08:05 1705543 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.e4.ui.workbench_1.0.1.v20130910-2014.jar
7f2f98746000-7f2f9874c000 r--s 00034000 08:05 1711683 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.wst.ws_1.1.300.v201204181727.jar
7f2f9874c000-7f2f98750000 r--s 0004a000 08:05 1710255 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.jdt.launching_3.7.1.v20131218-1102.jar
7f2f98751000-7f2f9875b000 r--s 0006a000 08:05 1705549 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.search_3.9.0.v20130312-1625.jar
7f2f9875e000-7f2f98766000 r--s 00050000 08:05 1705902 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.300.v201111030424.jar
7f2f98766000-7f2f9876f000 r--s 00057000 08:05 1711721 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.wst.common.modulecore_1.2.302.v201311131500.jar
7f2f9876f000-7f2f98774000 r--s 00038000 08:05 1705498 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.text_3.5.300.v20130515-1451.jar
7f2f98775000-7f2f9877e000 r--s 0009e000 08:05 1843081 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/4/1/.cp/libs/sdklib.jar
7f2f9877e000-7f2f98828000 r--p 00000000 08:05 5506647 /usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf
7f2f98828000-7f2f98833000 r-xp 00000000 08:05 1709731 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-atk-gtk-4333.so
7f2f98833000-7f2f98a33000 ---p 0000b000 08:05 1709731 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-atk-gtk-4333.so
7f2f98a33000-7f2f98a34000 rw-p 0000b000 08:05 1709731 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-atk-gtk-4333.so
7f2f98a34000-7f2f98a35000 ---p 00000000 00:00 0
7f2f98a35000-7f2f99235000 rw-p 00000000 00:00 0 [stack:11911]
7f2f99235000-7f2f99236000 ---p 00000000 00:00 0
7f2f99236000-7f2f99a36000 rw-p 00000000 00:00 0
7f2f99a36000-7f2f99a37000 ---p 00000000 00:00 0
7f2f99a37000-7f2f9a237000 rw-p 00000000 00:00 0 [stack:11885]
7f2f9a237000-7f2f9a290000 r-xp 00000000 08:05 4465112 /usr/lib/x86_64-linux-gnu/libibus-1.0.so.5.0.505
7f2f9a290000-7f2f9a490000 ---p 00059000 08:05 4465112 /usr/lib/x86_64-linux-gnu/libibus-1.0.so.5.0.505
7f2f9a490000-7f2f9a492000 r--p 00059000 08:05 4465112 /usr/lib/x86_64-linux-gnu/libibus-1.0.so.5.0.505
7f2f9a492000-7f2f9a493000 rw-p 0005b000 08:05 4465112 /usr/lib/x86_64-linux-gnu/libibus-1.0.so.5.0.505
7f2f9a493000-7f2f9a494000 rw-p 00000000 00:00 0
7f2f9a494000-7f2f9a49a000 r-xp 00000000 08:05 4850361 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
7f2f9a49a000-7f2f9a69a000 ---p 00006000 08:05 4850361 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
7f2f9a69a000-7f2f9a69b000 r--p 00006000 08:05 4850361 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
7f2f9a69b000-7f2f9a69c000 rw-p 00007000 08:05 4850361 /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
7f2f9a69c000-7f2f9a6a9000 r-xp 00000000 08:05 1709724 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-cairo-gtk-4333.so
7f2f9a6a9000-7f2f9a8a8000 ---p 0000d000 08:05 1709724 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-cairo-gtk-4333.so
7f2f9a8a8000-7f2f9a8a9000 rw-p 0000c000 08:05 1709724 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-cairo-gtk-4333.so
7f2f9a8a9000-7f2f9a8ad000 r-xp 00000000 08:05 4850048 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f2f9a8ad000-7f2f9aaad000 ---p 00004000 08:05 4850048 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f2f9aaad000-7f2f9aaae000 r--p 00004000 08:05 4850048 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f2f9aaae000-7f2f9aaaf000 rw-p 00005000 08:05 4850048 /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7f2f9aab0000-7f2f9acb0000 rw-p 00000000 00:00 0
7f2f9acb0000-7f2f9ad02000 r--p 00000000 08:05 5506650 /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf
7f2f9ad02000-7f2f9ad59000 r--p 00000000 08:05 5506813 /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf
7f2f9ad59000-7f2f9ad5a000 r--s 00000000 08:05 135923 /var/cache/fontconfig/c05880de57d1f5e948fdfacc138775d9-le64.cache-4
7f2f9ad5a000-7f2f9ad65000 r--s 00000000 08:05 131194 /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4
7f2f9ad65000-7f2f9ad6b000 r--s 00000000 08:05 135915 /var/cache/fontconfig/2cd17615ca594fa2959ae173292e504c-le64.cache-4
7f2f9ad6b000-7f2f9ad6c000 r--s 00000000 08:05 135914 /var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-le64.cache-4
7f2f9ad6c000-7f2f9ad73000 r--s 00000000 08:05 135898 /var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-le64.cache-4
7f2f9ad73000-7f2f9ad77000 r--s 00000000 08:05 136070 /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4
7f2f9ad77000-7f2f9ad8b000 r--s 00000000 08:05 135897 /var/cache/fontconfig/04aabc0a78ac019cf9454389977116d2-le64.cache-4
7f2f9ad8b000-7f2f9ad8f000 r--s 00000000 08:05 135895 /var/cache/fontconfig/385c0604a188198f04d133e54aba7fe7-le64.cache-4
7f2f9ad8f000-7f2f9ad91000 r--s 00000000 08:05 135889 /var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4
7f2f9ad91000-7f2f9ad96000 r--s 00000000 08:05 135887 /var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-4
7f2f9ad96000-7f2f9ada9000 r--s 00000000 08:05 135867 /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4
7f2f9ada9000-7f2f9adae000 r-xp 00000000 08:05 4464597 /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7f2f9adae000-7f2f9afad000 ---p 00005000 08:05 4464597 /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7f2f9afad000-7f2f9afae000 r--p 00004000 08:05 4464597 /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7f2f9afae000-7f2f9afaf000 rw-p 00005000 08:05 4464597 /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7f2f9afaf000-7f2f9afb0000 r-xp 00000000 08:05 4465074 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4000.0
7f2f9afb0000-7f2f9b1af000 ---p 00001000 08:05 4465074 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4000.0
7f2f9b1af000-7f2f9b1b0000 r--p 00000000 08:05 4465074 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4000.0
7f2f9b1b0000-7f2f9b1b1000 rw-p 00001000 08:05 4465074 /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.4000.0
7f2f9b1b1000-7f2f9b224000 r-xp 00000000 08:05 1709723 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-pi-gtk-4333.so
7f2f9b224000-7f2f9b423000 ---p 00073000 08:05 1709723 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-pi-gtk-4333.so
7f2f9b423000-7f2f9b426000 rw-p 00072000 08:05 1709723 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-pi-gtk-4333.so
7f2f9b426000-7f2f9b428000 rw-p 00000000 00:00 0
7f2f9b428000-7f2f9b4a6000 r-xp 00000000 08:05 1709722 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-gtk-4333.so
7f2f9b4a6000-7f2f9b6a5000 ---p 0007e000 08:05 1709722 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-gtk-4333.so
7f2f9b6a5000-7f2f9b6ad000 rw-p 0007d000 08:05 1709722 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/228/1/.cp/libswt-gtk-4333.so
7f2f9b6ad000-7f2f9b8af000 rw-p 00000000 00:00 0
7f2f9b8af000-7f2f9b8b5000 r--s 002f7000 08:05 4466636 /usr/lib/jvm/java-8-oracle/jre/lib/charsets.jar
7f2f9b8b6000-7f2f9b8bb000 r--s 00045000 08:05 1705523 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.ui.forms_3.6.1.v20130822-1117.jar
7f2f9b8bb000-7f2f9b8c0000 r--s 00028000 08:05 1711736 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.jst.jee.ui_1.0.601.v201401151036.jar
7f2f9b8c2000-7f2f9b8c9000 r--s 00053000 08:05 1711722 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.wst.server.core_1.5.100.v20140109_1422.jar
7f2f9b8c9000-7f2f9b8d2000 r--s 000a7000 08:05 1709769 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/lombok-ast-0.2.2.jar
7f2f9b8d2000-7f2f9b8db000 r--s 00069000 08:05 1709762 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/sdkuilib.jar
7f2f9b8db000-7f2f9b8de000 r--s 0006e000 08:05 1711739 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.jst.standard.schemas_1.2.101.v201402052019.jar
7f2f9b8e0000-7f2f9b8e6000 r--s 0004d000 08:05 1705490 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.11.1.v20130812-1345.jar
7f2f9b8e6000-7f2f9b8f0000 r--s 0006c000 08:05 1705724 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/plugins/org.eclipse.cdt.make.ui_7.2.0.201309180223.jar
7f2f9b8f0000-7f2f9b8fa000 r--s 00094000 08:05 1709766 /home/eduarth/develop/adt-bundle-linux-x86_64-20140321/eclipse/configuration/org.eclipse.osgi/bundles/2/1/.cp/libs/asset-studio.jar
7f2f9b8fd000-7f2f9b900000 ---p 00000000 00:00 0
7f2f9b900000-7f2f9b9fe000 rw-p 00000000 00:00 0 [stack:11884]
7f2f9b9fe000-7f2f9ba01000 ---p 00000000 00:00 0
7f2f9ba01000-7f2f9bcff000 rw-p 00000000 00:00 0 [stack:11882]
7f2f9bcff000-7f2f9bd02000 ---p 00000000 00:00 0
7f2f9bd02000-7f2f9c000000 rw-p 00000000 00:00 0 [stack:11881]
7f2f9c000000-7f2f9c0ad000 rw-p 00000000 00:00 0
7f2f9c0ad000-7f2fa0000000 ---p 00000000 00:00 0
7f2fa0000000-7f2fa0328000 rw-p 00000000 00:00 0
7f2fa0328000-7f2fa4000000 ---p 00000000 00:00 0
7f2fa4000000-7f2fa4021000 rw-p 00000000 00:00 0
7f2fa4021000-7f2fa8000000 ---p 00000000 00:00 0
7f2fa8000000-7f2fa8234000 rw-p 00000000 00:00 0
7f2fa8234000-7f2fac000000 ---p 00000000 00:00 0
7f2fac000000-7f2fac022000 rw-p 00000000 00:00 0
7f2fac022000-7f2fb0000000 ---p 00000000 00:00 0
7f2fb0000000-7f2fb0021000 rw-p 00000000 00:00 0
7f2fb0021000-7f2fb4000000 ---p 00000000 00:00 0
7f2fb4000000-7f2fb4021000 rw-p 00000000 00:00 0
7f2fb4021000-7f2fb8000000 ---p 00000000 00:00 0