-
Notifications
You must be signed in to change notification settings - Fork 0
/
hs_err_pid11384.log
1479 lines (1446 loc) · 124 KB
/
hs_err_pid11384.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=0x00007fbf4b065f57, pid=11384, tid=140459142629120
#
# JRE version: 6.0_27-b27
# Java VM: OpenJDK 64-Bit Server VM (20.0-b12 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea6 1.12.6
# Distribution: Ubuntu 13.04, package 6b27-1.12.6-1ubuntu0.13.04.2
# Problematic frame:
# V [libjvm.so+0x3b7f57] constantPoolOopDesc::klass_at_impl(constantPoolHandle, int, Thread*)+0x87
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#
--------------- T H R E A D ---------------
Current thread (0x00007fbeb6d69000): JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@3a43a905" daemon [_thread_in_vm, id=12218, stack(0x00007fbf313d4000,0x00007fbf314d5000)]
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000008
Registers:
RAX=0x00007fbf4b851950, RBX=0x00007fbf0c39e668, RCX=0x00007fbeb6d69000, RDX=0x00007fbeb6d69000
RSP=0x00007fbf314d2bb0, RBP=0x00007fbf314d2fb0, RSI=0x0000000000000000, RDI=0x00007fbf0c39e668
R8 =0x00007fbf0c39e660, R9 =0x000000000000e5c0, R10=0x00007fbf0c39e660, R11=0x00000000cfe2c600
R12=0x0000000000000000, R13=0x00007fbeb6d69000, R14=0x0000000000000000, R15=0x0000000000000000
RIP=0x00007fbf4b065f57, EFLAGS=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
TRAPNO=0x000000000000000e
Top of Stack: (sp=0x00007fbf314d2bb0)
0x00007fbf314d2bb0: 00007fbf314d2cc0 00007fbf0ce070d0
0x00007fbf314d2bc0: 00007fbf314d2be0 00007fbf4aee3864
0x00007fbf314d2bd0: 00007fbf0ce070d0 00007fbeb5c69670
0x00007fbf314d2be0: 00007fbf314d2c90 00007fbf4b379e7c
0x00007fbf314d2bf0: 00007fbf314d2f00 00007fbf00000000
0x00007fbf314d2c00: 00007fbf0ce074b8 00007fbf0ce070e0
0x00007fbf314d2c10: 00007fbf0c39e710 00007fbf0c39e720
0x00007fbf314d2c20: 00007fbf0c39e718 00007fbf314d2c60
0x00007fbf314d2c30: 00007fff06978d01 0000000000000000
0x00007fbf314d2c40: 0000000118a4bd40 00007fbf314d2d30
0x00007fbf314d2c50: 0000000004ffafa2 00007fbf0c39e6f8
0x00007fbf314d2c60: 00007fbf314d2c80 00007fbf4b30a5d3
0x00007fbf314d2c70: 0000000052048a6a 00000000000830d9
0x00007fbf314d2c80: 00007fbf314d2ca0 00007fbf4b40ed87
0x00007fbf314d2c90: 00007fbf314d2cc0 00007fbf314d2d30
0x00007fbf314d2ca0: 00007fbf314d2cc0 00007fbf4b007c90
0x00007fbf314d2cb0: 00007fbeb6d69000 00007fbf0c39e6f0
0x00007fbf314d2cc0: 00007fbf314d2e00 00007fbf4b133563
0x00007fbf314d2cd0: 00000000c2fb7ab3 00000000f4ff8bef
0x00007fbf314d2ce0: 00007fbf314d2f00 000000004b40a4e6
0x00007fbf314d2cf0: 00007fbf0c39e700 00007fbf314d2d30
0x00007fbf314d2d00: 00007fbf0c39e708 00007fbf0c39e6b8
0x00007fbf314d2d10: 00007fbeb6d69000 00007fbf0c39e6f8
0x00007fbf314d2d20: 0000000000000001 00007fbefc011701
0x00007fbf314d2d30: 0000000004ffafa9 00000001119cb2e3
0x00007fbf314d2d40: 00007fbeb5c69600 00007fbf4400c560
0x00007fbf314d2d50: 00007fbf4400c5d0 00007fbf4400c6d0
0x00007fbf314d2d60: 00007fbeb6e055e4 00007fbeb6e05600
0x00007fbf314d2d70: ffffffff00000002 00007fbeb6d69000
0x00007fbf314d2d80: 0000000000000006 00000001119cb2e4
0x00007fbf314d2d90: 00007fbeb6d69000 00007fbf4400c470
0x00007fbf314d2da0: 00007fbf4400c4e0 00007fbf4400c740
Instructions: (pc=0x00007fbf4b065f57)
0x00007fbf4b065f37: d8 4c 8b 65 e0 4c 8b 6d e8 4c 8b 75 f0 4c 8b 7d
0x00007fbf4b065f47: f8 c9 c3 66 0f 1f 44 00 00 48 8b 05 31 48 7d 00
0x00007fbf4b065f57: 41 8b 54 24 08 8b 48 08 48 d3 e2 48 03 10 eb b8
0x00007fbf4b065f67: 66 0f 1f 84 00 00 00 00 00 48 8d bd d0 fc ff ff
Register to memory mapping:
RAX=0x00007fbf4b851950: <offset 0xba3950> in /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so at 0x00007fbf4acae000
RBX=0x00007fbf0c39e668 is an unknown value
RCX=0x00007fbeb6d69000 is a thread
RDX=0x00007fbeb6d69000 is a thread
RSP=0x00007fbf314d2bb0 is pointing into the stack for thread: 0x00007fbeb6d69000
RBP=0x00007fbf314d2fb0 is pointing into the stack for thread: 0x00007fbeb6d69000
RSI=0x0000000000000000 is an unknown value
RDI=0x00007fbf0c39e668 is an unknown value
R8 =0x00007fbf0c39e660 is an unknown value
R9 =0x000000000000e5c0 is an unknown value
R10=0x00007fbf0c39e660 is an unknown value
R11=0x00000000cfe2c600 is an oop
{constant pool}
- klass: {other class}
- cache: 0x00000000cfffc8b8
- 1 : : 'foodprint/ItemRoute$__clinit__closure1$$EODzplKa'
- 2 : : 'foodprint/ItemRoute$__clinit__closure1$$EODzplKa'
- 3 : : 'java/lang/Object'
- 4 : : 'java/lang/Object'
- 5 : : 'ItemRoute.groovy'
- 6 : : '$staticClassInfo'
- 7 : : 'Lorg/codehaus/groovy/reflection/ClassInfo;'
- 8 : : '__$stMC'
- 9 : : 'Z'
- 10 : : '$callSiteArray'
- 11 : : 'Ljava/lang/ref/SoftReference;'
- 12 : : '___init___'
- 13 : : '(Lfoodprint/ItemRoute$__clinit__closure1;Ljava/lang/Object;Ljava/lang/Object;)V'
- 14 : : '$getCallSiteArray'
- 15 : : '()[Lorg/codehaus/groovy/runtime/callsite/CallSite;'
- 16 : : name_index=14 signature_index=15
- 17 : : klass_index=2 name_and_type_index=16
- 18 : : 'thiz'
- 19 : : 'Lfoodprint/ItemRoute$__clinit__closure1;'
- 20 : : '_outerInstance'
- 21 : : 'Ljava/lang/Object;'
- 22 : : '_thisObject'
- 23 : : 'doCall'
- 24 : : '(Lfoodprint/ItemRoute$__clinit__closure1;Ljava/lang/Object;)Ljava/lang/Object;'
- 25 : : 0
- 26 : : 'unique'
- 27 : : "unique" {0xc0b75000}
- 28 : : 'sequence'
- 29 : : "sequence" {0xc1509868}
- 30 : : 'org/codehaus/groovy/runtime/ScriptBytecodeAdapter'
- 31 : : 'org/codehaus/groovy/runtime/ScriptBytecodeAdapter'
- 32 : : 'createList'
- 33 : : '([Ljava/lang/Object;)Ljava/util/List;'
- 34 : : name_index=32 signature_index=33
- 35 : : klass_index=31 name_and_type_index=34
- 36 : : 'createMap'
- 37 : : '([Ljava/lang/Object;)Ljava/util/Map;'
- 38 : : name_index=36 signature_index=37
- 39 : : klass_index=31 name_and_type_index=38
- 40 : : 'org/codehaus/groovy/runtime/callsite/CallSite'
- 41 : : 'org/codehaus/groovy/runtime/callsite/CallSite'
- 42 : : 'callCurrent'
- 43 : : '(Lgroovy/lang/GroovyObject;Ljava/lang/Object;)Ljava/lang/Object;'
- 44 : : name_index=42 signature_index=43
- 45 : : klass_index=41 name_and_type_index=44
- 46 : : 'it'
- 47 : : '(Lfoodprint/ItemRoute$__clinit__closure1;)Ljava/lang/Object;'
- 48 : : 27133633
- 49 : : 'doCall(Ljava/lang/Object;)Ljava/lang/Object;'
- 50 : : "doCall(Ljava/lang/Object;)Ljava/lang/Object;" {0xc1bc16b8}
- 51 : : 'org/springsource/loaded/TypeRegistry'
- 52 : : 'org/springsource/loaded/TypeRegistry'
- 53 : : 'ivicheck'
- 54 : : '(ILjava/lang/String;)Z'
- 55 : : name_index=53 signature_index=54
- 56 : : klass_index=52 name_and_type_index=55
- 57 : : 1
- 58 : : 'foodprint/ItemRoute$__clinit__closure1'
- 59 : : 'foodprint/ItemRoute$__clinit__closure1'
- 60 : : '__execute'
- 61 : : '([Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;'
- 62 : : name_index=60 signature_index=61
- 63 : : klass_index=59 name_and_type_index=62
- 64 : : '(Ljava/lang/Object;)Ljava/lang/Object;'
- 65 : : name_index=23 signature_index=64
- 66 : : klass_index=59 name_and_type_index=65
- 67 : : '$getStaticMetaClass'
- 68 : : '(Lfoodprint/ItemRoute$__clinit__closure1;)Lgroovy/lang/MetaClass;'
- 69 : : 'getClass'
- 70 : : '()Ljava/lang/Class;'
- 71 : : name_index=69 signature_index=70
- 72 : : klass_index=4 name_and_type_index=71
- 73 : : 'initMetaClass'
- 74 : : '(Ljava/lang/Object;)Lgroovy/lang/MetaClass;'
- 75 : : name_index=73 signature_index=74
- 76 : : klass_index=31 name_and_type_index=75
- 77 : : name_index=6 signature_index=7
- 78 : : klass_index=59 name_and_type_index=77
- 79 : : 'org/codehaus/groovy/reflection/ClassInfo'
- 80 : : 'org/codehaus/groovy/reflection/ClassInfo'
- 81 : : 'getClassInfo'
- 82 : : '(Ljava/lang/Class;)Lorg/codehaus/groovy/reflection/ClassInfo;'
- 83 : : name_index=81 signature_index=82
- 84 : : klass_index=80 name_and_type_index=83
- 85 : : "$staticClassInfo" {0xc09ba790}
- 86 : : 'staticFieldInterceptionRequired'
- 87 : : name_index=86 signature_index=54
- 88 : : klass_index=52 name_and_type_index=87
- 89 : : 'r$sets'
- 90 : : '(Ljava/lang/Object;Ljava/lang/String;)V'
- 91 : : name_index=89 signature_index=90
- 92 : : klass_index=59 name_and_type_index=91
- 93 : : 'getMetaClass'
- 94 : : '()Lgroovy/lang/MetaClass;'
- 95 : : name_index=93 signature_index=94
- 96 : : klass_index=80 name_and_type_index=95
- 97 : : '__$swapInit'
- 98 : : '()V'
- 99 : : "$callSiteArray" {0xc09ba948}
- 100 : : name_index=10 signature_index=11
- 101 : : klass_index=59 name_and_type_index=100
- 102 : : '___clinit___'
- 103 : : '__$swapInit()V'
- 104 : : "__$swapInit()V" {0xc1b963c8}
- 105 : : 'istcheck'
- 106 : : '(ILjava/lang/String;)Ljava/lang/Object;'
- 107 : : name_index=105 signature_index=106
- 108 : : klass_index=52 name_and_type_index=107
- 109 : : 'foodprint/ItemRoute$__clinit__closure1__I'
- 110 : : 'foodprint/ItemRoute$__clinit__closure1__I'
- 111 : : klass_index=110 name_and_type_index=62
- 112 : : name_index=97 signature_index=98
- 113 : : klass_index=59 name_and_type_index=112
- 114 : : '$createCallSiteArray_1'
- 115 : : '([Ljava/lang/String;)V'
- 116 : : 'item'
- 117 : : "item" {0xc1084f70}
- 118 : : '$createCallSiteArray'
- 119 : : '()Lorg/codehaus/groovy/runtime/callsite/CallSiteArray;'
- 120 : : 'java/lang/String'
- 121 : : 'java/lang/String'
- 122 : : '$createCallSiteArray_1([Ljava/lang/String;)V'
- 123 : : "$createCallSiteArray_1([Ljava/lang/String;)V" {0xc1b964e0}
- 124 : : name_index=114 signature_index=115
- 125 : : klass_index=2 name_and_type_index=124
- 126 : : 'org/codehaus/groovy/runtime/callsite/CallSiteArray'
- 127 : : 'org/codehaus/groovy/runtime/callsite/CallSiteArray'
- 128 : : '<init>'
- 129 : : '(Ljava/lang/Class;[Ljava/lang/String;)V'
- 130 : : name_index=128 signature_index=129
- 131 : : klass_index=127 name_and_type_index=130
- 132 : : 'java/lang/ref/SoftReference'
- 133 : : 'java/lang/ref/SoftReference'
- 134 : : 'get'
- 135 : : '()Ljava/lang/Object;'
- 136 : : name_index=134 signature_index=135
- 137 : : klass_index=133 name_and_type_index=136
- 138 : : '$createCallSiteArray()Lorg/codehaus/groovy/runtime/callsite/CallSiteArray;'
- 139 : : "$createCallSiteArray()Lorg/codehaus/groovy/runtime/callsite/CallSiteArray;" {0xc1b96418}
- 140 : : name_index=118 signature_index=119
- 141 : : klass_index=2 name_and_type_index=140
- 142 : : '(Ljava/lang/Object;)V'
- 143 : : name_index=128 signature_index=142
- 144 : : klass_index=133 name_and_type_index=143
- 145 : : 'array'
- 146 : : '[Lorg/codehaus/groovy/runtime/callsite/CallSite;'
- 147 : : name_index=145 signature_index=146
- 148 : : klass_index=127 name_and_type_index=147
- 149 : : 'class$'
- 150 : : '(Ljava/lang/String;)Ljava/lang/Class;'
- 151 : : 'java/lang/ClassNotFoundException'
- 152 : : 'java/lang/ClassNotFoundException'
- 153 : : 'java/lang/Class'
- 154 : : 'java/lang/Class'
- 155 : : 'forName'
- 156 : : name_index=155 signature_index=150
- 157 : : klass_index=154 name_and_type_index=156
- 158 : : 'java/lang/NoClassDefFoundError'
- 159 : : 'java/lang/NoClassDefFoundError'
- 160 : : 'getMessage'
- 161 : : '()Ljava/lang/String;'
- 162 : : name_index=160 signature_index=161
- 163 : : klass_index=152 name_and_type_index=162
- 164 : : '(Ljava/lang/String;)V'
- 165 : : name_index=128 signature_index=164
- 166 : : klass_index=159 name_and_type_index=165
- 167 : : 'Code'
- 168 : : 'LocalVariableTable'
- 169 : : 'LineNumberTable'
- 170 : : 'SourceFile'
R12=0x0000000000000000 is an unknown value
R13=0x00007fbeb6d69000 is a thread
R14=0x0000000000000000 is an unknown value
R15=0x0000000000000000 is an unknown value
Stack: [0x00007fbf313d4000,0x00007fbf314d5000], sp=0x00007fbf314d2bb0, free space=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x3b7f57] constantPoolOopDesc::klass_at_impl(constantPoolHandle, int, Thread*)+0x87
V [libjvm.so+0x3b9187] constantPoolOopDesc::klass_ref_at(int, Thread*)+0x77
V [libjvm.so+0x5ae23a] LinkResolver::resolve_klass(KlassHandle&, constantPoolHandle, int, Thread*)+0x2a
V [libjvm.so+0x5b289a] LinkResolver::resolve_pool(KlassHandle&, symbolHandle&, symbolHandle&, KlassHandle&, constantPoolHandle, int, Thread*)+0x3a
V [libjvm.so+0x5b2a90] LinkResolver::resolve_invokestatic(CallInfo&, constantPoolHandle, int, Thread*)+0x50
V [libjvm.so+0x4b2c8f] InterpreterRuntime::resolve_invoke(JavaThread*, Bytecodes::Code)+0x23f
j foodprint.ItemRoute$__clinit__closure1$$EODzplKa.___clinit___()V+4
v ~StubRoutines::call_stub
V [libjvm.so+0x4bae97] JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*)+0x2a7
V [libjvm.so+0x4ba2f5] JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*)+0x25
V [libjvm.so+0x6ba691] Reflection::invoke(instanceKlassHandle, methodHandle, Handle, bool, objArrayHandle, BasicType, objArrayHandle, bool, Thread*)+0x4f1
V [libjvm.so+0x6bbe96] Reflection::invoke_method(oopDesc*, Handle, objArrayHandle, Thread*)+0x1d6
V [libjvm.so+0x4fd9c2] JVM_InvokeMethod+0x142
J sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j foodprint.ItemRoute$__clinit__closure1$$EODzplKa.___clinit___()V+4
v ~StubRoutines::call_stub
J sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
j org.springsource.loaded.CurrentLiveVersion.runStaticInitializer()V+50
j org.springsource.loaded.ReloadableType.loadNewVersion(Ljava/lang/String;[B)Z+613
j org.springsource.loaded.TypeRegistry.loadNewVersion(Lorg/springsource/loaded/ReloadableType;Ljava/io/File;)V+43
j org.springsource.loaded.agent.ReloadableFileChangeListener.fileChanged(Ljava/io/File;)V+60
j org.springsource.loaded.agent.Watcher.determineChangesSince(Ljava/io/File;J)V+5
J org.springsource.loaded.agent.Watcher.run()V
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x00007fbf14056000 JavaThread "SIGHUP handler" daemon [_thread_blocked, id=13474, stack(0x00007fbea49ca000,0x00007fbea4acb000)]
0x00007fbf14055800 JavaThread "SIGINT handler" daemon [_thread_blocked, id=13473, stack(0x00007fbea4acb000,0x00007fbea4bcc000)]
0x00007fbeaa2eb000 JavaThread "FileSystemWatcher: files=#1 cl=groovy.lang.GroovyClassLoader@14017fec" daemon [_thread_blocked, id=13351, stack(0x00007fbea4bcc000,0x00007fbea4ccd000)]
0x00007fbed4231800 JavaThread "http-bio-8080-exec-10" daemon [_thread_blocked, id=13343, stack(0x00007fbea4ccd000,0x00007fbea4dce000)]
0x00007fbed4275000 JavaThread "http-bio-8080-exec-9" daemon [_thread_blocked, id=13342, stack(0x00007fbea4dce000,0x00007fbea4ecf000)]
0x00007fbed4273000 JavaThread "http-bio-8080-exec-8" daemon [_thread_blocked, id=13340, stack(0x00007fbea4ecf000,0x00007fbea4fd0000)]
0x00007fbea0c72800 JavaThread "FileSystemWatcher: files=#1 cl=groovy.lang.GroovyClassLoader@136c2849" daemon [_thread_blocked, id=13339, stack(0x00007fbea4fd0000,0x00007fbea50d1000)]
0x00007fbed4272800 JavaThread "http-bio-8080-exec-7" daemon [_thread_blocked, id=13338, stack(0x00007fbea6aeb000,0x00007fbea6bec000)]
0x00007fbed4279800 JavaThread "http-bio-8080-exec-6" daemon [_thread_blocked, id=13336, stack(0x00007fbea6ff0000,0x00007fbea70f1000)]
0x00007fbed42d7800 JavaThread "http-bio-8080-exec-5" daemon [_thread_blocked, id=13331, stack(0x00007fbea50d1000,0x00007fbea51d2000)]
0x00007fbed46ce800 JavaThread "http-bio-8080-exec-4" daemon [_thread_blocked, id=13329, stack(0x00007fbea51d2000,0x00007fbea52d3000)]
0x00007fbed422a800 JavaThread "http-bio-8080-exec-3" daemon [_thread_blocked, id=13327, stack(0x00007fbea52d3000,0x00007fbea53d4000)]
0x00007fbed42e8000 JavaThread "http-bio-8080-exec-2" daemon [_thread_blocked, id=13326, stack(0x00007fbea5edf000,0x00007fbea5fe0000)]
0x00007fbed42e9000 JavaThread "http-bio-8080-exec-1" daemon [_thread_blocked, id=13324, stack(0x00007fbea5cdd000,0x00007fbea5dde000)]
0x00007fbed4270800 JavaThread "Thread-202" [_thread_blocked, id=13323, stack(0x00007fbea53d4000,0x00007fbea54d5000)]
0x00007fbed426f800 JavaThread "http-bio-8080-AsyncTimeout" daemon [_thread_blocked, id=13322, stack(0x00007fbea54d5000,0x00007fbea55d6000)]
0x00007fbed426e000 JavaThread "http-bio-8080-Acceptor-0" daemon [_thread_in_native, id=13321, stack(0x00007fbea55d6000,0x00007fbea56d7000)]
0x00007fbed426c800 JavaThread "ContainerBackgroundProcessor[StandardEngine[Tomcat]]" daemon [_thread_blocked, id=13320, stack(0x00007fbea56d7000,0x00007fbea57d8000)]
0x00007fbed4264800 JavaThread "foodprint.Role.data" daemon [_thread_blocked, id=13318, stack(0x00007fbea66e7000,0x00007fbea67e8000)]
0x00007fbed4277800 JavaThread "net.sf.ehcache.CacheManager@31e1437" daemon [_thread_blocked, id=13317, stack(0x00007fbea67e8000,0x00007fbea68e9000)]
0x00007fbed4268800 JavaThread "pool-31-thread-5" [_thread_blocked, id=13313, stack(0x00007fbea60e1000,0x00007fbea61e2000)]
0x00007fbed4268000 JavaThread "pool-31-thread-4" [_thread_blocked, id=13312, stack(0x00007fbea6bec000,0x00007fbea6ced000)]
0x00007fbed4267000 JavaThread "pool-31-thread-3" [_thread_blocked, id=13311, stack(0x00007fbea61e2000,0x00007fbea62e3000)]
0x00007fbed42e6800 JavaThread "pool-31-thread-2" [_thread_blocked, id=13310, stack(0x00007fbea6ced000,0x00007fbea6dee000)]
0x00007fbed4617800 JavaThread "pool-31-thread-1" [_thread_blocked, id=13309, stack(0x00007fbea5fe0000,0x00007fbea60e1000)]
0x00007fbed46c9800 JavaThread "pool-30-thread-5" [_thread_blocked, id=13307, stack(0x00007fbeacfd0000,0x00007fbead0d1000)]
0x00007fbed42e2800 JavaThread "pool-30-thread-4" [_thread_blocked, id=13306, stack(0x00007fbea57d8000,0x00007fbea58d9000)]
0x00007fbed46c7000 JavaThread "pool-30-thread-3" [_thread_blocked, id=13305, stack(0x00007fbea65e6000,0x00007fbea66e7000)]
0x00007fbed46cc800 JavaThread "pool-30-thread-2" [_thread_blocked, id=13304, stack(0x00007fbea64e5000,0x00007fbea65e6000)]
0x00007fbed48c3000 JavaThread "pool-30-thread-1" [_thread_blocked, id=13303, stack(0x00007fbea63e4000,0x00007fbea64e5000)]
0x00007fbea0764800 JavaThread "FileSystemWatcher: files=#1 cl=groovy.lang.GroovyClassLoader@568653d9" daemon [_thread_blocked, id=13290, stack(0x00007fbea58d9000,0x00007fbea59da000)]
0x00007fbea08df000 JavaThread "FileSystemWatcher: files=#1 cl=groovy.lang.GroovyClassLoader@1c0b914c" daemon [_thread_blocked, id=13284, stack(0x00007fbea59da000,0x00007fbea5adb000)]
0x00007fbea0a72800 JavaThread "FileSystemWatcher: files=#13 cl=groovy.lang.GroovyClassLoader@69f54863" daemon [_thread_blocked, id=13279, stack(0x00007fbea5adb000,0x00007fbea5bdc000)]
0x00007fbeb65c7000 JavaThread "FileSystemWatcher: files=#13 cl=groovy.lang.GroovyClassLoader@5f44755d" daemon [_thread_blocked, id=13277, stack(0x00007fbea5bdc000,0x00007fbea5cdd000)]
0x00007fbeab733800 JavaThread "FileSystemWatcher: files=#13 cl=groovy.lang.GroovyClassLoader@36d813db" daemon [_thread_blocked, id=13268, stack(0x00007fbea5dde000,0x00007fbea5edf000)]
0x00007fbeab0d8000 JavaThread "FileSystemWatcher: files=#1 cl=groovy.lang.GroovyClassLoader@2bcd64dd" daemon [_thread_blocked, id=13260, stack(0x00007fbead6d7000,0x00007fbead7d8000)]
0x00007fbed46d1000 JavaThread "Thread-186" [_thread_blocked, id=13251, stack(0x00007fbea62e3000,0x00007fbea63e4000)]
0x00007fbed48ad800 JavaThread "pool-28-thread-5" [_thread_blocked, id=13241, stack(0x00007fbea71f2000,0x00007fbea72f3000)]
0x00007fbed45c3800 JavaThread "pool-28-thread-4" [_thread_blocked, id=13240, stack(0x00007fbea6dee000,0x00007fbea6eef000)]
0x00007fbed48af800 JavaThread "pool-28-thread-3" [_thread_blocked, id=13239, stack(0x00007fbea70f1000,0x00007fbea71f2000)]
0x00007fbed48d0000 JavaThread "pool-28-thread-2" [_thread_blocked, id=13238, stack(0x00007fbea73f4000,0x00007fbea74f5000)]
0x00007fbed4289800 JavaThread "pool-28-thread-1" [_thread_blocked, id=13237, stack(0x00007fbead4d5000,0x00007fbead5d6000)]
0x00007fbed45e4800 JavaThread "pool-27-thread-5" [_thread_blocked, id=13235, stack(0x00007fbea6eef000,0x00007fbea6ff0000)]
0x00007fbed4288800 JavaThread "pool-27-thread-4" [_thread_blocked, id=13234, stack(0x00007fbea72f3000,0x00007fbea73f4000)]
0x00007fbed40cc000 JavaThread "pool-27-thread-3" [_thread_blocked, id=13233, stack(0x00007fbea68e9000,0x00007fbea69ea000)]
0x00007fbed48b4000 JavaThread "pool-27-thread-2" [_thread_blocked, id=13232, stack(0x00007fbead5d6000,0x00007fbead6d7000)]
0x00007fbed48bb000 JavaThread "pool-27-thread-1" [_thread_blocked, id=13231, stack(0x00007fbea75f6000,0x00007fbea76f7000)]
0x00007fbeabd1c800 JavaThread "FileSystemWatcher: files=#13 cl=groovy.lang.GroovyClassLoader@7300e4ce" daemon [_thread_blocked, id=13218, stack(0x00007fbea69ea000,0x00007fbea6aeb000)]
0x00007fbeab50a000 JavaThread "FileSystemWatcher: files=#5 cl=groovy.lang.GroovyClassLoader@4bfb80cf" daemon [_thread_blocked, id=13217, stack(0x00007fbead7d8000,0x00007fbead8d9000)]
0x00007fbeabfdc800 JavaThread "FileSystemWatcher: files=#5 cl=groovy.lang.GroovyClassLoader@63f3ca72" daemon [_thread_blocked, id=13208, stack(0x00007fbeacacb000,0x00007fbeacbcc000)]
0x00007fbed48bc000 JavaThread "Thread-173" [_thread_blocked, id=13187, stack(0x00007fbea74f5000,0x00007fbea75f6000)]
0x00007fbed42c3000 JavaThread "pool-25-thread-5" [_thread_blocked, id=13177, stack(0x00007fbeac8c9000,0x00007fbeac9ca000)]
0x00007fbed4575000 JavaThread "pool-25-thread-4" [_thread_blocked, id=13176, stack(0x00007fbeacdce000,0x00007fbeacecf000)]
0x00007fbed460a000 JavaThread "pool-25-thread-3" [_thread_blocked, id=13175, stack(0x00007fbeac9ca000,0x00007fbeacacb000)]
0x00007fbed40c7800 JavaThread "pool-25-thread-2" [_thread_blocked, id=13174, stack(0x00007fbeac6c7000,0x00007fbeac7c8000)]
0x00007fbed46d9800 JavaThread "pool-25-thread-1" [_thread_blocked, id=13173, stack(0x00007fbeac7c8000,0x00007fbeac8c9000)]
0x00007fbed42c6000 JavaThread "pool-24-thread-5" [_thread_blocked, id=13171, stack(0x00007fbeacccd000,0x00007fbeacdce000)]
0x00007fbed40c4800 JavaThread "pool-24-thread-4" [_thread_blocked, id=13170, stack(0x00007fbea76f7000,0x00007fbea77f8000)]
0x00007fbed46eb800 JavaThread "pool-24-thread-3" [_thread_blocked, id=13169, stack(0x00007fbead3d4000,0x00007fbead4d5000)]
0x00007fbed45f7800 JavaThread "pool-24-thread-2" [_thread_blocked, id=13168, stack(0x00007fbead2d3000,0x00007fbead3d4000)]
0x00007fbed45ee800 JavaThread "pool-24-thread-1" [_thread_blocked, id=13167, stack(0x00007fbead1d2000,0x00007fbead2d3000)]
0x00007fbeab46f000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@4c389dc6" daemon [_thread_blocked, id=13135, stack(0x00007fbea77f8000,0x00007fbea78f9000)]
0x00007fbeabba4800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@2a979091" daemon [_thread_blocked, id=13133, stack(0x00007fbea78f9000,0x00007fbea79fa000)]
0x00007fbeaaeb1800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@2e746c8e" daemon [_thread_blocked, id=13120, stack(0x00007fbea79fa000,0x00007fbea7afb000)]
0x00007fbeaaa78800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@65306276" daemon [_thread_blocked, id=13111, stack(0x00007fbea7afb000,0x00007fbea7bfc000)]
0x00007fbeab333800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@7f928e73" daemon [_thread_blocked, id=13107, stack(0x00007fbea7bfc000,0x00007fbea7cfd000)]
0x00007fbeaa9dd000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@5b51c408" daemon [_thread_blocked, id=13101, stack(0x00007fbea7cfd000,0x00007fbea7dfe000)]
0x00007fbeb6e1e800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@7cbc2c83" daemon [_thread_blocked, id=13098, stack(0x00007fbea7dfe000,0x00007fbea7eff000)]
0x00007fbeaacde000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@e15911" daemon [_thread_blocked, id=13092, stack(0x00007fbea7eff000,0x00007fbea8000000)]
0x00007fbeaa0be800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@34df5a9d" daemon [_thread_blocked, id=13089, stack(0x00007fbeac0c1000,0x00007fbeac1c2000)]
0x00007fbeaa440000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@65e9a0da" daemon [_thread_in_Java, id=13087, stack(0x00007fbeac1c2000,0x00007fbeac2c3000)]
0x00007fbea9bc2000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@27e2ce0e" daemon [_thread_blocked, id=13042, stack(0x00007fbeac2c3000,0x00007fbeac3c4000)]
0x00007fbea9eb4800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@51719505" daemon [_thread_blocked, id=13032, stack(0x00007fbeac3c4000,0x00007fbeac4c5000)]
0x00007fbea996d800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@5a57e77f" daemon [_thread_blocked, id=13024, stack(0x00007fbeac4c5000,0x00007fbeac5c6000)]
0x00007fbea9c85800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@7e83a12a" daemon [_thread_blocked, id=13018, stack(0x00007fbeac5c6000,0x00007fbeac6c7000)]
0x00007fbea9e19800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@6e445622" daemon [_thread_blocked, id=12997, stack(0x00007fbeacbcc000,0x00007fbeacccd000)]
0x00007fbea97ab000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@69aebe35" daemon [_thread_blocked, id=12992, stack(0x00007fbeacecf000,0x00007fbeacfd0000)]
0x00007fbed40c8800 JavaThread "Thread-147" [_thread_blocked, id=12984, stack(0x00007fbead0d1000,0x00007fbead1d2000)]
0x00007fbed457a800 JavaThread "pool-23-thread-5" [_thread_blocked, id=12973, stack(0x00007fbead8d9000,0x00007fbead9da000)]
0x00007fbed46e2800 JavaThread "pool-23-thread-4" [_thread_blocked, id=12972, stack(0x00007fbead9da000,0x00007fbeadadb000)]
0x00007fbed40ee800 JavaThread "pool-23-thread-3" [_thread_blocked, id=12971, stack(0x00007fbeadcdd000,0x00007fbeaddde000)]
0x00007fbed46e1800 JavaThread "pool-23-thread-2" [_thread_blocked, id=12970, stack(0x00007fbeadadb000,0x00007fbeadbdc000)]
0x00007fbed40ef800 JavaThread "pool-23-thread-1" [_thread_blocked, id=12969, stack(0x00007fbeadbdc000,0x00007fbeadcdd000)]
0x00007fbed457e000 JavaThread "pool-22-thread-5" [_thread_blocked, id=12967, stack(0x00007fbeaddde000,0x00007fbeadedf000)]
0x00007fbed432c000 JavaThread "pool-22-thread-4" [_thread_blocked, id=12966, stack(0x00007fbeae8e9000,0x00007fbeae9ea000)]
0x00007fbed40d4000 JavaThread "pool-22-thread-3" [_thread_blocked, id=12965, stack(0x00007fbeae9ea000,0x00007fbeaeaeb000)]
0x00007fbed40ae800 JavaThread "pool-22-thread-2" [_thread_blocked, id=12964, stack(0x00007fbeae5e6000,0x00007fbeae6e7000)]
0x00007fbed40ab000 JavaThread "pool-22-thread-1" [_thread_blocked, id=12963, stack(0x00007fbeafafb000,0x00007fbeafbfc000)]
0x00007fbea958f800 JavaThread "FileSystemWatcher: files=#15 cl=groovy.lang.GroovyClassLoader@6e21b5ab" daemon [_thread_blocked, id=12953, stack(0x00007fbeafbfc000,0x00007fbeafcfd000)]
0x00007fbed457f000 JavaThread "Thread-139" [_thread_blocked, id=12951, stack(0x00007fbf303c4000,0x00007fbf304c5000)]
0x00007fbed40e8800 JavaThread "pool-20-thread-5" [_thread_blocked, id=12940, stack(0x00007fbeae7e8000,0x00007fbeae8e9000)]
0x00007fbed40ce800 JavaThread "pool-20-thread-4" [_thread_blocked, id=12939, stack(0x00007fbeaebec000,0x00007fbeaeced000)]
0x00007fbed40f1800 JavaThread "pool-20-thread-3" [_thread_blocked, id=12938, stack(0x00007fbeaeced000,0x00007fbeaedee000)]
0x00007fbed4569000 JavaThread "pool-20-thread-2" [_thread_blocked, id=12937, stack(0x00007fbeaeaeb000,0x00007fbeaebec000)]
0x00007fbed4086000 JavaThread "pool-20-thread-1" [_thread_blocked, id=12936, stack(0x00007fbeae6e7000,0x00007fbeae7e8000)]
0x00007fbed408d800 JavaThread "pool-19-thread-5" [_thread_blocked, id=12934, stack(0x00007fbeae4e5000,0x00007fbeae5e6000)]
0x00007fbed409b800 JavaThread "pool-19-thread-4" [_thread_blocked, id=12933, stack(0x00007fbeaeeef000,0x00007fbeaeff0000)]
0x00007fbed40e1000 JavaThread "pool-19-thread-3" [_thread_blocked, id=12932, stack(0x00007fbeadedf000,0x00007fbeadfe0000)]
0x00007fbed4098000 JavaThread "pool-19-thread-2" [_thread_blocked, id=12931, stack(0x00007fbf33afb000,0x00007fbf33bfc000)]
0x00007fbed40cf800 JavaThread "pool-19-thread-1" [_thread_blocked, id=12930, stack(0x00007fbeaeff0000,0x00007fbeaf0f1000)]
0x00007fbea8f1f000 JavaThread "FileSystemWatcher: files=#15 cl=groovy.lang.GroovyClassLoader@7c3a18c1" daemon [_thread_blocked, id=12917, stack(0x00007fbeadfe0000,0x00007fbeae0e1000)]
0x00007fbea8982800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@bb28af6" daemon [_thread_blocked, id=12893, stack(0x00007fbeae0e1000,0x00007fbeae1e2000)]
0x00007fbea81c4800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@6f8587fe" daemon [_thread_blocked, id=12877, stack(0x00007fbeae1e2000,0x00007fbeae2e3000)]
0x00007fbea9176800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@674775d" daemon [_thread_blocked, id=12876, stack(0x00007fbeae2e3000,0x00007fbeae3e4000)]
0x00007fbeb4971000 JavaThread "FileSystemWatcher: files=#11 cl=groovy.lang.GroovyClassLoader@2772d440" daemon [_thread_blocked, id=12872, stack(0x00007fbeae3e4000,0x00007fbeae4e5000)]
0x00007fbeb6ef3800 JavaThread "FileSystemWatcher: files=#15 cl=groovy.lang.GroovyClassLoader@2e9771eb" daemon [_thread_blocked, id=12871, stack(0x00007fbeaf4f5000,0x00007fbeaf5f6000)]
0x00007fbea854f800 JavaThread "FileSystemWatcher: files=#15 cl=groovy.lang.GroovyClassLoader@78af2ac3" daemon [_thread_blocked, id=12869, stack(0x00007fbeaf9fa000,0x00007fbeafafb000)]
0x00007fbed4097000 JavaThread "Thread-122" [_thread_blocked, id=12847, stack(0x00007fbeaedee000,0x00007fbeaeeef000)]
0x00007fbed432b800 JavaThread "pool-17-thread-5" [_thread_blocked, id=12837, stack(0x00007fbeaf6f7000,0x00007fbeaf7f8000)]
0x00007fbed4072800 JavaThread "pool-17-thread-4" [_thread_blocked, id=12836, stack(0x00007fbf337f8000,0x00007fbf338f9000)]
0x00007fbed40ae000 JavaThread "pool-17-thread-3" [_thread_blocked, id=12835, stack(0x00007fbeaf5f6000,0x00007fbeaf6f7000)]
0x00007fbed4070800 JavaThread "pool-17-thread-2" [_thread_blocked, id=12834, stack(0x00007fbf307c8000,0x00007fbf308c9000)]
0x00007fbed4203800 JavaThread "pool-17-thread-1" [_thread_blocked, id=12833, stack(0x00007fbeafcfd000,0x00007fbeafdfe000)]
0x00007fbed408b800 JavaThread "pool-16-thread-5" [_thread_blocked, id=12831, stack(0x00007fbeaf8f9000,0x00007fbeaf9fa000)]
0x00007fbed4577800 JavaThread "pool-16-thread-4" [_thread_blocked, id=12830, stack(0x00007fbeaf0f1000,0x00007fbeaf1f2000)]
0x00007fbed400b000 JavaThread "pool-16-thread-3" [_thread_blocked, id=12829, stack(0x00007fbf3a1fe000,0x00007fbf3a2ff000)]
0x00007fbed4089000 JavaThread "pool-16-thread-2" [_thread_blocked, id=12828, stack(0x00007fbf300c1000,0x00007fbf301c2000)]
0x00007fbed4574000 JavaThread "pool-16-thread-1" [_thread_blocked, id=12827, stack(0x00007fbeafeff000,0x00007fbeb0000000)]
0x00007fbea8109800 JavaThread "FileSystemWatcher: files=#11 cl=groovy.lang.GroovyClassLoader@7276db4c" daemon [_thread_blocked, id=12812, stack(0x00007fbeaf1f2000,0x00007fbeaf2f3000)]
0x00007fbea86e3800 JavaThread "FileSystemWatcher: files=#15 cl=groovy.lang.GroovyClassLoader@1dfedd5c" daemon [_thread_blocked, id=12810, stack(0x00007fbeaf2f3000,0x00007fbeaf3f4000)]
0x00007fbeb6f3f800 JavaThread "FileSystemWatcher: files=#15 cl=groovy.lang.GroovyClassLoader@11787eea" daemon [_thread_blocked, id=12806, stack(0x00007fbeaf3f4000,0x00007fbeaf4f5000)]
0x00007fbeb7e59000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@69a42eb8" daemon [_thread_blocked, id=12506, stack(0x00007fbf305c6000,0x00007fbf306c7000)]
0x00007fbeb6f51800 JavaThread "FileSystemWatcher: files=#6 cl=groovy.lang.GroovyClassLoader@3d8119d7" daemon [_thread_blocked, id=12360, stack(0x00007fbeaf7f8000,0x00007fbeaf8f9000)]
0x00007fbed4572000 JavaThread "Thread-107" [_thread_blocked, id=12351, stack(0x00007fbeafdfe000,0x00007fbeafeff000)]
0x00007fbed4570000 JavaThread "pool-14-thread-5" [_thread_blocked, id=12341, stack(0x00007fbf309ca000,0x00007fbf30acb000)]
0x00007fbed4076800 JavaThread "pool-14-thread-4" [_thread_blocked, id=12340, stack(0x00007fbf30acb000,0x00007fbf30bcc000)]
0x00007fbed4075800 JavaThread "pool-14-thread-3" [_thread_blocked, id=12339, stack(0x00007fbf395e0000,0x00007fbf396e1000)]
0x00007fbed4075000 JavaThread "pool-14-thread-2" [_thread_blocked, id=12338, stack(0x00007fbf304c5000,0x00007fbf305c6000)]
0x00007fbed4074000 JavaThread "pool-14-thread-1" [_thread_blocked, id=12337, stack(0x00007fbf30bcc000,0x00007fbf30ccd000)]
0x00007fbed4061000 JavaThread "pool-13-thread-5" [_thread_blocked, id=12335, stack(0x00007fbf308c9000,0x00007fbf309ca000)]
0x00007fbed4015000 JavaThread "pool-13-thread-4" [_thread_blocked, id=12334, stack(0x00007fbf301c2000,0x00007fbf302c3000)]
0x00007fbed400a000 JavaThread "pool-13-thread-3" [_thread_blocked, id=12333, stack(0x00007fbf393de000,0x00007fbf394df000)]
0x00007fbed4021800 JavaThread "pool-13-thread-2" [_thread_blocked, id=12332, stack(0x00007fbf30ecf000,0x00007fbf30fd0000)]
0x00007fbed4063800 JavaThread "pool-13-thread-1" [_thread_blocked, id=12331, stack(0x00007fbf30dce000,0x00007fbf30ecf000)]
0x00007fbeb6e9a800 JavaThread "FileSystemWatcher: files=#6 cl=groovy.lang.GroovyClassLoader@10283bd3" daemon [_thread_in_Java, id=12310, stack(0x00007fbf302c3000,0x00007fbf303c4000)]
0x00007fbeb77fa800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@74f508b9" daemon [_thread_blocked, id=12290, stack(0x00007fbf306c7000,0x00007fbf307c8000)]
0x00007fbeb75d7000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@6bfcc2a1" daemon [_thread_blocked, id=12283, stack(0x00007fbf331f2000,0x00007fbf332f3000)]
0x00007fbedc0af800 JavaThread "Thread-94" [_thread_blocked, id=12274, stack(0x00007fbf30ccd000,0x00007fbf30dce000)]
0x00007fbedca40000 JavaThread "pool-11-thread-5" [_thread_blocked, id=12264, stack(0x00007fbf339fa000,0x00007fbf33afb000)]
0x00007fbedca44800 JavaThread "pool-11-thread-4" [_thread_blocked, id=12263, stack(0x00007fbf332f3000,0x00007fbf333f4000)]
0x00007fbedca43000 JavaThread "pool-11-thread-3" [_thread_blocked, id=12262, stack(0x00007fbf333f4000,0x00007fbf334f5000)]
0x00007fbedca42000 JavaThread "pool-11-thread-2" [_thread_blocked, id=12261, stack(0x00007fbf394df000,0x00007fbf395e0000)]
0x00007fbedca40800 JavaThread "pool-11-thread-1" [_thread_blocked, id=12260, stack(0x00007fbf338f9000,0x00007fbf339fa000)]
0x00007fbedca16000 JavaThread "pool-10-thread-5" [_thread_blocked, id=12258, stack(0x00007fbf390db000,0x00007fbf391dc000)]
0x00007fbedca14800 JavaThread "pool-10-thread-4" [_thread_blocked, id=12257, stack(0x00007fbf33dfe000,0x00007fbf33eff000)]
0x00007fbedca13000 JavaThread "pool-10-thread-3" [_thread_blocked, id=12256, stack(0x00007fbf30fd0000,0x00007fbf310d1000)]
0x00007fbedca12000 JavaThread "pool-10-thread-2" [_thread_blocked, id=12255, stack(0x00007fbf392dd000,0x00007fbf393de000)]
0x00007fbedc620800 JavaThread "pool-10-thread-1" [_thread_blocked, id=12254, stack(0x00007fbf33cfd000,0x00007fbf33dfe000)]
0x00007fbeb73ba800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@592c5cc" daemon [_thread_blocked, id=12236, stack(0x00007fbf310d1000,0x00007fbf311d2000)]
0x00007fbeb719e800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@20a6cee5" daemon [_thread_blocked, id=12232, stack(0x00007fbf311d2000,0x00007fbf312d3000)]
0x00007fbeb69cc000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@3f92f599" daemon [_thread_blocked, id=12225, stack(0x00007fbf312d3000,0x00007fbf313d4000)]
=>0x00007fbeb6d69000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@3a43a905" daemon [_thread_in_vm, id=12218, stack(0x00007fbf313d4000,0x00007fbf314d5000)]
0x00007fbeb6b4d000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@494c491b" daemon [_thread_blocked, id=12214, stack(0x00007fbf314d5000,0x00007fbf315d6000)]
0x00007fbeb6931000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@56d9ea8d" daemon [_thread_blocked, id=12143, stack(0x00007fbf315d6000,0x00007fbf316d7000)]
0x00007fbeb67d9000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@65c07f83" daemon [_thread_blocked, id=12141, stack(0x00007fbf316d7000,0x00007fbf317d8000)]
0x00007fbeb61e6000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@587b6c50" daemon [_thread_blocked, id=12089, stack(0x00007fbf317d8000,0x00007fbf318d9000)]
0x00007fbeb62d6000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@74976292" daemon [_thread_blocked, id=12076, stack(0x00007fbf318d9000,0x00007fbf319da000)]
0x00007fbeb5c9a800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@277cd3d6" daemon [_thread_blocked, id=12074, stack(0x00007fbf319da000,0x00007fbf31adb000)]
0x00007fbeb5f5b000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@6a739da1" daemon [_thread_blocked, id=12072, stack(0x00007fbf31adb000,0x00007fbf31bdc000)]
0x00007fbeb54aa000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@4996b20e" daemon [_thread_blocked, id=12071, stack(0x00007fbf31bdc000,0x00007fbf31cdd000)]
0x00007fbeb27aa000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@3c4314fe" daemon [_thread_blocked, id=12059, stack(0x00007fbf31cdd000,0x00007fbf31dde000)]
0x00007fbeb652d800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@3606a194" daemon [_thread_blocked, id=12048, stack(0x00007fbf31dde000,0x00007fbf31edf000)]
0x00007fbeb5ebf800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@e0b295a" daemon [_thread_blocked, id=12047, stack(0x00007fbf31edf000,0x00007fbf31fe0000)]
0x00007fbeb5406800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@13997783" daemon [_thread_blocked, id=12045, stack(0x00007fbf31fe0000,0x00007fbf320e1000)]
0x00007fbeb1d57000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@7394547c" daemon [_thread_blocked, id=11971, stack(0x00007fbf320e1000,0x00007fbf321e2000)]
0x00007fbeb4dbd800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@22277671" daemon [_thread_blocked, id=11965, stack(0x00007fbf321e2000,0x00007fbf322e3000)]
0x00007fbeb4a18800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@202863c" daemon [_thread_blocked, id=11960, stack(0x00007fbf322e3000,0x00007fbf323e4000)]
0x00007fbeb1d59000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@1783206b" daemon [_thread_blocked, id=11956, stack(0x00007fbf323e4000,0x00007fbf324e5000)]
0x00007fbeb1ca6000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@2b22100b" daemon [_thread_blocked, id=11952, stack(0x00007fbf324e5000,0x00007fbf325e6000)]
0x00007fbeb0f4e000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@711e0568" daemon [_thread_blocked, id=11938, stack(0x00007fbf325e6000,0x00007fbf326e7000)]
0x00007fbeb3d0d800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@5ce06503" daemon [_thread_in_Java, id=11933, stack(0x00007fbf326e7000,0x00007fbf327e8000)]
0x00007fbeb3cbc000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@15e0c73b" daemon [_thread_blocked, id=11919, stack(0x00007fbf327e8000,0x00007fbf328e9000)]
0x00007fbeb23e8800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@7f389e4" daemon [_thread_blocked, id=11913, stack(0x00007fbf328e9000,0x00007fbf329ea000)]
0x00007fbeb00a8000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@4e5c80e8" daemon [_thread_blocked, id=11907, stack(0x00007fbf329ea000,0x00007fbf32aeb000)]
0x00007fbeb0455000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@6c8484c4" daemon [_thread_blocked, id=11906, stack(0x00007fbf32aeb000,0x00007fbf32bec000)]
0x00007fbeb1d5c000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@16c4edc7" daemon [_thread_blocked, id=11901, stack(0x00007fbf32bec000,0x00007fbf32ced000)]
0x00007fbeb1cc6800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@331545ab" daemon [_thread_blocked, id=11900, stack(0x00007fbf32ced000,0x00007fbf32dee000)]
0x00007fbeb1763800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@287fb716" daemon [_thread_blocked, id=11899, stack(0x00007fbf32dee000,0x00007fbf32eef000)]
0x00007fbeb30c7000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@50c50bee" daemon [_thread_blocked, id=11898, stack(0x00007fbf32eef000,0x00007fbf32ff0000)]
0x00007fbeb00a9800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@735fda93" daemon [_thread_blocked, id=11893, stack(0x00007fbf32ff0000,0x00007fbf330f1000)]
0x00007fbeb0456800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@2cf63e26" daemon [_thread_blocked, id=11891, stack(0x00007fbf330f1000,0x00007fbf331f2000)]
0x00007fbeb325a800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@121c8b94" daemon [_thread_blocked, id=11880, stack(0x00007fbf334f5000,0x00007fbf335f6000)]
0x00007fbeb2bec800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@43f52b8" daemon [_thread_blocked, id=11878, stack(0x00007fbf335f6000,0x00007fbf336f7000)]
0x00007fbeb10c2800 JavaThread "FileSystemWatcher: files=#11 cl=groovy.lang.GroovyClassLoader@7ad66ecc" daemon [_thread_blocked, id=11877, stack(0x00007fbf336f7000,0x00007fbf337f8000)]
0x00007fbf14058800 JavaThread "Thread-48" [_thread_blocked, id=11862, stack(0x00007fbf33bfc000,0x00007fbf33cfd000)]
0x00007fbf14531000 JavaThread "pool-8-thread-5" [_thread_blocked, id=11853, stack(0x00007fbf38dd8000,0x00007fbf38ed9000)]
0x00007fbf1452f800 JavaThread "pool-8-thread-4" [_thread_blocked, id=11852, stack(0x00007fbf3a0fd000,0x00007fbf3a1fe000)]
0x00007fbf1452f000 JavaThread "pool-8-thread-3" [_thread_blocked, id=11851, stack(0x00007fbf39dfa000,0x00007fbf39efb000)]
0x00007fbf1452e000 JavaThread "pool-8-thread-2" [_thread_blocked, id=11850, stack(0x00007fbf33eff000,0x00007fbf34000000)]
0x00007fbf1452b800 JavaThread "pool-8-thread-1" [_thread_blocked, id=11849, stack(0x00007fbf391dc000,0x00007fbf392dd000)]
0x00007fbf1452d000 JavaThread "pool-7-thread-5" [_thread_blocked, id=11847, stack(0x00007fbf38fda000,0x00007fbf390db000)]
0x00007fbf14062800 JavaThread "pool-7-thread-4" [_thread_blocked, id=11846, stack(0x00007fbf3a2ff000,0x00007fbf3a400000)]
0x00007fbf14061800 JavaThread "pool-7-thread-3" [_thread_blocked, id=11845, stack(0x00007fbf38cd7000,0x00007fbf38dd8000)]
0x00007fbf14061000 JavaThread "pool-7-thread-2" [_thread_blocked, id=11844, stack(0x00007fbf39af7000,0x00007fbf39bf8000)]
0x00007fbf14499800 JavaThread "pool-7-thread-1" [_thread_blocked, id=11843, stack(0x00007fbf3a602000,0x00007fbf3a703000)]
0x00007fbeb00ab000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@e9a398d" daemon [_thread_in_Java, id=11833, stack(0x00007fbf380cb000,0x00007fbf381cc000)]
0x00007fbeb1a2e000 JavaThread "FileSystemWatcher: files=#11 cl=groovy.lang.GroovyClassLoader@4556a792" daemon [_thread_blocked, id=11831, stack(0x00007fbf381cc000,0x00007fbf382cd000)]
0x00007fbeb1dc3000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@cbc5ae4" daemon [_thread_blocked, id=11830, stack(0x00007fbf382cd000,0x00007fbf383ce000)]
0x00007fbeb1ff1800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@16834d8d" daemon [_thread_blocked, id=11828, stack(0x00007fbf383ce000,0x00007fbf384cf000)]
0x00007fbeb1ffa800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@524406b8" daemon [_thread_blocked, id=11827, stack(0x00007fbf384cf000,0x00007fbf385d0000)]
0x00007fbeb0226000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@2d010b62" daemon [_thread_blocked, id=11820, stack(0x00007fbf385d0000,0x00007fbf386d1000)]
0x00007fbeb1f56800 JavaThread "FileSystemWatcher: files=#11 cl=groovy.lang.GroovyClassLoader@1b7347df" daemon [_thread_blocked, id=11819, stack(0x00007fbf386d1000,0x00007fbf387d2000)]
0x00007fbeb10d2800 JavaThread "FileSystemWatcher: files=#11 cl=groovy.lang.GroovyClassLoader@2b1d8ca6" daemon [_thread_blocked, id=11818, stack(0x00007fbf387d2000,0x00007fbf388d3000)]
0x00007fbeb0f53000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@68a2af21" daemon [_thread_blocked, id=11817, stack(0x00007fbf388d3000,0x00007fbf389d4000)]
0x00007fbeb0035000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@4e636942" daemon [_thread_blocked, id=11801, stack(0x00007fbf389d4000,0x00007fbf38ad5000)]
0x00007fbeb0f18000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@266a1b46" daemon [_thread_blocked, id=11800, stack(0x00007fbf38ad5000,0x00007fbf38bd6000)]
0x00007fbeb044b000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@580ddf89" daemon [_thread_blocked, id=11793, stack(0x00007fbf38bd6000,0x00007fbf38cd7000)]
0x00007fbeb8040000 JavaThread "Thread-26" [_thread_blocked, id=11779, stack(0x00007fbf38ed9000,0x00007fbf38fda000)]
0x00007fbeb8943800 JavaThread "pool-5-thread-5" [_thread_blocked, id=11770, stack(0x00007fbf3aa22000,0x00007fbf3ab23000)]
0x00007fbeb8942000 JavaThread "pool-5-thread-4" [_thread_blocked, id=11769, stack(0x00007fbf3ab23000,0x00007fbf3ac24000)]
0x00007fbeb8940800 JavaThread "pool-5-thread-3" [_thread_blocked, id=11768, stack(0x00007fbf39efb000,0x00007fbf39ffc000)]
0x00007fbeb893f000 JavaThread "pool-5-thread-2" [_thread_blocked, id=11767, stack(0x00007fbf39bf8000,0x00007fbf39cf9000)]
0x00007fbeb893e000 JavaThread "pool-5-thread-1" [_thread_blocked, id=11766, stack(0x00007fbf39ffc000,0x00007fbf3a0fd000)]
0x00007fbeb893b800 JavaThread "pool-4-thread-5" [_thread_blocked, id=11764, stack(0x00007fbf39cf9000,0x00007fbf39dfa000)]
0x00007fbeb801b000 JavaThread "pool-4-thread-4" [_thread_blocked, id=11763, stack(0x00007fbf3a804000,0x00007fbf3a905000)]
0x00007fbeb893a000 JavaThread "pool-4-thread-3" [_thread_blocked, id=11762, stack(0x00007fbf396f3000,0x00007fbf397f4000)]
0x00007fbeb8938800 JavaThread "pool-4-thread-2" [_thread_blocked, id=11761, stack(0x00007fbf3a921000,0x00007fbf3aa22000)]
0x00007fbeb800f000 JavaThread "pool-4-thread-1" [_thread_blocked, id=11760, stack(0x00007fbf3a703000,0x00007fbf3a804000)]
0x00007fbeb0413800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@4f02d3d2" daemon [_thread_blocked, id=11694, stack(0x00007fbf397f4000,0x00007fbf398f5000)]
0x00007fbeb0228800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@5c5e3f6d" daemon [_thread_blocked, id=11689, stack(0x00007fbf398f5000,0x00007fbf399f6000)]
0x00007fbeb0397000 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@64277469" daemon [_thread_blocked, id=11484, stack(0x00007fbf399f6000,0x00007fbf39af7000)]
0x00007fbeb0683800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@184dd658" daemon [_thread_blocked, id=11471, stack(0x00007fbf3b63a000,0x00007fbf3b73b000)]
0x00007fbeb0696800 JavaThread "FileSystemWatcher: files=#7 cl=groovy.lang.GroovyClassLoader@73383d8a" daemon [_thread_blocked, id=11470, stack(0x00007fbf3ac24000,0x00007fbf3ad25000)]
0x00007fbf44025000 JavaThread "Thread-11" [_thread_blocked, id=11464, stack(0x00007fbf3a400000,0x00007fbf3a501000)]
0x00007fbf45135800 JavaThread "Thread-10" daemon [_thread_blocked, id=11463, stack(0x00007fbf3a501000,0x00007fbf3a602000)]
0x00007fbf44d56800 JavaThread "pool-2-thread-5" [_thread_blocked, id=11451, stack(0x00007fbf3b135000,0x00007fbf3b236000)]
0x00007fbf44d55800 JavaThread "pool-2-thread-4" [_thread_blocked, id=11450, stack(0x00007fbf3b236000,0x00007fbf3b337000)]
0x00007fbf44f69000 JavaThread "pool-2-thread-3" [_thread_blocked, id=11449, stack(0x00007fbf3b337000,0x00007fbf3b438000)]
0x00007fbf44f67000 JavaThread "pool-2-thread-2" [_thread_blocked, id=11448, stack(0x00007fbf3b438000,0x00007fbf3b539000)]
0x00007fbf44f65000 JavaThread "pool-2-thread-1" [_thread_blocked, id=11447, stack(0x00007fbf3b539000,0x00007fbf3b63a000)]
0x00007fbf45378000 JavaThread "pool-1-thread-5" [_thread_blocked, id=11438, stack(0x00007fbf3b73b000,0x00007fbf3b83c000)]
0x00007fbf45376000 JavaThread "pool-1-thread-4" [_thread_blocked, id=11437, stack(0x00007fbf3b83c000,0x00007fbf3b93d000)]
0x00007fbf45374800 JavaThread "pool-1-thread-3" [_thread_blocked, id=11436, stack(0x00007fbf3b93d000,0x00007fbf3ba3e000)]
0x00007fbf44718800 JavaThread "pool-1-thread-2" [_thread_blocked, id=11435, stack(0x00007fbf3ba3e000,0x00007fbf3bb3f000)]
0x00007fbf45363800 JavaThread "pool-1-thread-1" [_thread_blocked, id=11434, stack(0x00007fbf3bb3f000,0x00007fbf3bc40000)]
0x00007fbf451fd800 JavaThread "FileSystemWatcher: files=#324 cl=java.net.URLClassLoader@5caccd65" daemon [_thread_blocked, id=11427, stack(0x00007fbf4017e000,0x00007fbf4027f000)]
0x00007fbf4411d000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=11407, stack(0x00007fbf40519000,0x00007fbf4061a000)]
0x00007fbf4411a800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=11406, stack(0x00007fbf4061a000,0x00007fbf4071b000)]
0x00007fbf4410d000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=11405, stack(0x00007fbf4071b000,0x00007fbf4081c000)]
0x00007fbf44098800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11404, stack(0x00007fbf4081c000,0x00007fbf4091d000)]
0x00007fbf44079800 JavaThread "Finalizer" daemon [_thread_blocked, id=11403, stack(0x00007fbf4807b000,0x00007fbf4817c000)]
0x00007fbf44077800 JavaThread "Reference Handler" daemon [_thread_blocked, id=11402, stack(0x00007fbf4817c000,0x00007fbf4827d000)]
0x00007fbf44009000 JavaThread "main" [_thread_blocked, id=11396, stack(0x00007fbf4c58b000,0x00007fbf4c68c000)]
Other Threads:
0x00007fbf44072800 VMThread [stack: 0x00007fbf4827d000,0x00007fbf4837e000] [id=11401]
0x00007fbf4412f000 WatcherThread [stack: 0x00007fbf40418000,0x00007fbf40519000] [id=11408]
VM state:synchronizing (normal execution)
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x00007fbf44005d80] Safepoint_lock - owner thread: 0x00007fbf44072800
[0x00007fbf44005e00] Threads_lock - owner thread: 0x00007fbf44072800
[0x00007fbf44006300] Heap_lock - owner thread: 0x00007fbeabd1c800
Heap
PSYoungGen total 259136K, used 19403K [0x00000000f0000000, 0x00000000ffd80000, 0x0000000100000000)
eden space 258816K, 7% used [0x00000000f0000000,0x00000000f12f2c98,0x00000000ffcc0000)
from space 320K, 0% used [0x00000000ffd30000,0x00000000ffd30000,0x00000000ffd80000)
to space 384K, 0% used [0x00000000ffcc0000,0x00000000ffcc0000,0x00000000ffd20000)
PSOldGen total 524288K, used 377061K [0x00000000d0000000, 0x00000000f0000000, 0x00000000f0000000)
object space 524288K, 71% used [0x00000000d0000000,0x00000000e7039700,0x00000000f0000000)
PSPermGen total 262144K, used 262136K [0x00000000c0000000, 0x00000000d0000000, 0x00000000d0000000)
object space 262144K, 99% used [0x00000000c0000000,0x00000000cfffe398,0x00000000d0000000)
Code Cache [0x00007fbf41000000, 0x00007fbf41e00000, 0x00007fbf44000000)
total_blobs=3202 nmethods=2525 adapters=629 free_code_cache=35820864 largest_free_block=9792
Dynamic libraries:
00400000-00409000 r-xp 00000000 08:07 675833 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
00608000-00609000 r--p 00008000 08:07 675833 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
00609000-0060a000 rw-p 00009000 08:07 675833 /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
01933000-01afd000 rw-p 00000000 00:00 0 [heap]
c0000000-d0000000 rw-p 00000000 00:00 0
d0000000-f0000000 rw-p 00000000 00:00 0
f0000000-ffd80000 rw-p 00000000 00:00 0
ffd80000-100000000 ---p 00000000 00:00 0
7fbea0000000-7fbea0f50000 rw-p 00000000 00:00 0
7fbea0f50000-7fbea4000000 ---p 00000000 00:00 0
7fbea49ca000-7fbea49cd000 ---p 00000000 00:00 0
7fbea49cd000-7fbea4acb000 rw-p 00000000 00:00 0 [stack:13474]
7fbea4acb000-7fbea4ace000 ---p 00000000 00:00 0
7fbea4ace000-7fbea4bcc000 rw-p 00000000 00:00 0 [stack:13473]
7fbea4bcc000-7fbea4bcf000 ---p 00000000 00:00 0
7fbea4bcf000-7fbea4ccd000 rw-p 00000000 00:00 0 [stack:13351]
7fbea4ccd000-7fbea4cd0000 ---p 00000000 00:00 0
7fbea4cd0000-7fbea4dce000 rw-p 00000000 00:00 0 [stack:13343]
7fbea4dce000-7fbea4dd1000 ---p 00000000 00:00 0
7fbea4dd1000-7fbea4ecf000 rw-p 00000000 00:00 0 [stack:13342]
7fbea4ecf000-7fbea4ed2000 ---p 00000000 00:00 0
7fbea4ed2000-7fbea4fd0000 rw-p 00000000 00:00 0 [stack:13340]
7fbea4fd0000-7fbea4fd3000 ---p 00000000 00:00 0
7fbea4fd3000-7fbea50d1000 rw-p 00000000 00:00 0 [stack:13339]
7fbea50d1000-7fbea50d4000 ---p 00000000 00:00 0
7fbea50d4000-7fbea51d2000 rw-p 00000000 00:00 0 [stack:13331]
7fbea51d2000-7fbea51d5000 ---p 00000000 00:00 0
7fbea51d5000-7fbea52d3000 rw-p 00000000 00:00 0 [stack:13329]
7fbea52d3000-7fbea52d6000 ---p 00000000 00:00 0
7fbea52d6000-7fbea53d4000 rw-p 00000000 00:00 0 [stack:13327]
7fbea53d4000-7fbea53d7000 ---p 00000000 00:00 0
7fbea53d7000-7fbea54d5000 rw-p 00000000 00:00 0 [stack:13323]
7fbea54d5000-7fbea54d8000 ---p 00000000 00:00 0
7fbea54d8000-7fbea55d6000 rw-p 00000000 00:00 0 [stack:13322]
7fbea55d6000-7fbea55d9000 ---p 00000000 00:00 0
7fbea55d9000-7fbea56d7000 rw-p 00000000 00:00 0 [stack:13321]
7fbea56d7000-7fbea56da000 ---p 00000000 00:00 0
7fbea56da000-7fbea57d8000 rw-p 00000000 00:00 0 [stack:13320]
7fbea57d8000-7fbea57db000 ---p 00000000 00:00 0
7fbea57db000-7fbea58d9000 rw-p 00000000 00:00 0 [stack:13306]
7fbea58d9000-7fbea58dc000 ---p 00000000 00:00 0
7fbea58dc000-7fbea59da000 rw-p 00000000 00:00 0 [stack:13290]
7fbea59da000-7fbea59dd000 ---p 00000000 00:00 0
7fbea59dd000-7fbea5adb000 rw-p 00000000 00:00 0 [stack:13284]
7fbea5adb000-7fbea5ade000 ---p 00000000 00:00 0
7fbea5ade000-7fbea5bdc000 rw-p 00000000 00:00 0 [stack:13279]
7fbea5bdc000-7fbea5bdf000 ---p 00000000 00:00 0
7fbea5bdf000-7fbea5cdd000 rw-p 00000000 00:00 0 [stack:13277]
7fbea5cdd000-7fbea5ce0000 ---p 00000000 00:00 0
7fbea5ce0000-7fbea5dde000 rw-p 00000000 00:00 0 [stack:13324]
7fbea5dde000-7fbea5de1000 ---p 00000000 00:00 0
7fbea5de1000-7fbea5edf000 rw-p 00000000 00:00 0 [stack:13268]
7fbea5edf000-7fbea5ee2000 ---p 00000000 00:00 0
7fbea5ee2000-7fbea5fe0000 rw-p 00000000 00:00 0 [stack:13326]
7fbea5fe0000-7fbea5fe3000 ---p 00000000 00:00 0
7fbea5fe3000-7fbea60e1000 rw-p 00000000 00:00 0 [stack:13309]
7fbea60e1000-7fbea60e4000 ---p 00000000 00:00 0
7fbea60e4000-7fbea61e2000 rw-p 00000000 00:00 0 [stack:13313]
7fbea61e2000-7fbea61e5000 ---p 00000000 00:00 0
7fbea61e5000-7fbea62e3000 rw-p 00000000 00:00 0 [stack:13311]
7fbea62e3000-7fbea62e6000 ---p 00000000 00:00 0
7fbea62e6000-7fbea63e4000 rw-p 00000000 00:00 0 [stack:13251]
7fbea63e4000-7fbea63e7000 ---p 00000000 00:00 0
7fbea63e7000-7fbea64e5000 rw-p 00000000 00:00 0 [stack:13303]
7fbea64e5000-7fbea64e8000 ---p 00000000 00:00 0
7fbea64e8000-7fbea65e6000 rw-p 00000000 00:00 0 [stack:13304]
7fbea65e6000-7fbea65e9000 ---p 00000000 00:00 0
7fbea65e9000-7fbea66e7000 rw-p 00000000 00:00 0 [stack:13305]
7fbea66e7000-7fbea66ea000 ---p 00000000 00:00 0
7fbea66ea000-7fbea67e8000 rw-p 00000000 00:00 0 [stack:13318]
7fbea67e8000-7fbea67eb000 ---p 00000000 00:00 0
7fbea67eb000-7fbea68e9000 rw-p 00000000 00:00 0 [stack:13317]
7fbea68e9000-7fbea68ec000 ---p 00000000 00:00 0
7fbea68ec000-7fbea69ea000 rw-p 00000000 00:00 0 [stack:13233]
7fbea69ea000-7fbea69ed000 ---p 00000000 00:00 0
7fbea69ed000-7fbea6aeb000 rw-p 00000000 00:00 0 [stack:13218]
7fbea6aeb000-7fbea6aee000 ---p 00000000 00:00 0
7fbea6aee000-7fbea6bec000 rw-p 00000000 00:00 0 [stack:13338]
7fbea6bec000-7fbea6bef000 ---p 00000000 00:00 0
7fbea6bef000-7fbea6ced000 rw-p 00000000 00:00 0 [stack:13312]
7fbea6ced000-7fbea6cf0000 ---p 00000000 00:00 0
7fbea6cf0000-7fbea6dee000 rw-p 00000000 00:00 0 [stack:13310]
7fbea6dee000-7fbea6df1000 ---p 00000000 00:00 0
7fbea6df1000-7fbea6eef000 rw-p 00000000 00:00 0 [stack:13240]
7fbea6eef000-7fbea6ef2000 ---p 00000000 00:00 0
7fbea6ef2000-7fbea6ff0000 rw-p 00000000 00:00 0 [stack:13235]
7fbea6ff0000-7fbea6ff3000 ---p 00000000 00:00 0
7fbea6ff3000-7fbea70f1000 rw-p 00000000 00:00 0 [stack:13336]
7fbea70f1000-7fbea70f4000 ---p 00000000 00:00 0
7fbea70f4000-7fbea71f2000 rw-p 00000000 00:00 0 [stack:13239]
7fbea71f2000-7fbea71f5000 ---p 00000000 00:00 0
7fbea71f5000-7fbea72f3000 rw-p 00000000 00:00 0 [stack:13241]
7fbea72f3000-7fbea72f6000 ---p 00000000 00:00 0
7fbea72f6000-7fbea73f4000 rw-p 00000000 00:00 0 [stack:13234]
7fbea73f4000-7fbea73f7000 ---p 00000000 00:00 0
7fbea73f7000-7fbea74f5000 rw-p 00000000 00:00 0 [stack:13238]
7fbea74f5000-7fbea74f8000 ---p 00000000 00:00 0
7fbea74f8000-7fbea75f6000 rw-p 00000000 00:00 0 [stack:13187]
7fbea75f6000-7fbea75f9000 ---p 00000000 00:00 0
7fbea75f9000-7fbea76f7000 rw-p 00000000 00:00 0 [stack:13231]
7fbea76f7000-7fbea76fa000 ---p 00000000 00:00 0
7fbea76fa000-7fbea77f8000 rw-p 00000000 00:00 0 [stack:13170]
7fbea77f8000-7fbea77fb000 ---p 00000000 00:00 0
7fbea77fb000-7fbea78f9000 rw-p 00000000 00:00 0 [stack:13135]
7fbea78f9000-7fbea78fc000 ---p 00000000 00:00 0
7fbea78fc000-7fbea79fa000 rw-p 00000000 00:00 0 [stack:13133]
7fbea79fa000-7fbea79fd000 ---p 00000000 00:00 0
7fbea79fd000-7fbea7afb000 rw-p 00000000 00:00 0 [stack:13120]
7fbea7afb000-7fbea7afe000 ---p 00000000 00:00 0
7fbea7afe000-7fbea7bfc000 rw-p 00000000 00:00 0 [stack:13111]
7fbea7bfc000-7fbea7bff000 ---p 00000000 00:00 0
7fbea7bff000-7fbea7cfd000 rw-p 00000000 00:00 0 [stack:13107]
7fbea7cfd000-7fbea7d00000 ---p 00000000 00:00 0
7fbea7d00000-7fbea7dfe000 rw-p 00000000 00:00 0 [stack:13101]
7fbea7dfe000-7fbea7e01000 ---p 00000000 00:00 0
7fbea7e01000-7fbea7eff000 rw-p 00000000 00:00 0 [stack:13098]
7fbea7eff000-7fbea7f02000 ---p 00000000 00:00 0
7fbea7f02000-7fbea8000000 rw-p 00000000 00:00 0 [stack:13092]
7fbea8000000-7fbeabffc000 rw-p 00000000 00:00 0
7fbeabffc000-7fbeac000000 ---p 00000000 00:00 0
7fbeac0c1000-7fbeac0c4000 ---p 00000000 00:00 0
7fbeac0c4000-7fbeac1c2000 rw-p 00000000 00:00 0 [stack:13089]
7fbeac1c2000-7fbeac1c5000 ---p 00000000 00:00 0
7fbeac1c5000-7fbeac2c3000 rw-p 00000000 00:00 0 [stack:13087]
7fbeac2c3000-7fbeac2c6000 ---p 00000000 00:00 0
7fbeac2c6000-7fbeac3c4000 rw-p 00000000 00:00 0 [stack:13042]
7fbeac3c4000-7fbeac3c7000 ---p 00000000 00:00 0
7fbeac3c7000-7fbeac4c5000 rw-p 00000000 00:00 0 [stack:13032]
7fbeac4c5000-7fbeac4c8000 ---p 00000000 00:00 0
7fbeac4c8000-7fbeac5c6000 rw-p 00000000 00:00 0 [stack:13024]
7fbeac5c6000-7fbeac5c9000 ---p 00000000 00:00 0
7fbeac5c9000-7fbeac6c7000 rw-p 00000000 00:00 0 [stack:13018]
7fbeac6c7000-7fbeac6ca000 ---p 00000000 00:00 0
7fbeac6ca000-7fbeac7c8000 rw-p 00000000 00:00 0 [stack:13174]
7fbeac7c8000-7fbeac7cb000 ---p 00000000 00:00 0
7fbeac7cb000-7fbeac8c9000 rw-p 00000000 00:00 0 [stack:13173]
7fbeac8c9000-7fbeac8cc000 ---p 00000000 00:00 0
7fbeac8cc000-7fbeac9ca000 rw-p 00000000 00:00 0 [stack:13177]
7fbeac9ca000-7fbeac9cd000 ---p 00000000 00:00 0
7fbeac9cd000-7fbeacacb000 rw-p 00000000 00:00 0 [stack:13175]
7fbeacacb000-7fbeacace000 ---p 00000000 00:00 0
7fbeacace000-7fbeacbcc000 rw-p 00000000 00:00 0 [stack:13208]
7fbeacbcc000-7fbeacbcf000 ---p 00000000 00:00 0
7fbeacbcf000-7fbeacccd000 rw-p 00000000 00:00 0 [stack:12997]
7fbeacccd000-7fbeaccd0000 ---p 00000000 00:00 0
7fbeaccd0000-7fbeacdce000 rw-p 00000000 00:00 0 [stack:13171]
7fbeacdce000-7fbeacdd1000 ---p 00000000 00:00 0
7fbeacdd1000-7fbeacecf000 rw-p 00000000 00:00 0 [stack:13176]
7fbeacecf000-7fbeaced2000 ---p 00000000 00:00 0
7fbeaced2000-7fbeacfd0000 rw-p 00000000 00:00 0 [stack:12992]
7fbeacfd0000-7fbeacfd3000 ---p 00000000 00:00 0
7fbeacfd3000-7fbead0d1000 rw-p 00000000 00:00 0 [stack:13307]
7fbead0d1000-7fbead0d4000 ---p 00000000 00:00 0
7fbead0d4000-7fbead1d2000 rw-p 00000000 00:00 0 [stack:12984]
7fbead1d2000-7fbead1d5000 ---p 00000000 00:00 0
7fbead1d5000-7fbead2d3000 rw-p 00000000 00:00 0 [stack:13167]
7fbead2d3000-7fbead2d6000 ---p 00000000 00:00 0
7fbead2d6000-7fbead3d4000 rw-p 00000000 00:00 0 [stack:13168]
7fbead3d4000-7fbead3d7000 ---p 00000000 00:00 0
7fbead3d7000-7fbead4d5000 rw-p 00000000 00:00 0 [stack:13169]
7fbead4d5000-7fbead4d8000 ---p 00000000 00:00 0
7fbead4d8000-7fbead5d6000 rw-p 00000000 00:00 0 [stack:13237]
7fbead5d6000-7fbead5d9000 ---p 00000000 00:00 0
7fbead5d9000-7fbead6d7000 rw-p 00000000 00:00 0 [stack:13232]
7fbead6d7000-7fbead6da000 ---p 00000000 00:00 0
7fbead6da000-7fbead7d8000 rw-p 00000000 00:00 0 [stack:13260]
7fbead7d8000-7fbead7db000 ---p 00000000 00:00 0
7fbead7db000-7fbead8d9000 rw-p 00000000 00:00 0 [stack:13217]
7fbead8d9000-7fbead8dc000 ---p 00000000 00:00 0
7fbead8dc000-7fbead9da000 rw-p 00000000 00:00 0 [stack:12973]
7fbead9da000-7fbead9dd000 ---p 00000000 00:00 0
7fbead9dd000-7fbeadadb000 rw-p 00000000 00:00 0 [stack:12972]
7fbeadadb000-7fbeadade000 ---p 00000000 00:00 0
7fbeadade000-7fbeadbdc000 rw-p 00000000 00:00 0 [stack:12970]
7fbeadbdc000-7fbeadbdf000 ---p 00000000 00:00 0
7fbeadbdf000-7fbeadcdd000 rw-p 00000000 00:00 0 [stack:12969]
7fbeadcdd000-7fbeadce0000 ---p 00000000 00:00 0
7fbeadce0000-7fbeaddde000 rw-p 00000000 00:00 0 [stack:12971]
7fbeaddde000-7fbeadde1000 ---p 00000000 00:00 0
7fbeadde1000-7fbeadedf000 rw-p 00000000 00:00 0 [stack:12967]
7fbeadedf000-7fbeadee2000 ---p 00000000 00:00 0
7fbeadee2000-7fbeadfe0000 rw-p 00000000 00:00 0 [stack:12932]
7fbeadfe0000-7fbeadfe3000 ---p 00000000 00:00 0
7fbeadfe3000-7fbeae0e1000 rw-p 00000000 00:00 0 [stack:12917]
7fbeae0e1000-7fbeae0e4000 ---p 00000000 00:00 0
7fbeae0e4000-7fbeae1e2000 rw-p 00000000 00:00 0 [stack:12893]
7fbeae1e2000-7fbeae1e5000 ---p 00000000 00:00 0
7fbeae1e5000-7fbeae2e3000 rw-p 00000000 00:00 0 [stack:12877]
7fbeae2e3000-7fbeae2e6000 ---p 00000000 00:00 0
7fbeae2e6000-7fbeae3e4000 rw-p 00000000 00:00 0 [stack:12876]
7fbeae3e4000-7fbeae3e7000 ---p 00000000 00:00 0
7fbeae3e7000-7fbeae4e5000 rw-p 00000000 00:00 0 [stack:12872]
7fbeae4e5000-7fbeae4e8000 ---p 00000000 00:00 0
7fbeae4e8000-7fbeae5e6000 rw-p 00000000 00:00 0 [stack:12934]
7fbeae5e6000-7fbeae5e9000 ---p 00000000 00:00 0
7fbeae5e9000-7fbeae6e7000 rw-p 00000000 00:00 0 [stack:12964]
7fbeae6e7000-7fbeae6ea000 ---p 00000000 00:00 0
7fbeae6ea000-7fbeae7e8000 rw-p 00000000 00:00 0 [stack:12936]
7fbeae7e8000-7fbeae7eb000 ---p 00000000 00:00 0
7fbeae7eb000-7fbeae8e9000 rw-p 00000000 00:00 0 [stack:12940]
7fbeae8e9000-7fbeae8ec000 ---p 00000000 00:00 0
7fbeae8ec000-7fbeae9ea000 rw-p 00000000 00:00 0 [stack:12966]
7fbeae9ea000-7fbeae9ed000 ---p 00000000 00:00 0
7fbeae9ed000-7fbeaeaeb000 rw-p 00000000 00:00 0 [stack:12965]
7fbeaeaeb000-7fbeaeaee000 ---p 00000000 00:00 0
7fbeaeaee000-7fbeaebec000 rw-p 00000000 00:00 0 [stack:12937]
7fbeaebec000-7fbeaebef000 ---p 00000000 00:00 0
7fbeaebef000-7fbeaeced000 rw-p 00000000 00:00 0 [stack:12939]
7fbeaeced000-7fbeaecf0000 ---p 00000000 00:00 0
7fbeaecf0000-7fbeaedee000 rw-p 00000000 00:00 0 [stack:12938]
7fbeaedee000-7fbeaedf1000 ---p 00000000 00:00 0
7fbeaedf1000-7fbeaeeef000 rw-p 00000000 00:00 0 [stack:12847]
7fbeaeeef000-7fbeaeef2000 ---p 00000000 00:00 0
7fbeaeef2000-7fbeaeff0000 rw-p 00000000 00:00 0 [stack:12933]
7fbeaeff0000-7fbeaeff3000 ---p 00000000 00:00 0
7fbeaeff3000-7fbeaf0f1000 rw-p 00000000 00:00 0 [stack:12930]
7fbeaf0f1000-7fbeaf0f4000 ---p 00000000 00:00 0
7fbeaf0f4000-7fbeaf1f2000 rw-p 00000000 00:00 0 [stack:12830]
7fbeaf1f2000-7fbeaf1f5000 ---p 00000000 00:00 0
7fbeaf1f5000-7fbeaf2f3000 rw-p 00000000 00:00 0 [stack:12812]
7fbeaf2f3000-7fbeaf2f6000 ---p 00000000 00:00 0
7fbeaf2f6000-7fbeaf3f4000 rw-p 00000000 00:00 0 [stack:12810]
7fbeaf3f4000-7fbeaf3f7000 ---p 00000000 00:00 0
7fbeaf3f7000-7fbeaf4f5000 rw-p 00000000 00:00 0 [stack:12806]
7fbeaf4f5000-7fbeaf4f8000 ---p 00000000 00:00 0
7fbeaf4f8000-7fbeaf5f6000 rw-p 00000000 00:00 0 [stack:12871]
7fbeaf5f6000-7fbeaf5f9000 ---p 00000000 00:00 0
7fbeaf5f9000-7fbeaf6f7000 rw-p 00000000 00:00 0 [stack:12835]
7fbeaf6f7000-7fbeaf6fa000 ---p 00000000 00:00 0
7fbeaf6fa000-7fbeaf7f8000 rw-p 00000000 00:00 0 [stack:12837]
7fbeaf7f8000-7fbeaf7fb000 ---p 00000000 00:00 0
7fbeaf7fb000-7fbeaf8f9000 rw-p 00000000 00:00 0 [stack:12360]
7fbeaf8f9000-7fbeaf8fc000 ---p 00000000 00:00 0
7fbeaf8fc000-7fbeaf9fa000 rw-p 00000000 00:00 0 [stack:12831]
7fbeaf9fa000-7fbeaf9fd000 ---p 00000000 00:00 0
7fbeaf9fd000-7fbeafafb000 rw-p 00000000 00:00 0 [stack:12869]
7fbeafafb000-7fbeafafe000 ---p 00000000 00:00 0
7fbeafafe000-7fbeafbfc000 rw-p 00000000 00:00 0 [stack:12963]
7fbeafbfc000-7fbeafbff000 ---p 00000000 00:00 0
7fbeafbff000-7fbeafcfd000 rw-p 00000000 00:00 0 [stack:12953]
7fbeafcfd000-7fbeafd00000 ---p 00000000 00:00 0
7fbeafd00000-7fbeafdfe000 rw-p 00000000 00:00 0 [stack:12833]
7fbeafdfe000-7fbeafe01000 ---p 00000000 00:00 0
7fbeafe01000-7fbeafeff000 rw-p 00000000 00:00 0 [stack:12351]
7fbeafeff000-7fbeaff02000 ---p 00000000 00:00 0
7fbeaff02000-7fbeb0000000 rw-p 00000000 00:00 0 [stack:12827]
7fbeb0000000-7fbeb3ff9000 rw-p 00000000 00:00 0
7fbeb3ff9000-7fbeb4000000 ---p 00000000 00:00 0
7fbeb4000000-7fbeb8000000 rw-p 00000000 00:00 0
7fbeb8000000-7fbeb8952000 rw-p 00000000 00:00 0
7fbeb8952000-7fbebc000000 ---p 00000000 00:00 0
7fbebc000000-7fbebfff9000 rw-p 00000000 00:00 0
7fbebfff9000-7fbec0000000 ---p 00000000 00:00 0
7fbec0000000-7fbec10df000 rw-p 00000000 00:00 0
7fbec10df000-7fbec4000000 ---p 00000000 00:00 0
7fbec4000000-7fbec4052000 rw-p 00000000 00:00 0
7fbec4052000-7fbec8000000 ---p 00000000 00:00 0
7fbec8000000-7fbecbffe000 rw-p 00000000 00:00 0
7fbecbffe000-7fbecc000000 ---p 00000000 00:00 0
7fbecc000000-7fbecc13e000 rw-p 00000000 00:00 0
7fbecc13e000-7fbed0000000 ---p 00000000 00:00 0
7fbed0000000-7fbed005f000 rw-p 00000000 00:00 0
7fbed005f000-7fbed4000000 ---p 00000000 00:00 0
7fbed4000000-7fbed4945000 rw-p 00000000 00:00 0
7fbed4945000-7fbed8000000 ---p 00000000 00:00 0
7fbed8000000-7fbed93fe000 rw-p 00000000 00:00 0
7fbed93fe000-7fbedc000000 ---p 00000000 00:00 0
7fbedc000000-7fbedca4a000 rw-p 00000000 00:00 0
7fbedca4a000-7fbee0000000 ---p 00000000 00:00 0
7fbee0000000-7fbee0041000 rw-p 00000000 00:00 0
7fbee0041000-7fbee4000000 ---p 00000000 00:00 0
7fbee4000000-7fbee4050000 rw-p 00000000 00:00 0
7fbee4050000-7fbee8000000 ---p 00000000 00:00 0
7fbee8000000-7fbee8051000 rw-p 00000000 00:00 0
7fbee8051000-7fbeec000000 ---p 00000000 00:00 0
7fbeec000000-7fbeec058000 rw-p 00000000 00:00 0
7fbeec058000-7fbef0000000 ---p 00000000 00:00 0
7fbef0000000-7fbef008f000 rw-p 00000000 00:00 0
7fbef008f000-7fbef4000000 ---p 00000000 00:00 0
7fbef4000000-7fbef4070000 rw-p 00000000 00:00 0
7fbef4070000-7fbef8000000 ---p 00000000 00:00 0
7fbef8000000-7fbef8069000 rw-p 00000000 00:00 0
7fbef8069000-7fbefc000000 ---p 00000000 00:00 0
7fbefc000000-7fbefc223000 rw-p 00000000 00:00 0
7fbefc223000-7fbf00000000 ---p 00000000 00:00 0
7fbf00000000-7fbf0005f000 rw-p 00000000 00:00 0
7fbf0005f000-7fbf04000000 ---p 00000000 00:00 0
7fbf04000000-7fbf04046000 rw-p 00000000 00:00 0
7fbf04046000-7fbf08000000 ---p 00000000 00:00 0
7fbf08000000-7fbf0817c000 rw-p 00000000 00:00 0
7fbf0817c000-7fbf0c000000 ---p 00000000 00:00 0
7fbf0c000000-7fbf0fffe000 rw-p 00000000 00:00 0
7fbf0fffe000-7fbf10000000 ---p 00000000 00:00 0
7fbf10000000-7fbf10058000 rw-p 00000000 00:00 0
7fbf10058000-7fbf14000000 ---p 00000000 00:00 0
7fbf14000000-7fbf14541000 rw-p 00000000 00:00 0
7fbf14541000-7fbf18000000 ---p 00000000 00:00 0
7fbf18000000-7fbf1c000000 rw-p 00000000 00:00 0
7fbf1c000000-7fbf1c04a000 rw-p 00000000 00:00 0
7fbf1c04a000-7fbf20000000 ---p 00000000 00:00 0
7fbf20000000-7fbf20048000 rw-p 00000000 00:00 0
7fbf20048000-7fbf24000000 ---p 00000000 00:00 0
7fbf24000000-7fbf240d4000 rw-p 00000000 00:00 0
7fbf240d4000-7fbf28000000 ---p 00000000 00:00 0
7fbf28000000-7fbf28a63000 rw-p 00000000 00:00 0
7fbf28a63000-7fbf2c000000 ---p 00000000 00:00 0
7fbf2c000000-7fbf2c0d5000 rw-p 00000000 00:00 0
7fbf2c0d5000-7fbf30000000 ---p 00000000 00:00 0
7fbf300c1000-7fbf300c4000 ---p 00000000 00:00 0
7fbf300c4000-7fbf301c2000 rw-p 00000000 00:00 0 [stack:12828]
7fbf301c2000-7fbf301c5000 ---p 00000000 00:00 0
7fbf301c5000-7fbf302c3000 rw-p 00000000 00:00 0 [stack:12334]
7fbf302c3000-7fbf302c6000 ---p 00000000 00:00 0
7fbf302c6000-7fbf303c4000 rw-p 00000000 00:00 0 [stack:12310]
7fbf303c4000-7fbf303c7000 ---p 00000000 00:00 0
7fbf303c7000-7fbf304c5000 rw-p 00000000 00:00 0 [stack:12951]
7fbf304c5000-7fbf304c8000 ---p 00000000 00:00 0
7fbf304c8000-7fbf305c6000 rw-p 00000000 00:00 0 [stack:12338]
7fbf305c6000-7fbf305c9000 ---p 00000000 00:00 0
7fbf305c9000-7fbf306c7000 rw-p 00000000 00:00 0 [stack:12506]
7fbf306c7000-7fbf306ca000 ---p 00000000 00:00 0
7fbf306ca000-7fbf307c8000 rw-p 00000000 00:00 0 [stack:12290]
7fbf307c8000-7fbf307cb000 ---p 00000000 00:00 0
7fbf307cb000-7fbf308c9000 rw-p 00000000 00:00 0 [stack:12834]
7fbf308c9000-7fbf308cc000 ---p 00000000 00:00 0
7fbf308cc000-7fbf309ca000 rw-p 00000000 00:00 0 [stack:12335]
7fbf309ca000-7fbf309cd000 ---p 00000000 00:00 0
7fbf309cd000-7fbf30acb000 rw-p 00000000 00:00 0 [stack:12341]
7fbf30acb000-7fbf30ace000 ---p 00000000 00:00 0
7fbf30ace000-7fbf30bcc000 rw-p 00000000 00:00 0 [stack:12340]
7fbf30bcc000-7fbf30bcf000 ---p 00000000 00:00 0
7fbf30bcf000-7fbf30ccd000 rw-p 00000000 00:00 0 [stack:12337]
7fbf30ccd000-7fbf30cd0000 ---p 00000000 00:00 0
7fbf30cd0000-7fbf30dce000 rw-p 00000000 00:00 0 [stack:12274]
7fbf30dce000-7fbf30dd1000 ---p 00000000 00:00 0
7fbf30dd1000-7fbf30ecf000 rw-p 00000000 00:00 0 [stack:12331]
7fbf30ecf000-7fbf30ed2000 ---p 00000000 00:00 0
7fbf30ed2000-7fbf30fd0000 rw-p 00000000 00:00 0 [stack:12332]
7fbf30fd0000-7fbf30fd3000 ---p 00000000 00:00 0
7fbf30fd3000-7fbf310d1000 rw-p 00000000 00:00 0 [stack:12256]
7fbf310d1000-7fbf310d4000 ---p 00000000 00:00 0
7fbf310d4000-7fbf311d2000 rw-p 00000000 00:00 0 [stack:12236]
7fbf311d2000-7fbf311d5000 ---p 00000000 00:00 0
7fbf311d5000-7fbf312d3000 rw-p 00000000 00:00 0 [stack:12232]
7fbf312d3000-7fbf312d6000 ---p 00000000 00:00 0
7fbf312d6000-7fbf313d4000 rw-p 00000000 00:00 0 [stack:12225]
7fbf313d4000-7fbf313d7000 ---p 00000000 00:00 0
7fbf313d7000-7fbf314d5000 rw-p 00000000 00:00 0 [stack:12218]
7fbf314d5000-7fbf314d8000 ---p 00000000 00:00 0
7fbf314d8000-7fbf315d6000 rw-p 00000000 00:00 0 [stack:12214]
7fbf315d6000-7fbf315d9000 ---p 00000000 00:00 0
7fbf315d9000-7fbf316d7000 rw-p 00000000 00:00 0 [stack:12143]
7fbf316d7000-7fbf316da000 ---p 00000000 00:00 0
7fbf316da000-7fbf317d8000 rw-p 00000000 00:00 0 [stack:12141]
7fbf317d8000-7fbf317db000 ---p 00000000 00:00 0
7fbf317db000-7fbf318d9000 rw-p 00000000 00:00 0 [stack:12089]
7fbf318d9000-7fbf318dc000 ---p 00000000 00:00 0
7fbf318dc000-7fbf319da000 rw-p 00000000 00:00 0 [stack:12076]
7fbf319da000-7fbf319dd000 ---p 00000000 00:00 0
7fbf319dd000-7fbf31adb000 rw-p 00000000 00:00 0 [stack:12074]
7fbf31adb000-7fbf31ade000 ---p 00000000 00:00 0
7fbf31ade000-7fbf31bdc000 rw-p 00000000 00:00 0 [stack:12072]
7fbf31bdc000-7fbf31bdf000 ---p 00000000 00:00 0
7fbf31bdf000-7fbf31cdd000 rw-p 00000000 00:00 0 [stack:12071]
7fbf31cdd000-7fbf31ce0000 ---p 00000000 00:00 0
7fbf31ce0000-7fbf31dde000 rw-p 00000000 00:00 0 [stack:12059]
7fbf31dde000-7fbf31de1000 ---p 00000000 00:00 0
7fbf31de1000-7fbf31edf000 rw-p 00000000 00:00 0 [stack:12048]
7fbf31edf000-7fbf31ee2000 ---p 00000000 00:00 0
7fbf31ee2000-7fbf31fe0000 rw-p 00000000 00:00 0 [stack:12047]
7fbf31fe0000-7fbf31fe3000 ---p 00000000 00:00 0
7fbf31fe3000-7fbf320e1000 rw-p 00000000 00:00 0 [stack:12045]
7fbf320e1000-7fbf320e4000 ---p 00000000 00:00 0
7fbf320e4000-7fbf321e2000 rw-p 00000000 00:00 0 [stack:11971]
7fbf321e2000-7fbf321e5000 ---p 00000000 00:00 0
7fbf321e5000-7fbf322e3000 rw-p 00000000 00:00 0 [stack:11965]
7fbf322e3000-7fbf322e6000 ---p 00000000 00:00 0
7fbf322e6000-7fbf323e4000 rw-p 00000000 00:00 0 [stack:11960]
7fbf323e4000-7fbf323e7000 ---p 00000000 00:00 0
7fbf323e7000-7fbf324e5000 rw-p 00000000 00:00 0 [stack:11956]
7fbf324e5000-7fbf324e8000 ---p 00000000 00:00 0
7fbf324e8000-7fbf325e6000 rw-p 00000000 00:00 0 [stack:11952]
7fbf325e6000-7fbf325e9000 ---p 00000000 00:00 0
7fbf325e9000-7fbf326e7000 rw-p 00000000 00:00 0 [stack:11938]
7fbf326e7000-7fbf326ea000 ---p 00000000 00:00 0
7fbf326ea000-7fbf327e8000 rw-p 00000000 00:00 0 [stack:11933]
7fbf327e8000-7fbf327eb000 ---p 00000000 00:00 0
7fbf327eb000-7fbf328e9000 rw-p 00000000 00:00 0 [stack:11919]
7fbf328e9000-7fbf328ec000 ---p 00000000 00:00 0
7fbf328ec000-7fbf329ea000 rw-p 00000000 00:00 0 [stack:11913]
7fbf329ea000-7fbf329ed000 ---p 00000000 00:00 0
7fbf329ed000-7fbf32aeb000 rw-p 00000000 00:00 0 [stack:11907]
7fbf32aeb000-7fbf32aee000 ---p 00000000 00:00 0
7fbf32aee000-7fbf32bec000 rw-p 00000000 00:00 0 [stack:11906]
7fbf32bec000-7fbf32bef000 ---p 00000000 00:00 0
7fbf32bef000-7fbf32ced000 rw-p 00000000 00:00 0 [stack:11901]
7fbf32ced000-7fbf32cf0000 ---p 00000000 00:00 0
7fbf32cf0000-7fbf32dee000 rw-p 00000000 00:00 0 [stack:11900]
7fbf32dee000-7fbf32df1000 ---p 00000000 00:00 0
7fbf32df1000-7fbf32eef000 rw-p 00000000 00:00 0 [stack:11899]
7fbf32eef000-7fbf32ef2000 ---p 00000000 00:00 0
7fbf32ef2000-7fbf32ff0000 rw-p 00000000 00:00 0 [stack:11898]
7fbf32ff0000-7fbf32ff3000 ---p 00000000 00:00 0
7fbf32ff3000-7fbf330f1000 rw-p 00000000 00:00 0 [stack:11893]
7fbf330f1000-7fbf330f4000 ---p 00000000 00:00 0
7fbf330f4000-7fbf331f2000 rw-p 00000000 00:00 0 [stack:11891]
7fbf331f2000-7fbf331f5000 ---p 00000000 00:00 0
7fbf331f5000-7fbf332f3000 rw-p 00000000 00:00 0 [stack:12283]
7fbf332f3000-7fbf332f6000 ---p 00000000 00:00 0
7fbf332f6000-7fbf333f4000 rw-p 00000000 00:00 0 [stack:12263]
7fbf333f4000-7fbf333f7000 ---p 00000000 00:00 0
7fbf333f7000-7fbf334f5000 rw-p 00000000 00:00 0 [stack:12262]
7fbf334f5000-7fbf334f8000 ---p 00000000 00:00 0
7fbf334f8000-7fbf335f6000 rw-p 00000000 00:00 0 [stack:11880]
7fbf335f6000-7fbf335f9000 ---p 00000000 00:00 0
7fbf335f9000-7fbf336f7000 rw-p 00000000 00:00 0 [stack:11878]
7fbf336f7000-7fbf336fa000 ---p 00000000 00:00 0
7fbf336fa000-7fbf337f8000 rw-p 00000000 00:00 0 [stack:11877]
7fbf337f8000-7fbf337fb000 ---p 00000000 00:00 0
7fbf337fb000-7fbf338f9000 rw-p 00000000 00:00 0 [stack:12836]
7fbf338f9000-7fbf338fc000 ---p 00000000 00:00 0
7fbf338fc000-7fbf339fa000 rw-p 00000000 00:00 0 [stack:12260]
7fbf339fa000-7fbf339fd000 ---p 00000000 00:00 0
7fbf339fd000-7fbf33afb000 rw-p 00000000 00:00 0 [stack:12264]
7fbf33afb000-7fbf33afe000 ---p 00000000 00:00 0
7fbf33afe000-7fbf33bfc000 rw-p 00000000 00:00 0 [stack:12931]
7fbf33bfc000-7fbf33bff000 ---p 00000000 00:00 0
7fbf33bff000-7fbf33cfd000 rw-p 00000000 00:00 0 [stack:11862]
7fbf33cfd000-7fbf33d00000 ---p 00000000 00:00 0
7fbf33d00000-7fbf33dfe000 rw-p 00000000 00:00 0 [stack:12254]
7fbf33dfe000-7fbf33e01000 ---p 00000000 00:00 0