forked from OHDSI/OhdsiShinyModules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs_err_pid47729.log
1199 lines (1135 loc) · 84 KB
/
hs_err_pid47729.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=0x000000010d4ca9d8, pid=47729, tid=259
#
# JRE version: OpenJDK Runtime Environment Corretto-17.0.5.8.1 (17.0.5+8) (build 17.0.5+8-LTS)
# Java VM: OpenJDK 64-Bit Server VM Corretto-17.0.5.8.1 (17.0.5+8-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
# Problematic frame:
# V [libjvm.dylib+0x4ca9d8] jni_GetObjectClass+0x124
#
# No core dump will be written. 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:
# https://github.com/corretto/corretto-17/issues/
#
--------------- S U M M A R Y ------------
Command Line: -Djava.awt.headless=true -Xmx512m -Xrs vfprintf exit -Xss2m
Host: "MacBookPro18,3" arm64, 8 cores, 16G, Darwin 23.5.0, macOS 14.5 (23F79)
Time: Wed May 22 09:03:48 2024 EDT elapsed time: 74.128281 seconds (0d 0h 1m 14s)
--------------- T H R E A D ---------------
Current thread (0x000000011e307600): JavaThread "main" [_thread_in_vm, id=259, stack(0x000000016b494000,0x000000016bc90000)]
Stack: [0x000000016b494000,0x000000016bc90000], sp=0x000000016bc7a5c0, free space=8089k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.dylib+0x4ca9d8] jni_GetObjectClass+0x124
C [rJava.so+0x60fc] RcallMethod+0x37c
C [libR.dylib+0x847ec] do_External+0x12c
C [libR.dylib+0xbb9ec] bcEval+0x6eec
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd030c] Rf_applyClosure+0x20c
C [libR.dylib+0xbb6b0] bcEval+0x6bb0
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd030c] Rf_applyClosure+0x20c
C [libR.dylib+0x11d400] dispatchMethod+0x300
C [libR.dylib+0x11d0c0] Rf_usemethod+0x300
C [libR.dylib+0x11d768] do_usemethod+0x2e8
C [libR.dylib+0xbc0b0] bcEval+0x75b0
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd030c] Rf_applyClosure+0x20c
C [libR.dylib+0xb479c] Rf_eval+0x51c
C [libR.dylib+0xd4264] do_begin+0x1a4
C [libR.dylib+0xb46c8] Rf_eval+0x448
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd030c] Rf_applyClosure+0x20c
C [libR.dylib+0xbb6b0] bcEval+0x6bb0
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd28e4] R_execMethod+0x2a4
C [methods.so+0x3db0] R_dispatchGeneric+0x9b0
C [libR.dylib+0x11fdb8] do_standardGeneric+0x1b8
C [libR.dylib+0xbb9ec] bcEval+0x6eec
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd030c] Rf_applyClosure+0x20c
C [libR.dylib+0xbb6b0] bcEval+0x6bb0
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd28e4] R_execMethod+0x2a4
C [methods.so+0x3db0] R_dispatchGeneric+0x9b0
C [libR.dylib+0x11fdb8] do_standardGeneric+0x1b8
C [libR.dylib+0xbb9ec] bcEval+0x6eec
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd030c] Rf_applyClosure+0x20c
C [libR.dylib+0xb479c] Rf_eval+0x51c
C [libR.dylib+0xd4264] do_begin+0x1a4
C [libR.dylib+0xb46c8] Rf_eval+0x448
C [libR.dylib+0xcfa24] forcePromise+0xa4
C [libR.dylib+0xdb938] getvar+0x2b8
C [libR.dylib+0xb8a90] bcEval+0x3f90
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xcfa24] forcePromise+0xa4
C [libR.dylib+0xdb938] getvar+0x2b8
C [libR.dylib+0xb8a90] bcEval+0x3f90
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xcfa24] forcePromise+0xa4
C [libR.dylib+0xdb938] getvar+0x2b8
C [libR.dylib+0xb8a90] bcEval+0x3f90
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xcfa24] forcePromise+0xa4
C [libR.dylib+0xdb938] getvar+0x2b8
C [libR.dylib+0xb8a90] bcEval+0x3f90
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd030c] Rf_applyClosure+0x20c
C [libR.dylib+0xbb6b0] bcEval+0x6bb0
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd030c] Rf_applyClosure+0x20c
C [libR.dylib+0xbb6b0] bcEval+0x6bb0
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd030c] Rf_applyClosure+0x20c
C [libR.dylib+0xbb6b0] bcEval+0x6bb0
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd030c] Rf_applyClosure+0x20c
C [libR.dylib+0xb479c] Rf_eval+0x51c
C [libR.dylib+0xd4264] do_begin+0x1a4
C [libR.dylib+0xb46c8] Rf_eval+0x448
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd030c] Rf_applyClosure+0x20c
C [libR.dylib+0xbb6b0] bcEval+0x6bb0
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd030c] Rf_applyClosure+0x20c
C [libR.dylib+0xb479c] Rf_eval+0x51c
C [libR.dylib+0xd4264] do_begin+0x1a4
C [libR.dylib+0xb46c8] Rf_eval+0x448
C [libR.dylib+0xd36d0] do_for+0xa50
C [libR.dylib+0xb46c8] Rf_eval+0x448
C [libR.dylib+0xd4264] do_begin+0x1a4
C [libR.dylib+0xb46c8] Rf_eval+0x448
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd030c] Rf_applyClosure+0x20c
C [libR.dylib+0xbb6b0] bcEval+0x6bb0
C [libR.dylib+0xb44c8] Rf_eval+0x248
C [libR.dylib+0xd1ad4] R_execClosure+0xc54
C [libR.dylib+0xd28e4] R_execMethod+0x2a4
C [methods.so+0x3db0] R_dispatchGeneric+0x9b0
C [libR.dylib+0x11fdb8] do_standardGeneric+0x1b8
...<more frames>...
siginfo: si_signo: 11 (SIGSEGV), si_code: 2 (SEGV_ACCERR), si_addr: 0x0000000000000000
Register to memory mapping:
x0=0x0 is NULL
x1=0x000000011c7d4198 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
x2=0x000000010d4ca8b4: jni_GetObjectClass+0 in /Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home/lib/server/libjvm.dylib at 0x000000010d000000
x3=0x000000016bc7a9e0 is pointing into the stack for thread: 0x000000011e307600
x4=0x000000016bc7aa08 is pointing into the stack for thread: 0x000000011e307600
x5=0x0 is NULL
x6=0x000000010b0b2cf8 points into unknown readable memory: 0x0000000611000006 | 06 00 00 11 06 00 00 00
x7=0x000000017af81398 points into unknown readable memory: 0x0000000400100004 | 04 00 10 00 04 00 00 00
x8=0x0000000000000001 is an unknown value
x9=0x0000000000000006 is an unknown value
x10=0x2010002030300000 is an unknown value
x11=0x0000ffff11000000 is an unknown value
x12=0xffff0000eeffffff is an unknown value
x13=0x000000000000ffff is an unknown value
x14=0x000000011e03d840 points into unknown readable memory: 0x0000000211000008 | 08 00 00 11 02 00 00 00
x15=0xffff0000eeffffff is an unknown value
x16=0x000000018cd9bd7c: pthread_jit_write_protect_np+0 in /usr/lib/system/libsystem_pthread.dylib at 0x000000018cd94000
x17=0x000000011d9f76e0 points into unknown readable memory: 0xfffffffffffffffe | fe ff ff ff ff ff ff ff
x18=0x0 is NULL
x19=0x0000000000000001 is an unknown value
x20=0x000000011e307600 is a thread
x21=0x000000011e307600 is a thread
x22=0x000000011c7d4198 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
x23=0x000000010dc15000: _dyld_private+0 in /Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home/lib/server/libjvm.dylib at 0x000000010d000000
x24=0x0 is NULL
x25=0x000000011e285800 points into unknown readable memory: 0x00000001f1000013 | 13 00 00 f1 01 00 00 00
x26=0x0000000105ccdd50: R_NilValue+0 in /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libR.dylib at 0x0000000105890000
x27=0x0000000105ccdd50: R_NilValue+0 in /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libR.dylib at 0x0000000105890000
x28=0x0000000105ccdb58: R_BCNodeStackTop+0 in /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libR.dylib at 0x0000000105890000
Registers:
x0=0x0000000000000000 x1=0x000000011c7d4198 x2=0x000000010d4ca8b4 x3=0x000000016bc7a9e0
x4=0x000000016bc7aa08 x5=0x0000000000000000 x6=0x000000010b0b2cf8 x7=0x000000017af81398
x8=0x0000000000000001 x9=0x0000000000000006 x10=0x2010002030300000 x11=0x0000ffff11000000
x12=0xffff0000eeffffff x13=0x000000000000ffff x14=0x000000011e03d840 x15=0xffff0000eeffffff
x16=0x000000018cd9bd7c x17=0x000000011d9f76e0 x18=0x0000000000000000 x19=0x0000000000000001
x20=0x000000011e307600 x21=0x000000011e307600 x22=0x000000011c7d4198 x23=0x000000010dc15000
x24=0x0000000000000000 x25=0x000000011e285800 x26=0x0000000105ccdd50 x27=0x0000000105ccdd50
x28=0x0000000105ccdb58 fp=0x000000016bc7a610 lr=0x000000010d4ca9c8 sp=0x000000016bc7a5c0
pc=0x000000010d4ca9d8 cpsr=0x0000000040001000
Top of Stack: (sp=0x000000016bc7a5c0)
0x000000016bc7a5c0: 000000011e307600 0000000000000000
0x000000016bc7a5d0: 000000016bc7a610 000000010520d230
0x000000016bc7a5e0: 0000000105ccdd50 000000017a753600
0x000000016bc7a5f0: 000000017a753670 000000011c7d4198
0x000000016bc7a600: 0000000000000000 000000011e3078a8
0x000000016bc7a610: 000000016bc7a9b0 00000001052060fc
0x000000016bc7a620: 0000000163d2af48 00000001787e85d8
0x000000016bc7a630: 000000016bc7b348 000000010b0b03c8
0x000000016bc7a640: 0000000000000000 000000011e0207c8
0x000000016bc7a650: 00000001200d9e10 00000001635143d8
0x000000016bc7a660: 0000000163a1a580 0000000163a1a510
0x000000016bc7a670: 0000000163a1a468 a9885dc159fb0020
0x000000016bc7a680: 000000016bc7a6e0 0000000105961fac
0x000000016bc7a690: 0000000105ccdd50 0000000105ccdce8
0x000000016bc7a6a0: 000000011e0208e0 0000000105ccdd68
0x000000016bc7a6b0: 0000000000000000 000000011e0511c8
0x000000016bc7a6c0: 0000000163a1dd90 0000000163a1a468
0x000000016bc7a6d0: 000000011e084408 000000011e0d2198
0x000000016bc7a6e0: 000000016bc7a750 000000010596031c
0x000000016bc7a6f0: 0000000105ccd570 000000011e020758
0x000000016bc7a700: 0000000105ccdb58 0000000163a1dd90
0x000000016bc7a710: 000000016bc7a750 0000000105960410
0x000000016bc7a720: 000000010b35a0e0 000000011e084408
0x000000016bc7a730: 0000000000000000 000000011e012c48
0x000000016bc7a740: 0000000000000000 0000000105ccdd50
0x000000016bc7a750: 000000011e01fdf0 000000011e609be0
0x000000016bc7a760: 0000000178bb8e78 0000000178bb8dd0
0x000000016bc7a770: 000000016bc7a7b0 00000001058c396c
0x000000016bc7a780: 0000000000000000 000000010b0b2c50
0x000000016bc7a790: 0000000105bc4000 0000000105ccdd50
0x000000016bc7a7a0: 00000001200d9e28 0000000105ccdfd0
0x000000016bc7a7b0: 0000000105ccdd00 000000017a753670
Instructions: (pc=0x000000010d4ca9d8)
0x000000010d4ca8d8: 9102e008 b8bfc108 129bd549 0b090108
0x000000010d4ca8e8: 7100091f 540000a3 aa1503e0 941361b9
0x000000010d4ca8f8: d2800015 1400000a b4000135 b9427ab3
0x000000010d4ca908: 34000093 b9027abf 52800000 940be1db
0x000000010d4ca918: 52800018 aa1503f4 14000004 d2800014
0x000000010d4ca928: 52800013 52800038 910ce288 528000a9
0x000000010d4ca938: 889ffd09 d5033bbf 910d0288 f8bfc108
0x000000010d4ca948: 36000088 aa1403e0 52800021 940e0293
0x000000010d4ca958: b9432e88 35000088 b9432a88 721e051f
0x000000010d4ca968: 54000080 aa1403e0 52800001 941367d1
0x000000010d4ca978: 910ce288 528000c9 889ffd09 a9007ff4
0x000000010d4ca988: f9400688 b4000068 910003e0 940cdcca
0x000000010d4ca998: aa1703e0 aa1603e1 d503201f f0003a57
0x000000010d4ca9a8: 37000096 f94046e8 aa1603e0 14000004
0x000000010d4ca9b8: d10006c0 f0003a68 f9471108 d63f0100
0x000000010d4ca9c8: d0003c68 91168508 39400108 340001c8
0x000000010d4ca9d8: b9400808 90003a89 911e0129 f940012a
0x000000010d4ca9e8: b9400929 9ac92108 8b0a0108 f9403900
0x000000010d4ca9f8: b4000100 f94046e8 d63f0100 aa0003e1
0x000000010d4caa08: 14000005 f9400408 f9403900 b5ffff40
0x000000010d4caa18: d2800001 aa1503e0 52800002 9400fc69
0x000000010d4caa28: aa0003f5 d503201f f94007e8 b4000068
0x000000010d4caa38: 910003e0 940cdcca f9407696 f9400ac8
0x000000010d4caa48: f9400109 b4000089 aa1603e0 97fd1692
0x000000010d4caa58: f9400ac8 f94006c9 f9000928 f9400ec8
0x000000010d4caa68: f94006c9 f9000d28 f94012c8 f94006c9
0x000000010d4caa78: f9001128 910a2280 97fa5350 d5033bbf
0x000000010d4caa88: 910ce288 52800089 889ffd09 370000f8
0x000000010d4caa98: b9427a88 6b13011f 54000080 b9027a93
0x000000010d4caaa8: aa1303e0 940be175 aa1503e0 a9457bfd
0x000000010d4caab8: a9444ff4 a94357f6 a9425ff8 910183ff
0x000000010d4caac8: d65f03c0 a9bc5ff8 a90157f6 a9024ff4
Stack slot to memory mapping:
stack at sp + 0 slots: 0x000000011e307600 is a thread
stack at sp + 1 slots: 0x0 is NULL
stack at sp + 2 slots: 0x000000016bc7a610 is pointing into the stack for thread: 0x000000011e307600
stack at sp + 3 slots: 0x000000010520d230: getJNIEnv+0x70 in /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/rJava/libs/rJava.so at 0x0000000105200000
stack at sp + 4 slots: 0x0000000105ccdd50: R_NilValue+0 in /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libR.dylib at 0x0000000105890000
stack at sp + 5 slots: 0x000000017a753600 points into unknown readable memory: 0x0000000000000002 | 02 00 00 00 00 00 00 00
stack at sp + 6 slots: 0x000000017a753670 points into unknown readable memory: 0x0000000100000002 | 02 00 00 00 01 00 00 00
stack at sp + 7 slots: 0x000000011c7d4198 points into unknown readable memory: 0x0000000000000000 | 00 00 00 00 00 00 00 00
--------------- P R O C E S S ---------------
Threads class SMR info:
_java_thread_list=0x000000010c704350, length=11, elements={
0x000000011e307600, 0x000000010c88d400, 0x000000010c8c7400, 0x000000011e7fa800,
0x000000011e2bd600, 0x000000011e32f600, 0x000000010cac2200, 0x000000011cc09200,
0x000000011f155600, 0x000000011ce61800, 0x000000011e71fe00
}
Java Threads: ( => current thread )
=>0x000000011e307600 JavaThread "main" [_thread_in_vm, id=259, stack(0x000000016b494000,0x000000016bc90000)]
0x000000010c88d400 JavaThread "Reference Handler" daemon [_thread_blocked, id=18179, stack(0x000000016ccb0000,0x000000016ceb3000)]
0x000000010c8c7400 JavaThread "Finalizer" daemon [_thread_blocked, id=19971, stack(0x000000016cebc000,0x000000016d0bf000)]
0x000000011e7fa800 JavaThread "Attach Listener" daemon [_thread_blocked, id=31491, stack(0x000000016d1e0000,0x000000016d3e3000)]
0x000000011e2bd600 JavaThread "Service Thread" daemon [_thread_blocked, id=31235, stack(0x000000016d3ec000,0x000000016d5ef000)]
0x000000011e32f600 JavaThread "Monitor Deflation Thread" daemon [_thread_blocked, id=30979, stack(0x000000016d5f8000,0x000000016d7fb000)]
0x000000010cac2200 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=23043, stack(0x000000016d804000,0x000000016da07000)]
0x000000011cc09200 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=23299, stack(0x000000016da10000,0x000000016dc13000)]
0x000000011f155600 JavaThread "Sweeper thread" daemon [_thread_blocked, id=23555, stack(0x000000016dc1c000,0x000000016de1f000)]
0x000000011ce61800 JavaThread "Notification Thread" daemon [_thread_blocked, id=23811, stack(0x000000016de28000,0x000000016e02b000)]
0x000000011e71fe00 JavaThread "Common-Cleaner" daemon [_thread_blocked, id=29187, stack(0x000000016e240000,0x000000016e443000)]
Other Threads:
0x000000011d9c8140 VMThread "VM Thread" [stack: 0x000000016caa4000,0x000000016cca7000] [id=17411]
0x000000011c7dcb70 WatcherThread [stack: 0x000000016e034000,0x000000016e237000] [id=29443]
0x0000000105723230 GCTaskThread "GC Thread#0" [stack: 0x000000016c068000,0x000000016c26b000] [id=12035]
0x000000010e199ff0 GCTaskThread "GC Thread#1" [stack: 0x000000016e7fc000,0x000000016e9ff000] [id=43015]
0x000000010e196760 GCTaskThread "GC Thread#2" [stack: 0x000000016ea08000,0x000000016ec0b000] [id=33795]
0x00000001057bab20 GCTaskThread "GC Thread#3" [stack: 0x000000016ec14000,0x000000016ee17000] [id=34051]
0x00000001057bb320 GCTaskThread "GC Thread#4" [stack: 0x000000016ee20000,0x000000016f023000] [id=34307]
0x000000010e195130 GCTaskThread "GC Thread#5" [stack: 0x000000016f02c000,0x000000016f22f000] [id=41987]
0x000000011dae5a70 ConcurrentGCThread "G1 Main Marker" [stack: 0x000000016c274000,0x000000016c477000] [id=14595]
0x000000011d9e4db0 ConcurrentGCThread "G1 Conc#0" [stack: 0x000000016c480000,0x000000016c683000] [id=12803]
0x000000011dcc0640 ConcurrentGCThread "G1 Conc#1" [stack: 0x000000016e5f0000,0x000000016e7f3000] [id=43283]
0x000000011c7212a0 ConcurrentGCThread "G1 Refine#0" [stack: 0x000000016c68c000,0x000000016c88f000] [id=13315]
0x000000011c710c20 ConcurrentGCThread "G1 Service" [stack: 0x000000016c898000,0x000000016ca9b000] [id=13827]
Threads with active compile tasks:
VM state: not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap address: 0x00000007e0000000, size: 512 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
CDS archive(s) mapped at: [0x0000000800000000-0x0000000800bd8000-0x0000000800bd8000), size 12419072, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 0.
Compressed class space mapped at: 0x0000000800c00000-0x0000000840c00000, reserved size: 1073741824
Narrow klass base: 0x0000000800000000, Narrow klass shift: 0, Narrow klass range: 0x100000000
GC Precious Log:
CPUs: 8 total, 8 available
Memory: 16384M
Large Page Support: Disabled
NUMA Support: Disabled
Compressed Oops: Enabled (Zero based)
Heap Region Size: 1M
Heap Min Capacity: 8M
Heap Initial Capacity: 256M
Heap Max Capacity: 512M
Pre-touch: Disabled
Parallel Workers: 8
Concurrent Workers: 2
Concurrent Refinement Workers: 8
Periodic GC: Disabled
Heap:
garbage-first heap total 24576K, used 10704K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 3 young (3072K), 1 survivors (1024K)
Metaspace used 9354K, committed 9472K, reserved 1064960K
class space used 1004K, committed 1088K, reserved 1048576K
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
| 0|0x00000007e0000000, 0x00000007e00b3090, 0x00000007e0100000| 69%| O| |TAMS 0x00000007e00b3090, 0x00000007e0000000| Untracked
| 1|0x00000007e0100000, 0x00000007e01ffff0, 0x00000007e0200000| 99%| O| |TAMS 0x00000007e01ffff0, 0x00000007e0100000| Untracked
| 2|0x00000007e0200000, 0x00000007e0203e20, 0x00000007e0300000| 1%| O| |TAMS 0x00000007e0203e20, 0x00000007e0200000| Complete
| 3|0x00000007e0300000, 0x00000007e0400000, 0x00000007e0400000|100%|HS| |TAMS 0x00000007e0400000, 0x00000007e0300000| Complete
| 4|0x00000007e0400000, 0x00000007e0500000, 0x00000007e0500000|100%|HS| |TAMS 0x00000007e0500000, 0x00000007e0400000| Complete
| 5|0x00000007e0500000, 0x00000007e0600000, 0x00000007e0600000|100%|HS| |TAMS 0x00000007e0600000, 0x00000007e0500000| Complete
| 6|0x00000007e0600000, 0x00000007e06c4200, 0x00000007e0700000| 76%| O| |TAMS 0x00000007e0600000, 0x00000007e0600000| Untracked
| 7|0x00000007e0700000, 0x00000007e0800000, 0x00000007e0800000|100%|HS| |TAMS 0x00000007e0700000, 0x00000007e0700000| Complete
| 8|0x00000007e0800000, 0x00000007e0800000, 0x00000007e0900000| 0%| F| |TAMS 0x00000007e0800000, 0x00000007e0800000| Untracked
| 9|0x00000007e0900000, 0x00000007e0900000, 0x00000007e0a00000| 0%| F| |TAMS 0x00000007e0900000, 0x00000007e0900000| Untracked
| 10|0x00000007e0a00000, 0x00000007e0a00000, 0x00000007e0b00000| 0%| F| |TAMS 0x00000007e0a00000, 0x00000007e0a00000| Untracked
| 11|0x00000007e0b00000, 0x00000007e0b00000, 0x00000007e0c00000| 0%| F| |TAMS 0x00000007e0b00000, 0x00000007e0b00000| Untracked
| 12|0x00000007e0c00000, 0x00000007e0c00000, 0x00000007e0d00000| 0%| F| |TAMS 0x00000007e0c00000, 0x00000007e0c00000| Untracked
| 13|0x00000007e0d00000, 0x00000007e0d00f70, 0x00000007e0e00000| 0%| S|CS|TAMS 0x00000007e0d00000, 0x00000007e0d00000| Complete
| 14|0x00000007e0e00000, 0x00000007e0e00000, 0x00000007e0f00000| 0%| F| |TAMS 0x00000007e0e00000, 0x00000007e0e00000| Untracked
| 15|0x00000007e0f00000, 0x00000007e1000000, 0x00000007e1000000|100%| E|CS|TAMS 0x00000007e0f00000, 0x00000007e0f00000| Complete
| 16|0x00000007e1000000, 0x00000007e1000000, 0x00000007e1100000| 0%| F| |TAMS 0x00000007e1000000, 0x00000007e1000000| Untracked
| 17|0x00000007e1100000, 0x00000007e1100000, 0x00000007e1200000| 0%| F| |TAMS 0x00000007e1100000, 0x00000007e1100000| Untracked
| 18|0x00000007e1200000, 0x00000007e1200000, 0x00000007e1300000| 0%| F| |TAMS 0x00000007e1200000, 0x00000007e1200000| Untracked
| 19|0x00000007e1300000, 0x00000007e136e288, 0x00000007e1400000| 43%| E| |TAMS 0x00000007e1300000, 0x00000007e1300000| Complete
| 231|0x00000007ee700000, 0x00000007ee800000, 0x00000007ee800000|100%| O| |TAMS 0x00000007ee800000, 0x00000007ee700000| Untracked
| 232|0x00000007ee800000, 0x00000007ee900000, 0x00000007ee900000|100%| O| |TAMS 0x00000007ee900000, 0x00000007ee800000| Untracked
| 510|0x00000007ffe00000, 0x00000007ffe78000, 0x00000007fff00000| 46%|OA| |TAMS 0x00000007ffe78000, 0x00000007ffe00000| Untracked
| 511|0x00000007fff00000, 0x00000007fff80000, 0x0000000800000000| 50%|CA| |TAMS 0x00000007fff80000, 0x00000007fff00000| Untracked
Card table byte_map: [0x000000010c100000,0x000000010c200000] _byte_map_base: 0x0000000108200000
Marking Bits (Prev, Next): (CMBitMap*) 0x000000011f7a4410, (CMBitMap*) 0x000000011f7a4450
Prev Bits: [0x000000010f800000, 0x0000000110000000)
Next Bits: [0x0000000118000000, 0x0000000118800000)
Polling page: 0x000000010507c000
Metaspace:
Usage:
Non-class: 8.15 MB used.
Class: 1004.40 KB used.
Both: 9.14 MB used.
Virtual space:
Non-class space: 16.00 MB reserved, 8.19 MB ( 51%) committed, 2 nodes.
Class space: 1.00 GB reserved, 1.06 MB ( <1%) committed, 1 nodes.
Both: 1.02 GB reserved, 9.25 MB ( <1%) committed.
Chunk freelists:
Non-Class: 3.81 MB
Class: 2.95 MB
Both: 6.77 MB
MaxMetaspaceSize: unlimited
CompressedClassSpaceSize: 1.00 GB
Initial GC threshold: 21.00 MB
Current GC threshold: 21.00 MB
CDS: on
MetaspaceReclaimPolicy: balanced
- commit_granule_bytes: 65536.
- commit_granule_words: 8192.
- virtual_space_node_default_size: 1048576.
- enlarge_chunks_in_place: 1.
- new_chunks_are_fully_committed: 0.
- uncommit_free_chunks: 1.
- use_allocation_guard: 0.
- handle_deallocations: 1.
Internal statistics:
num_allocs_failed_limit: 0.
num_arena_births: 38.
num_arena_deaths: 0.
num_vsnodes_births: 3.
num_vsnodes_deaths: 0.
num_space_committed: 148.
num_space_uncommitted: 0.
num_chunks_returned_to_freelist: 0.
num_chunks_taken_from_freelist: 163.
num_chunk_merges: 0.
num_chunk_splits: 97.
num_chunks_enlarged: 61.
num_purges: 0.
num_inconsistent_stats: 0.
CodeHeap 'non-profiled nmethods': size=120032Kb used=697Kb max_used=697Kb free=119334Kb
bounds [0x000000014f4dc000, 0x000000014f74c000, 0x0000000156a14000]
CodeHeap 'profiled nmethods': size=120016Kb used=3427Kb max_used=3427Kb free=116588Kb
bounds [0x0000000147fa8000, 0x0000000148308000, 0x000000014f4dc000]
CodeHeap 'non-nmethods': size=5712Kb used=1180Kb max_used=1235Kb free=4531Kb
bounds [0x0000000147a14000, 0x0000000147c84000, 0x0000000147fa8000]
total_blobs=2051 nmethods=1560 adapters=408
compilation: enabled
stopped_count=0, restarted_count=0
full_count=0
Compilation events (20 events):
Event: 23.905 Thread 0x000000011b6e6a00 1552 4 java.util.concurrent.locks.AbstractQueuedSynchronizer::signalNext (34 bytes)
Event: 23.905 Thread 0x000000011b6e6a00 nmethod 1552 0x000000014f586490 code [0x000000014f586600, 0x000000014f5866b0]
Event: 23.907 Thread 0x000000011cc09200 1553 3 org.postgresql.jdbc.PgResultSet::next (259 bytes)
Event: 23.907 Thread 0x000000011b6e6a00 1554 4 org.postgresql.jdbc.PgResultSet::checkClosed (29 bytes)
Event: 23.907 Thread 0x000000010cac2200 1555 4 org.postgresql.util.internal.Nullness::castNonNull (39 bytes)
Event: 23.907 Thread 0x000000011b6e6a00 nmethod 1554 0x000000014f586790 code [0x000000014f586900, 0x000000014f5869b0]
Event: 23.907 Thread 0x000000010cac2200 nmethod 1555 0x000000014f586a90 code [0x000000014f586c00, 0x000000014f586c60]
Event: 23.907 Thread 0x000000011b6e6a00 1556 ! 4 jdk.internal.math.FloatingDecimal::readJavaFormatString (826 bytes)
Event: 23.907 Thread 0x000000010cac2200 1557 ! 4 org.postgresql.jdbc.PgResultSet::getLong (121 bytes)
Event: 23.907 Thread 0x000000011cc09200 nmethod 1553 0x00000001482ff110 code [0x00000001482ff480, 0x00000001483006a8]
Event: 23.912 Thread 0x000000010cac2200 nmethod 1557 0x000000014f586d90 code [0x000000014f587000, 0x000000014f587770]
Event: 23.912 Thread 0x000000010cac2200 1558 4 java.lang.StringLatin1::trim (76 bytes)
Event: 23.912 Thread 0x000000010cac2200 nmethod 1558 0x000000014f587d90 code [0x000000014f587f40, 0x000000014f588070]
Event: 23.916 Thread 0x000000011b6e6a00 nmethod 1556 0x000000014f588190 code [0x000000014f588440, 0x000000014f589080]
Event: 23.937 Thread 0x000000010cac2200 1559 4 java.nio.HeapByteBuffer::putLong (32 bytes)
Event: 23.937 Thread 0x000000011b6e6a00 1560 4 java.nio.HeapByteBuffer::getDouble (35 bytes)
Event: 23.937 Thread 0x000000010cac2200 nmethod 1559 0x000000014f589990 code [0x000000014f589b40, 0x000000014f589ce0]
Event: 23.937 Thread 0x000000011b6e6a00 nmethod 1560 0x000000014f589e90 code [0x000000014f58a040, 0x000000014f58a1a0]
Event: 45.448 Thread 0x000000011cc09200 1561 1 org.postgresql.core.QueryExecutorBase::isClosed (5 bytes)
Event: 45.448 Thread 0x000000011cc09200 nmethod 1561 0x000000014f58a390 code [0x000000014f58a500, 0x000000014f58a5e8]
GC Heap History (20 events):
Event: 9.766 GC heap before
{Heap before GC invocations=8 (full 2):
garbage-first heap total 35840K, used 20680K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 9 young (9216K), 0 survivors (0K)
Metaspace used 9266K, committed 9472K, reserved 1064960K
class space used 1002K, committed 1088K, reserved 1048576K
}
Event: 9.767 GC heap after
{Heap after GC invocations=9 (full 2):
garbage-first heap total 35840K, used 21683K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 2 young (2048K), 2 survivors (2048K)
Metaspace used 9266K, committed 9472K, reserved 1064960K
class space used 1002K, committed 1088K, reserved 1048576K
}
Event: 9.861 GC heap before
{Heap before GC invocations=9 (full 2):
garbage-first heap total 35840K, used 23731K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 4 young (4096K), 2 survivors (2048K)
Metaspace used 9293K, committed 9472K, reserved 1064960K
class space used 1002K, committed 1088K, reserved 1048576K
}
Event: 9.862 GC heap after
{Heap after GC invocations=10 (full 2):
garbage-first heap total 149504K, used 21468K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 9293K, committed 9472K, reserved 1064960K
class space used 1002K, committed 1088K, reserved 1048576K
}
Event: 9.862 GC heap before
{Heap before GC invocations=10 (full 2):
garbage-first heap total 149504K, used 21468K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 2 young (2048K), 1 survivors (1024K)
Metaspace used 9293K, committed 9472K, reserved 1064960K
class space used 1002K, committed 1088K, reserved 1048576K
}
Event: 9.866 GC heap after
{Heap after GC invocations=11 (full 3):
garbage-first heap total 48128K, used 12544K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 0 young (0K), 0 survivors (0K)
Metaspace used 9293K, committed 9472K, reserved 1064960K
class space used 1002K, committed 1088K, reserved 1048576K
}
Event: 9.945 GC heap before
{Heap before GC invocations=11 (full 3):
garbage-first heap total 48128K, used 13568K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 3 young (3072K), 0 survivors (0K)
Metaspace used 9305K, committed 9472K, reserved 1064960K
class space used 1002K, committed 1088K, reserved 1048576K
}
Event: 9.949 GC heap after
{Heap after GC invocations=12 (full 4):
garbage-first heap total 48128K, used 12554K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 0 young (0K), 0 survivors (0K)
Metaspace used 9305K, committed 9472K, reserved 1064960K
class space used 1002K, committed 1088K, reserved 1048576K
}
Event: 10.626 GC heap before
{Heap before GC invocations=12 (full 4):
garbage-first heap total 48128K, used 14602K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 3 young (3072K), 0 survivors (0K)
Metaspace used 9327K, committed 9472K, reserved 1064960K
class space used 1003K, committed 1088K, reserved 1048576K
}
Event: 10.630 GC heap after
{Heap after GC invocations=13 (full 5):
garbage-first heap total 20480K, used 4212K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 0 young (0K), 0 survivors (0K)
Metaspace used 9327K, committed 9472K, reserved 1064960K
class space used 1003K, committed 1088K, reserved 1048576K
}
Event: 19.612 GC heap before
{Heap before GC invocations=13 (full 5):
garbage-first heap total 20480K, used 6260K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 3 young (3072K), 0 survivors (0K)
Metaspace used 9329K, committed 9472K, reserved 1064960K
class space used 1003K, committed 1088K, reserved 1048576K
}
Event: 19.618 GC heap after
{Heap after GC invocations=14 (full 6):
garbage-first heap total 20480K, used 4145K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 0 young (0K), 0 survivors (0K)
Metaspace used 9329K, committed 9472K, reserved 1064960K
class space used 1003K, committed 1088K, reserved 1048576K
}
Event: 23.636 GC heap before
{Heap before GC invocations=14 (full 6):
garbage-first heap total 20480K, used 6193K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 3 young (3072K), 0 survivors (0K)
Metaspace used 9330K, committed 9472K, reserved 1064960K
class space used 1003K, committed 1088K, reserved 1048576K
}
Event: 23.639 GC heap after
{Heap after GC invocations=15 (full 7):
garbage-first heap total 20480K, used 4155K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 0 young (0K), 0 survivors (0K)
Metaspace used 9330K, committed 9472K, reserved 1064960K
class space used 1003K, committed 1088K, reserved 1048576K
}
Event: 23.871 GC heap before
{Heap before GC invocations=15 (full 7):
garbage-first heap total 20480K, used 8251K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 3 young (3072K), 0 survivors (0K)
Metaspace used 9330K, committed 9472K, reserved 1064960K
class space used 1003K, committed 1088K, reserved 1048576K
}
Event: 23.876 GC heap after
{Heap after GC invocations=16 (full 8):
garbage-first heap total 20480K, used 4795K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 0 young (0K), 0 survivors (0K)
Metaspace used 9330K, committed 9472K, reserved 1064960K
class space used 1003K, committed 1088K, reserved 1048576K
}
Event: 23.876 GC heap before
{Heap before GC invocations=16 (full 8):
garbage-first heap total 20480K, used 6843K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 1 young (1024K), 0 survivors (0K)
Metaspace used 9330K, committed 9472K, reserved 1064960K
class space used 1003K, committed 1088K, reserved 1048576K
}
Event: 23.876 GC heap after
{Heap after GC invocations=17 (full 8):
garbage-first heap total 20480K, used 7617K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 9330K, committed 9472K, reserved 1064960K
class space used 1003K, committed 1088K, reserved 1048576K
}
Event: 23.876 GC heap before
{Heap before GC invocations=17 (full 8):
garbage-first heap total 20480K, used 8641K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 2 young (2048K), 1 survivors (1024K)
Metaspace used 9330K, committed 9472K, reserved 1064960K
class space used 1003K, committed 1088K, reserved 1048576K
}
Event: 23.877 GC heap after
{Heap after GC invocations=18 (full 8):
garbage-first heap total 20480K, used 8656K [0x00000007e0000000, 0x0000000800000000)
region size 1024K, 1 young (1024K), 1 survivors (1024K)
Metaspace used 9330K, committed 9472K, reserved 1064960K
class space used 1003K, committed 1088K, reserved 1048576K
}
Dll operation events (8 events):
Event: 0.004 Loaded shared library /Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home/lib/libjava.dylib
Event: 0.025 Loaded shared library /Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home/lib/libnio.dylib
Event: 0.026 Loaded shared library /Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home/lib/libzip.dylib
Event: 3.973 Loaded shared library /Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home/lib/libjimage.dylib
Event: 4.013 Loaded shared library /Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home/lib/libnet.dylib
Event: 4.076 Loaded shared library /Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home/lib/libextnet.dylib
Event: 4.083 Loaded shared library /Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home/lib/libmanagement.dylib
Event: 4.084 Loaded shared library /Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home/lib/libmanagement_ext.dylib
Deoptimization events (20 events):
Event: 9.898 Thread 0x000000011e307600 DEOPT PACKING pc=0x00000001481e45fc sp=0x000000016bc2a950
Event: 9.898 Thread 0x000000011e307600 DEOPT UNPACKING pc=0x0000000147a52b7c sp=0x000000016bc2a6c0 mode 0
Event: 9.949 Thread 0x000000011e307600 DEOPT PACKING pc=0x0000000148287a14 sp=0x000000016bc1e4c0
Event: 9.949 Thread 0x000000011e307600 DEOPT UNPACKING pc=0x0000000147a52b7c sp=0x000000016bc1e160 mode 0
Event: 10.061 Thread 0x000000011e307600 Uncommon trap: trap_request=0xffffff45 fr.pc=0x000000014f556890 relative=0x0000000000000390
Event: 10.061 Thread 0x000000011e307600 Uncommon trap: reason=unstable_if action=reinterpret pc=0x000000014f556890 method=java.nio.Buffer.<init>(IIIILjdk/internal/access/foreign/MemorySegmentProxy;)V @ 50 c2
Event: 10.061 Thread 0x000000011e307600 DEOPT PACKING pc=0x000000014f556890 sp=0x000000016bc2bc10
Event: 10.061 Thread 0x000000011e307600 DEOPT UNPACKING pc=0x0000000147a52d1c sp=0x000000016bc2baf0 mode 2
Event: 10.162 Thread 0x000000011e307600 DEOPT PACKING pc=0x00000001481a215c sp=0x000000016bc2c0c0
Event: 10.162 Thread 0x000000011e307600 DEOPT UNPACKING pc=0x0000000147a52b7c sp=0x000000016bc2bd60 mode 0
Event: 10.281 Thread 0x000000011e307600 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000014f540b04 relative=0x0000000000000184
Event: 10.281 Thread 0x000000011e307600 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000014f540b04 method=java.util.regex.Pattern$BmpCharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 19 c2
Event: 10.281 Thread 0x000000011e307600 DEOPT PACKING pc=0x000000014f540b04 sp=0x000000016bc2cd00
Event: 10.281 Thread 0x000000011e307600 DEOPT UNPACKING pc=0x0000000147a52d1c sp=0x000000016bc2cc90 mode 2
Event: 10.281 Thread 0x000000011e307600 Uncommon trap: trap_request=0xffffffde fr.pc=0x000000014f540b04 relative=0x0000000000000184
Event: 10.281 Thread 0x000000011e307600 Uncommon trap: reason=class_check action=maybe_recompile pc=0x000000014f540b04 method=java.util.regex.Pattern$BmpCharProperty.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 19 c2
Event: 10.281 Thread 0x000000011e307600 DEOPT PACKING pc=0x000000014f540b04 sp=0x000000016bc2cd00
Event: 10.281 Thread 0x000000011e307600 DEOPT UNPACKING pc=0x0000000147a52d1c sp=0x000000016bc2cc90 mode 2
Event: 23.883 Thread 0x000000011e307600 DEOPT PACKING pc=0x0000000148297d44 sp=0x000000016bc2be30
Event: 23.883 Thread 0x000000011e307600 DEOPT UNPACKING pc=0x0000000147a52b7c sp=0x000000016bc2bb40 mode 3
Classes unloaded (0 events):
No events
Classes redefined (0 events):
No events
Internal exceptions (20 events):
Event: 8.723 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007efb25268}> (0x00000007efb25268)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 8.723 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007efb258d8}> (0x00000007efb258d8)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 8.723 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007efb25f48}> (0x00000007efb25f48)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 8.723 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007efb26618}> (0x00000007efb26618)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 8.723 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007efb26c88}> (0x00000007efb26c88)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 8.723 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007efb272f8}> (0x00000007efb272f8)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 8.723 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007efb279c8}> (0x00000007efb279c8)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 10.062 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007e2afcc10}> (0x00000007e2afcc10)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 10.062 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007e2afd2e0}> (0x00000007e2afd2e0)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 10.062 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007e2afd950}> (0x00000007e2afd950)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 10.062 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007e2afe020}> (0x00000007e2afe020)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 10.062 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007e2afe690}> (0x00000007e2afe690)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 10.062 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007e2afed00}> (0x00000007e2afed00)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 10.063 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007e2aff3d0}> (0x00000007e2aff3d0)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 10.063 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007e2affa40}> (0x00000007e2affa40)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 10.063 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007e2961388}> (0x00000007e2961388)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 10.063 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007e2961a58}> (0x00000007e2961a58)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 10.063 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007e29620c8}> (0x00000007e29620c8)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 10.063 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007e2962738}> (0x00000007e2962738)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
Event: 10.063 Thread 0x000000011e307600 Exception <a 'java/io/FileNotFoundException'{0x00000007e2962e08}> (0x00000007e2962e08)
thrown [src/hotspot/share/prims/jni.cpp, line 516]
VM Operations (20 events):
Event: 9.945 Executing VM operation: G1CollectFull
Event: 9.949 Executing VM operation: G1CollectFull done
Event: 10.626 Executing VM operation: G1CollectFull
Event: 10.630 Executing VM operation: G1CollectFull done
Event: 19.612 Executing VM operation: G1CollectFull
Event: 19.618 Executing VM operation: G1CollectFull done
Event: 23.632 Executing VM operation: Cleanup
Event: 23.632 Executing VM operation: Cleanup done
Event: 23.636 Executing VM operation: G1CollectFull
Event: 23.639 Executing VM operation: G1CollectFull done
Event: 23.871 Executing VM operation: G1CollectFull
Event: 23.876 Executing VM operation: G1CollectFull done
Event: 23.876 Executing VM operation: G1TryInitiateConcMark
Event: 23.876 Executing VM operation: G1TryInitiateConcMark done
Event: 23.876 Executing VM operation: G1TryInitiateConcMark
Event: 23.877 Executing VM operation: G1TryInitiateConcMark done
Event: 23.879 Executing VM operation: G1Concurrent
Event: 23.880 Executing VM operation: G1Concurrent done
Event: 23.881 Executing VM operation: G1Concurrent
Event: 23.881 Executing VM operation: G1Concurrent done
Events (20 events):
Event: 8.863 loading class java/util/concurrent/atomic/AtomicReferenceFieldUpdater
Event: 8.863 loading class java/util/concurrent/atomic/AtomicReferenceFieldUpdater done
Event: 8.863 loading class java/util/concurrent/atomic/AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl
Event: 8.863 loading class java/util/concurrent/atomic/AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl done
Event: 8.863 loading class java/util/concurrent/atomic/AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl$1
Event: 8.863 loading class java/util/concurrent/atomic/AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl$1 done
Event: 8.863 loading class sun/reflect/misc/ReflectUtil
Event: 8.863 loading class sun/reflect/misc/ReflectUtil done
Event: 8.882 loading class java/io/CharArrayReader
Event: 8.882 loading class java/io/CharArrayReader done
Event: 8.882 loading class java/net/UnknownHostException
Event: 8.882 loading class java/net/UnknownHostException done
Event: 9.638 loading class jdk/internal/access/foreign/MemorySegmentProxy
Event: 9.638 loading class jdk/internal/access/foreign/MemorySegmentProxy done
Event: 23.883 Thread 0x000000011b6e6a00 Thread added: 0x000000011b6e6a00
Event: 23.883 Protecting memory [0x000000016facc000,0x000000016fad8000] with protection modes 0
Event: 23.905 loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$Node
Event: 23.905 loading class java/util/concurrent/locks/AbstractQueuedSynchronizer$Node done
Event: 28.942 Protecting memory [0x000000016facc000,0x000000016fad8000] with protection modes 3
Event: 28.943 Thread 0x000000011b6e6a00 Thread exited: 0x000000011b6e6a00
Dynamic libraries:
0x0000000104170000 /Applications/RStudio.app/Contents/Resources/app/bin/rsession-arm64
0x0000000105584000 /Applications/RStudio.app/Contents/Resources/app/Frameworks/arm64/libssl.3.dylib
0x0000000106184000 /Applications/RStudio.app/Contents/Resources/app/Frameworks/arm64/libcrypto.3.dylib
0x000000019069e000 /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x00000001919db000 /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x00000002285bb000 /System/Library/PrivateFrameworks/CollectionViewCore.framework/Versions/A/CollectionViewCore
0x00000001a0c91000 /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x00000001978c5000 /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x000000019c054000 /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x000000019c0a8000 /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
0x000000024ca12000 /System/Library/PrivateFrameworks/WindowManagement.framework/Versions/A/WindowManagement
0x000000018dbd1000 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x000000019b4c2000 /usr/lib/libspindump.dylib
0x0000000191b90000 /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
0x000000019573c000 /usr/lib/libapp_launch_measurement.dylib
0x0000000194b62000 /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x0000000195743000 /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
0x000000019370a000 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x00000001970e5000 /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x000000019806d000 /usr/lib/liblangid.dylib
0x00000001978cb000 /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
0x0000000192555000 /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x00000001929f6000 /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x00000001a136b000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x000000019b31c000 /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x00000001970c3000 /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x0000000194b91000 /usr/lib/libDiagnosticMessagesClient.dylib
0x000000019995a000 /usr/lib/libz.1.dylib
0x00000001a4b10000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x00000001978ad000 /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x000000018fef8000 /usr/lib/libicucore.A.dylib
0x000000019d0b2000 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x000000019c063000 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x00000001b5ad6000 /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput
0x000000018df51000 /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x00000001924a6000 /usr/lib/libMobileGestalt.dylib
0x00000001975e9000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x0000000195068000 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x000000018fb25000 /System/Library/Frameworks/Security.framework/Versions/A/Security
0x00000001a0cd1000 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x000000019546a000 /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x000000018f41e000 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x0000000194c75000 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x000000019b91e000 /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x00000001924a4000 /usr/lib/libenergytrace.dylib
0x00000001ab1cf000 /System/Library/PrivateFrameworks/RenderBox.framework/Versions/A/RenderBox
0x0000000190552000 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x00000001a10a6000 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x00000001956c8000 /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x00000001e3a7b000 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x000000019578d000 /usr/lib/libxml2.2.dylib
0x0000000198d9c000 /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x000000018c9bc000 /usr/lib/libobjc.A.dylib
0x000000018ccb0000 /usr/lib/libc++.1.dylib
0x0000000199a18000 /usr/lib/libSystem.B.dylib
0x00000001a1023000 /System/Library/Frameworks/Accessibility.framework/Versions/A/Accessibility
0x00000001930d6000 /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x000000018cdfc000 /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x0000000197c28000 /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x000000018f229000 /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x00000001e82da000 /System/Library/Frameworks/CoreTransferable.framework/Versions/A/CoreTransferable
0x00000001e879f000 /System/Library/Frameworks/DeveloperToolsSupport.framework/Versions/A/DeveloperToolsSupport
0x0000000197906000 /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x000000022275b000 /System/Library/Frameworks/Symbols.framework/Versions/A/Symbols
0x0000000199a1e000 /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
0x000000019ca64000 /usr/lib/swift/libswiftCore.dylib
0x00000001b2763000 /usr/lib/swift/libswiftCoreFoundation.dylib
0x00000001b01cc000 /usr/lib/swift/libswiftCoreGraphics.dylib
0x00000001b27ad000 /usr/lib/swift/libswiftCoreImage.dylib
0x00000001b01d3000 /usr/lib/swift/libswiftDarwin.dylib
0x00000001a2716000 /usr/lib/swift/libswiftDispatch.dylib
0x00000001b27ae000 /usr/lib/swift/libswiftIOKit.dylib
0x00000001be208000 /usr/lib/swift/libswiftMetal.dylib
0x00000001cb8cd000 /usr/lib/swift/libswiftOSLog.dylib
0x00000001a4f8b000 /usr/lib/swift/libswiftObjectiveC.dylib
0x00000001c293c000 /usr/lib/swift/libswiftQuartzCore.dylib
0x00000001c6a41000 /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
0x00000001b2775000 /usr/lib/swift/libswiftXPC.dylib
0x0000000254eb9000 /usr/lib/swift/libswift_Concurrency.dylib
0x00000001a4f8f000 /usr/lib/swift/libswiftos.dylib
0x00000001b5a3a000 /usr/lib/swift/libswiftsimd.dylib
0x0000000199bcd000 /usr/lib/libcompression.dylib
0x000000019bfae000 /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x000000019afc8000 /usr/lib/libate.dylib
0x0000000199a12000 /usr/lib/system/libcache.dylib
0x00000001999cc000 /usr/lib/system/libcommonCrypto.dylib
0x00000001999f8000 /usr/lib/system/libcompiler_rt.dylib
0x00000001999ee000 /usr/lib/system/libcopyfile.dylib
0x000000018cb00000 /usr/lib/system/libcorecrypto.dylib
0x000000018cbe6000 /usr/lib/system/libdispatch.dylib
0x000000018cda1000 /usr/lib/system/libdyld.dylib
0x0000000199a08000 /usr/lib/system/libkeymgr.dylib
0x00000001999a4000 /usr/lib/system/libmacho.dylib
0x0000000198e84000 /usr/lib/system/libquarantine.dylib
0x0000000199a05000 /usr/lib/system/libremovefile.dylib
0x000000019251c000 /usr/lib/system/libsystem_asl.dylib
0x000000018ca95000 /usr/lib/system/libsystem_blocks.dylib
0x000000018cc31000 /usr/lib/system/libsystem_c.dylib
0x00000001999fc000 /usr/lib/system/libsystem_collections.dylib
0x000000019805c000 /usr/lib/system/libsystem_configuration.dylib
0x0000000197098000 /usr/lib/system/libsystem_containermanager.dylib
0x000000019963b000 /usr/lib/system/libsystem_coreservices.dylib
0x00000001901bf000 /usr/lib/system/libsystem_darwin.dylib
0x0000000255206000 /usr/lib/system/libsystem_darwindirectory.dylib
0x0000000199a09000 /usr/lib/system/libsystem_dnssd.dylib
0x000000025520a000 /usr/lib/system/libsystem_eligibility.dylib
0x000000018cc2e000 /usr/lib/system/libsystem_featureflags.dylib
0x000000018cdcf000 /usr/lib/system/libsystem_info.dylib
0x0000000199969000 /usr/lib/system/libsystem_m.dylib
0x000000018cba9000 /usr/lib/system/libsystem_malloc.dylib
0x0000000192489000 /usr/lib/system/libsystem_networkextension.dylib
0x0000000190635000 /usr/lib/system/libsystem_notify.dylib
0x0000000198061000 /usr/lib/system/libsystem_sandbox.dylib
0x000000025520e000 /usr/lib/system/libsystem_sanitizers.dylib
0x0000000199a01000 /usr/lib/system/libsystem_secinit.dylib
0x000000018cd59000 /usr/lib/system/libsystem_kernel.dylib
0x000000018cdc7000 /usr/lib/system/libsystem_platform.dylib
0x000000018cd94000 /usr/lib/system/libsystem_pthread.dylib
0x0000000193f0c000 /usr/lib/system/libsystem_symptoms.dylib
0x000000018cae5000 /usr/lib/system/libsystem_trace.dylib
0x00000001999da000 /usr/lib/system/libunwind.dylib
0x000000018ca9a000 /usr/lib/system/libxpc.dylib
0x000000018cd3d000 /usr/lib/libc++abi.dylib
0x00000001999e6000 /usr/lib/liboah.dylib
0x000000019ae74000 /usr/lib/liblzma.5.dylib
0x0000000199a1a000 /usr/lib/libfakelink.dylib
0x00000001920b5000 /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x0000000199a6e000 /usr/lib/libarchive.2.dylib
0x000000019efa4000 /System/Library/Frameworks/Combine.framework/Versions/A/Combine
0x00000002285cf000 /System/Library/PrivateFrameworks/CollectionsInternal.framework/Versions/A/CollectionsInternal
0x000000023ef7f000 /System/Library/PrivateFrameworks/ReflectionInternal.framework/Versions/A/ReflectionInternal
0x000000023f511000 /System/Library/PrivateFrameworks/RuntimeInternal.framework/Versions/A/RuntimeInternal
0x000000025500d000 /usr/lib/swift/libswift_StringProcessing.dylib
0x00000001904d0000 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x0000000198eab000 /usr/lib/libbsm.0.dylib
0x00000001999ac000 /usr/lib/system/libkxld.dylib
0x0000000195704000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x00000001901ca000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x0000000194bda000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x0000000199641000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x0000000199af7000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x0000000193e8d000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x000000018d2d5000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x000000019ae1d000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x0000000195711000 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x0000000199b97000 /usr/lib/libapple_nghttp2.dylib
0x0000000193b01000 /usr/lib/libsqlite3.dylib
0x0000000193f15000 /System/Library/Frameworks/Network.framework/Versions/A/Network
0x00000002538ca000 /usr/lib/libCoreEntitlements.dylib
0x0000000239e89000 /System/Library/PrivateFrameworks/MessageSecurity.framework/Versions/A/MessageSecurity
0x0000000193ae7000 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x000000019956a000 /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x0000000198e93000 /usr/lib/libcoretls.dylib
0x000000019ae93000 /usr/lib/libcoretls_cfhelpers.dylib
0x0000000199bc7000 /usr/lib/libpam.2.dylib
0x000000019af05000 /usr/lib/libxar.1.dylib
0x000000019b2f3000 /usr/lib/libheimdal-asn1.dylib
0x00000001920b4000 /usr/lib/libnetwork.dylib
0x0000000199a1f000 /usr/lib/libpcap.A.dylib
0x0000000193f01000 /usr/lib/libdns_services.dylib
0x0000000198069000 /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x0000000198b91000 /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
0x0000000254f64000 /usr/lib/swift/libswift_RegexParser.dylib
0x000000019962e000 /usr/lib/libbz2.1.0.dylib
0x0000000198e87000 /usr/lib/libCheckFix.dylib
0x0000000192534000 /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x000000019806f000 /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x0000000194b93000 /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x0000000198ebd000 /usr/lib/libmecab.dylib
0x000000018dc65000 /usr/lib/libCRFSuite.dylib
0x0000000198f19000 /usr/lib/libgermantok.dylib
0x0000000199b6e000 /usr/lib/libThaiTokenizer.dylib
0x0000000194c7e000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x00000001a107d000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x000000019af4c000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x0000000198a6c000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x000000018d6dc000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x0000000199ca2000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x0000000198f1c000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x0000000199bb2000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x0000000199c9d000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x0000000198198000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x000000018db6a000 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x00000002385d8000 /System/Library/PrivateFrameworks/MIL.framework/Versions/A/MIL
0x0000000199a55000 /usr/lib/libiconv.2.dylib
0x00000001999a0000 /usr/lib/libcharset.1.dylib
0x00000001956e4000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x00000001956d4000 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x000000019ae95000 /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x0000000198dc3000 /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x000000019af14000 /usr/lib/libutil.dylib
0x0000000236739000 /System/Library/PrivateFrameworks/InstalledContentLibrary.framework/Versions/A/InstalledContentLibrary
0x0000000190511000 /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
0x0000000225d7c000 /System/Library/PrivateFrameworks/AppleMobileFileIntegrity.framework/Versions/A/AppleMobileFileIntegrity
0x00000001b2731000 /usr/lib/libmis.dylib
0x00000001c2e23000 /System/Library/PrivateFrameworks/MobileSystemServices.framework/Versions/A/MobileSystemServices
0x00000001e0e85000 /System/Library/PrivateFrameworks/ConfigProfileHelper.framework/Versions/A/ConfigProfileHelper
0x0000000199b70000 /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x000000018ebaf000 /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x000000019af18000 /usr/lib/libxslt.1.dylib
0x0000000199a5c000 /usr/lib/libcmph.dylib
0x0000000198b5d000 /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x0000000198192000 /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x000000018da78000 /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x0000000198e51000 /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x0000000253ab4000 /usr/lib/libTLE.dylib
0x000000019b7e4000 /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x000000019b2d8000 /usr/lib/libexpat.1.dylib
0x000000019be0c000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x000000019be37000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x000000019bf22000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x000000019b82a000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x000000019bec7000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x000000019bebe000 /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x0000000197484000 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x0000000193e26000 /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
0x00000001a79d1000 /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator
0x000000019b91a000 /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
0x000000018ed95000 /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x000000019733b000 /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x00000001970db000 /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x0000000195877000 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x0000000199bc5000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x000000019b95d000 /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x0000000195913000 /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
0x0000000193d4d000 /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x0000000198067000 /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x0000000225bb6000 /System/Library/PrivateFrameworks/AppleKeyStore.framework/Versions/A/AppleKeyStore
0x000000019beb9000 /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x000000019be99000 /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x000000019bec1000 /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x00000002327c6000 /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/libllvm-flatbuffers.dylib
0x00000001e3a6e000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x000000022f42a000 /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/32023/Libraries/libGPUCompilerUtils.dylib
0x000000019bf28000 /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
0x00000001e88c2000 /System/Library/Frameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation
0x00000001a2f7f000 /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime
0x000000019b4ac000 /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
0x000000019da40000 /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
0x000000018eeb9000 /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
0x0000000197311000 /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x000000019d2ae000 /usr/lib/libAudioStatistics.dylib
0x00000001b1a6a000 /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
0x000000019d587000 /usr/lib/libSMC.dylib
0x00000001a6f79000 /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x000000019bdd3000 /usr/lib/libAudioToolboxUtility.dylib
0x00000001ace6b000 /System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient
0x000000019da4e000 /usr/lib/libperfcheck.dylib
0x00000001a2a36000 /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
0x000000019b1c0000 /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x0000000198db5000 /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x00000001a608a000 /System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing
0x00000001ced54000 /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x000000023dd6c000 /System/Library/PrivateFrameworks/PhotosensitivityProcessing.framework/Versions/A/PhotosensitivityProcessing
0x000000019b45d000 /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x00000001e3ad0000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x00000001e3a8f000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x00000001e3c68000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x00000001e3a98000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x00000001e3a8c000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x0000000253a6c000 /usr/lib/libRosetta.dylib
0x00000001e3a75000 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x000000022d630000 /System/Library/PrivateFrameworks/FontServices.framework/Versions/A/FontServices
0x000000019b469000 /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x0000000195418000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x000000019b4b7000 /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x000000022d631000 /System/Library/PrivateFrameworks/FontServices.framework/libXTFontStaticRegistryData.dylib
0x0000000197fae000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x00000001994d8000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x0000000198f31000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x000000019937c000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x0000000199187000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x00000001993ae000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
0x00000001ea19c000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSFunctions.framework/Versions/A/MPSFunctions
0x00000001ea181000 /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSBenchmarkLoop.framework/Versions/A/MPSBenchmarkLoop
0x000000018d590000 /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x00000001b6c13000 /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
0x00000001c2d1c000 /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf
0x00000001b2756000 /System/Library/PrivateFrameworks/GPURawCounter.framework/Versions/A/GPURawCounter
0x00000001a2e51000 /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x00000001b2702000 /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
0x000000019b062000 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x00000001a2e0c000 /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x00000001c1683000 /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
0x000000024ac65000 /System/Library/PrivateFrameworks/VideoToolboxParavirtualizationSupport.framework/Versions/A/VideoToolboxParavirtualizationSupport
0x000000019b28c000 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x000000019d2f6000 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS