Opened 4 years ago

Closed 4 years ago

#5800 closed defect (fixed)

find_close_points_boxes crashes on large coordinate ranges

Reported by: Tristan Croll Owned by: Tom Goddard
Priority: normal Milestone:
Component: Core Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

The following bug report has been submitted:
Platform:        macOS-10.16-x86_64-i386-64bit
ChimeraX Version: 1.3rc202112030319 (2021-12-03 03:19:12 UTC)
Description
Hmm...  turns out I *was* right - just didn't go far enough.  Managed to replicate #5799:

import numpy
from chimerax.geometry import find_close_points
points = (numpy.random.rand(5000,3)-0.5)*1e200
find_close_points(points,points,3) # kaboom

My best guess is that a bad clash kicked something (a water or small ion, maybe) out of the simulation fast enough to give it enormous coordinates, but not fast enough to actually make the coordinates NaN (which would kill the simulation).  I already have a check every 10 timesteps for excessive velocities (which trigger an energy minimisation)...  thinking about it,  it's probably a mistake to have the minimisation start from the *new* coordinates - would be much safer to revert to the previous coordinate update and minimise from there.

Last time you used ChimeraX it crashed.
Please describe steps that led to the crash here.
Process:               ChimeraX [34842]
Path:                  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/MacOS/ChimeraX
Identifier:            ChimeraX
Version:               1.3.0 (1.3.0.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           ChimeraX [34842]
User ID:               501

Date/Time:             2021-12-16 22:56:03.131 +0000
OS Version:            macOS 11.4 (20F71)
Report Version:        12
Anonymous UUID:        00AAD9F8-51E5-1AD5-41C6-BFA374922B68

Sleep/Wake UUID:       4CF1748C-5467-4CD4-BC57-0E506617A816

Time Awake Since Boot: 5600000 seconds
Time Since Wake:       680 seconds

System Integrity Protection: disabled

Crashed Thread:        0  CrBrowserMain  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_PROTECTION_FAILURE at 0x00007ffee277eff8
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0x7ffee277eff8:
    MALLOC_LARGE             7f8e3bbea000-7f8e3bbfe000 [   80K] rw-/rwx SM=PRV  
--> Stack Guard              7ffedef7f000-7ffee277f000 [ 56.0M] ---/rwx SM=NUL  
    Stack                    7ffee277f000-7ffee2f7f000 [ 8192K] rw-/rwx SM=SHM  

Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff2041a92e __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff204495bd pthread_kill + 263
2   libsystem_c.dylib             	0x00007fff2032dbe5 raise + 26
3   libsystem_platform.dylib      	0x00007fff2048ed7d _sigtramp + 29
4   ???                           	000000000000000000 0 + 0
5   libsystem_malloc.dylib        	0x00007fff2027b451 large_malloc + 149
6   libsystem_malloc.dylib        	0x00007fff202717e5 szone_malloc_should_clear + 256
7   libsystem_malloc.dylib        	0x00007fff2028afe5 _malloc_zone_malloc + 118
8   libc++abi.dylib               	0x00007fff2040e82a operator new(unsigned long) + 26
9   _geometry.cpython-39-darwin.so	0x000000010e0bf7d4 split_point_list(Point_List const&, int, Point_List**, Point_List**) + 612
10  _geometry.cpython-39-darwin.so	0x000000010e0be73d find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1389
11  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
12  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
13  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
14  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
15  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
16  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
17  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
18  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
19  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
20  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
21  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
22  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
23  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
24  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
25  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
26  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
27  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
28  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
29  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
30  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
31  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
32  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
33  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
34  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
35  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
36  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
37  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
38  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
39  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
40  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
41  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
42  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
43  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
44  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
45  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
46  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
47  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
48  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
49  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
50  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
51  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
52  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
53  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
54  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
55  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
56  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
57  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
58  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
59  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
60  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
61  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
62  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
63  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
64  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
65  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
66  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
67  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
68  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
69  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
70  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
71  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
72  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
73  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
74  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
75  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
76  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
77  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
78  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
79  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
80  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
81  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
82  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
83  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
84  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
85  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
86  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
87  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
88  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
89  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
90  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
91  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
92  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
93  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
94  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
95  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
96  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
97  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
98  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
99  _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
100 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
101 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
102 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
103 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
104 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
105 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
106 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
107 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
108 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
109 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
110 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
111 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
112 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
113 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
114 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
115 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
116 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
117 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
118 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
119 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
120 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
121 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
122 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
123 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
124 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
125 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
126 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
127 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
128 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
129 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
130 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
131 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
132 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
133 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
134 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
135 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
136 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
137 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
138 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
139 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
140 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
141 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
142 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
143 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
144 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
145 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
146 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
147 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
148 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
149 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
150 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
151 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
152 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
153 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
154 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
155 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
156 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
157 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
158 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
159 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
160 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
161 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
162 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
163 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
164 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
165 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
166 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
167 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
168 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
169 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
170 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
171 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
172 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
173 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
174 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
175 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
176 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
177 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
178 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
179 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
180 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
181 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
182 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
183 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
184 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
185 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
186 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
187 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
188 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
189 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
190 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
191 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
192 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
193 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
194 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
195 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
196 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
197 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
198 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
199 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
200 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
201 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
202 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
203 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
204 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
205 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
206 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
207 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
208 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
209 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
210 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
211 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
212 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
213 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
214 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
215 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
216 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
217 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
218 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
219 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
220 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
221 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
222 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
223 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
224 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
225 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
226 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
227 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
228 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
229 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
230 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
231 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
232 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
233 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
234 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
235 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
236 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
237 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
238 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
239 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
240 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
241 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
242 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
243 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
244 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
245 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
246 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
247 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
248 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
249 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
250 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
251 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
252 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
253 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
254 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
255 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
256 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
257 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
258 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
259 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
260 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
261 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
262 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
263 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
264 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
265 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
266 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
267 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
268 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
269 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
270 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
271 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
272 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
273 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
274 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
275 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
276 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
277 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
278 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
279 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
280 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
281 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
282 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
283 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
284 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
285 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
286 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
287 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
288 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
289 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
290 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
291 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
292 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
293 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
294 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
295 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
296 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
297 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
298 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
299 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
300 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
301 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
302 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
303 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
304 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
305 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
306 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
307 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
308 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
309 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
310 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
311 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
312 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
313 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
314 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
315 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
316 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
317 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
318 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
319 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
320 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
321 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
322 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
323 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
324 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
325 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
326 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
327 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
328 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
329 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
330 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
331 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
332 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
333 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
334 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
335 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
336 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
337 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
338 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
339 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
340 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
341 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
342 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
343 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
344 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
345 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
346 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
347 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
348 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
349 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
350 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
351 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
352 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
353 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
354 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
355 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
356 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
357 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
358 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
359 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
360 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
361 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
362 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
363 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
364 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
365 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
366 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
367 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
368 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
369 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
370 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
371 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
372 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
373 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
374 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
375 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
376 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
377 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
378 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
379 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
380 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
381 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
382 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
383 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
384 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
385 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
386 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
387 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
388 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
389 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
390 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
391 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
392 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
393 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
394 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
395 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
396 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
397 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
398 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
399 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
400 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
401 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
402 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
403 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
404 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
405 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
406 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
407 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
408 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
409 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
410 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
411 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
412 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
413 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
414 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
415 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
416 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
417 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
418 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
419 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
420 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
421 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
422 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
423 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
424 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
425 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
426 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
427 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
428 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
429 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
430 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
431 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
432 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
433 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
434 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
435 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
436 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
437 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
438 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
439 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
440 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
441 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
442 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
443 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
444 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
445 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
446 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
447 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
448 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
449 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
450 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
451 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
452 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
453 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
454 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
455 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
456 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
457 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
458 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
459 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
460 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
461 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
462 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
463 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
464 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
465 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
466 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
467 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
468 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
469 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
470 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
471 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
472 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
473 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
474 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
475 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
476 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
477 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
478 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
479 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
480 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
481 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
482 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
483 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
484 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
485 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
486 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
487 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
488 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
489 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
490 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
491 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
492 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
493 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
494 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
495 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
496 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
497 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
498 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
499 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
500 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
501 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
502 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
503 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
504 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
505 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
506 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
507 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
508 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
509 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
510 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573
511 _geometry.cpython-39-darwin.so	0x000000010e0be7f5 find_close_points_boxes(Point_List const&, Point_List const&, float, Index_Set&, Index_Set&, Nearest_Points*) + 1573

Thread 1:: ThreadPoolServiceThread
0   libsystem_kernel.dylib        	0x00007fff2041d1d2 kevent64 + 10
1   QtWebEngineCore               	0x000000011ca2ce6a base::MessagePumpKqueue::DoInternalWork(base::MessagePump::Delegate::NextWorkInfo*) + 330
2   QtWebEngineCore               	0x000000011ca2ccc7 base::MessagePumpKqueue::Run(base::MessagePump::Delegate*) + 167
3   QtWebEngineCore               	0x000000011c9b562b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 139
4   QtWebEngineCore               	0x000000011c9797cb base::RunLoop::Run() + 395
5   QtWebEngineCore               	0x000000011c9c0a94 base::internal::ServiceThread::Run(base::RunLoop*) + 20
6   QtWebEngineCore               	0x000000011c9d4a7d base::Thread::ThreadMain() + 413
7   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
8   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
9   libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 2:: ThreadPoolBackgroundWorker
0   libsystem_kernel.dylib        	0x00007fff204142ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2041462c mach_msg + 60
2   QtWebEngineCore               	0x000000011ca22492 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 434
3   QtWebEngineCore               	0x000000011c9ca778 base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 56
4   QtWebEngineCore               	0x000000011c9cb150 base::internal::WorkerThread::RunWorker() + 1024
5   QtWebEngineCore               	0x000000011c9cac44 base::internal::WorkerThread::RunBackgroundPooledWorker() + 20
6   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
7   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
8   libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 3:: Chrome_IOThread
0   libsystem_kernel.dylib        	0x00007fff2041d1d2 kevent64 + 10
1   QtWebEngineCore               	0x000000011ca2ce6a base::MessagePumpKqueue::DoInternalWork(base::MessagePump::Delegate::NextWorkInfo*) + 330
2   QtWebEngineCore               	0x000000011ca2ccc7 base::MessagePumpKqueue::Run(base::MessagePump::Delegate*) + 167
3   QtWebEngineCore               	0x000000011c9b562b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 139
4   QtWebEngineCore               	0x000000011c9797cb base::RunLoop::Run() + 395
5   QtWebEngineCore               	0x00000001208f9f06 content::BrowserProcessSubThread::IOThreadRun(base::RunLoop*) + 102
6   QtWebEngineCore               	0x000000011c9d4a7d base::Thread::ThreadMain() + 413
7   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
8   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
9   libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 4:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff204142ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2041462c mach_msg + 60
2   QtWebEngineCore               	0x000000011ca22492 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 434
3   QtWebEngineCore               	0x000000011ca222cf base::WaitableEvent::Wait() + 31
4   QtWebEngineCore               	0x000000011c94a1db base::MessagePumpDefault::Run(base::MessagePump::Delegate*) + 171
5   QtWebEngineCore               	0x000000011c9b562b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 139
6   QtWebEngineCore               	0x000000011c9797cb base::RunLoop::Run() + 395
7   QtWebEngineCore               	0x000000011c9d4a7d base::Thread::ThreadMain() + 413
8   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
9   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
10  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 5:: ThreadPoolForegroundWorker
0   libsystem_kernel.dylib        	0x00007fff204142ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2041462c mach_msg + 60
2   QtWebEngineCore               	0x000000011ca22492 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 434
3   QtWebEngineCore               	0x000000011c9ca778 base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 56
4   QtWebEngineCore               	0x000000011c9cb150 base::internal::WorkerThread::RunWorker() + 1024
5   QtWebEngineCore               	0x000000011c9cacd4 base::internal::WorkerThread::RunPooledWorker() + 20
6   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
7   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
8   libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 6:: CompositorTileWorker1
0   libsystem_kernel.dylib        	0x00007fff20416cde __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff20449e49 _pthread_cond_wait + 1298
2   QtWebEngineCore               	0x000000011ca19e18 base::ConditionVariable::Wait() + 104
3   QtWebEngineCore               	0x000000011dcd15f8 non-virtual thunk to cc::SingleThreadTaskGraphRunner::Run() + 56
4   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
5   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
6   libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 7:: Chrome_InProcGpuThread
0   libsystem_kernel.dylib        	0x00007fff204142ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2041462c mach_msg + 60
2   QtWebEngineCore               	0x000000011ca22492 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 434
3   QtWebEngineCore               	0x000000011c94a20f base::MessagePumpDefault::Run(base::MessagePump::Delegate*) + 223
4   QtWebEngineCore               	0x000000011c9b562b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 139
5   QtWebEngineCore               	0x000000011c9797cb base::RunLoop::Run() + 395
6   QtWebEngineCore               	0x000000011c9d4a7d base::Thread::ThreadMain() + 413
7   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
8   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
9   libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 8:: Chrome_ChildIOThread
0   libsystem_kernel.dylib        	0x00007fff2041d1d2 kevent64 + 10
1   QtWebEngineCore               	0x000000011ca2ce6a base::MessagePumpKqueue::DoInternalWork(base::MessagePump::Delegate::NextWorkInfo*) + 330
2   QtWebEngineCore               	0x000000011ca2ccc7 base::MessagePumpKqueue::Run(base::MessagePump::Delegate*) + 167
3   QtWebEngineCore               	0x000000011c9b562b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 139
4   QtWebEngineCore               	0x000000011c9797cb base::RunLoop::Run() + 395
5   QtWebEngineCore               	0x000000011c9d4a7d base::Thread::ThreadMain() + 413
6   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
7   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
8   libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 9:: VizCompositorThread
0   libsystem_kernel.dylib        	0x00007fff204142ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2041462c mach_msg + 60
2   QtWebEngineCore               	0x000000011ca22492 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 434
3   QtWebEngineCore               	0x000000011ca222cf base::WaitableEvent::Wait() + 31
4   QtWebEngineCore               	0x000000011c94a1db base::MessagePumpDefault::Run(base::MessagePump::Delegate*) + 171
5   QtWebEngineCore               	0x000000011c9b562b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 139
6   QtWebEngineCore               	0x000000011c9797cb base::RunLoop::Run() + 395
7   QtWebEngineCore               	0x000000011c9d4a7d base::Thread::ThreadMain() + 413
8   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
9   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
10  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 10:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff204142ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2041462c mach_msg + 60
2   QtWebEngineCore               	0x000000011ca22492 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 434
3   QtWebEngineCore               	0x000000011ca222cf base::WaitableEvent::Wait() + 31
4   QtWebEngineCore               	0x000000011c94a1db base::MessagePumpDefault::Run(base::MessagePump::Delegate*) + 171
5   QtWebEngineCore               	0x000000011c9b562b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 139
6   QtWebEngineCore               	0x000000011c9797cb base::RunLoop::Run() + 395
7   QtWebEngineCore               	0x000000011c9d4a7d base::Thread::ThreadMain() + 413
8   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
9   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
10  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 11:: ThreadPoolSingleThreadForegroundBlocking0
0   libsystem_kernel.dylib        	0x00007fff204142ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2041462c mach_msg + 60
2   QtWebEngineCore               	0x000000011ca22492 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 434
3   QtWebEngineCore               	0x000000011ca222cf base::WaitableEvent::Wait() + 31
4   QtWebEngineCore               	0x000000011c9ca76a base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 42
5   QtWebEngineCore               	0x000000011c9cb150 base::internal::WorkerThread::RunWorker() + 1024
6   QtWebEngineCore               	0x000000011c9cad34 base::internal::WorkerThread::RunDedicatedWorker() + 20
7   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
8   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
9   libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 12:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff204142ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2041462c mach_msg + 60
2   QtWebEngineCore               	0x000000011ca22492 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 434
3   QtWebEngineCore               	0x000000011ca222cf base::WaitableEvent::Wait() + 31
4   QtWebEngineCore               	0x000000011c94a1db base::MessagePumpDefault::Run(base::MessagePump::Delegate*) + 171
5   QtWebEngineCore               	0x000000011c9b562b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 139
6   QtWebEngineCore               	0x000000011c9797cb base::RunLoop::Run() + 395
7   QtWebEngineCore               	0x000000011c9d4a7d base::Thread::ThreadMain() + 413
8   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
9   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
10  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 13:: MemoryInfra
0   libsystem_kernel.dylib        	0x00007fff204142ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2041462c mach_msg + 60
2   QtWebEngineCore               	0x000000011ca22492 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 434
3   QtWebEngineCore               	0x000000011ca222cf base::WaitableEvent::Wait() + 31
4   QtWebEngineCore               	0x000000011c94a1db base::MessagePumpDefault::Run(base::MessagePump::Delegate*) + 171
5   QtWebEngineCore               	0x000000011c9b562b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 139
6   QtWebEngineCore               	0x000000011c9797cb base::RunLoop::Run() + 395
7   QtWebEngineCore               	0x000000011c9d4a7d base::Thread::ThreadMain() + 413
8   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
9   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
10  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 14:: NetworkConfigWatcher
0   libsystem_kernel.dylib        	0x00007fff204142ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2041462c mach_msg + 60
2   QtWebEngineCore               	0x000000011ca22492 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 434
3   QtWebEngineCore               	0x000000011ca222cf base::WaitableEvent::Wait() + 31
4   QtWebEngineCore               	0x000000011c94a1db base::MessagePumpDefault::Run(base::MessagePump::Delegate*) + 171
5   QtWebEngineCore               	0x000000011c9b562b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, base::TimeDelta) + 139
6   QtWebEngineCore               	0x000000011c9797cb base::RunLoop::Run() + 395
7   QtWebEngineCore               	0x000000011c9d4a7d base::Thread::ThreadMain() + 413
8   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
9   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
10  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 15:
0   libsystem_kernel.dylib        	0x00007fff20416cde __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff20449e49 _pthread_cond_wait + 1298
2   org.python.python             	0x000000010cdf8c76 PyThread_acquire_lock_timed + 454
3   _queue.cpython-39-darwin.so   	0x000000014294057e _queue_SimpleQueue_get_impl + 526
4   _queue.cpython-39-darwin.so   	0x0000000142940126 _queue_SimpleQueue_get + 198
5   org.python.python             	0x000000010cd08934 cfunction_vectorcall_FASTCALL_KEYWORDS + 132
6   org.python.python             	0x000000010cda258c call_function + 732
7   org.python.python             	0x000000010cd9fb4b _PyEval_EvalFrameDefault + 25371
8   org.python.python             	0x000000010cda3283 _PyEval_EvalCode + 2611
9   org.python.python             	0x000000010ccca8d1 _PyFunction_Vectorcall + 289
10  org.python.python             	0x000000010cda01c3 _PyEval_EvalFrameDefault + 27027
11  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
12  org.python.python             	0x000000010cda258c call_function + 732
13  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
14  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
15  org.python.python             	0x000000010cda258c call_function + 732
16  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
17  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
18  org.python.python             	0x000000010cccc9d2 method_vectorcall + 274
19  org.python.python             	0x000000010ce473c6 t_bootstrap + 70
20  org.python.python             	0x000000010cdf88c9 pythread_wrapper + 25
21  libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
22  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 16:
0   libsystem_kernel.dylib        	0x00007fff20416cde __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff20449e49 _pthread_cond_wait + 1298
2   org.python.python             	0x000000010cdf8c76 PyThread_acquire_lock_timed + 454
3   _queue.cpython-39-darwin.so   	0x000000014294057e _queue_SimpleQueue_get_impl + 526
4   _queue.cpython-39-darwin.so   	0x0000000142940126 _queue_SimpleQueue_get + 198
5   org.python.python             	0x000000010cd08934 cfunction_vectorcall_FASTCALL_KEYWORDS + 132
6   org.python.python             	0x000000010cda258c call_function + 732
7   org.python.python             	0x000000010cd9fb4b _PyEval_EvalFrameDefault + 25371
8   org.python.python             	0x000000010cda3283 _PyEval_EvalCode + 2611
9   org.python.python             	0x000000010ccca8d1 _PyFunction_Vectorcall + 289
10  org.python.python             	0x000000010cda01c3 _PyEval_EvalFrameDefault + 27027
11  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
12  org.python.python             	0x000000010cda258c call_function + 732
13  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
14  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
15  org.python.python             	0x000000010cda258c call_function + 732
16  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
17  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
18  org.python.python             	0x000000010cccc9d2 method_vectorcall + 274
19  org.python.python             	0x000000010ce473c6 t_bootstrap + 70
20  org.python.python             	0x000000010cdf88c9 pythread_wrapper + 25
21  libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
22  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 17:
0   libsystem_kernel.dylib        	0x00007fff20416cde __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff20449e49 _pthread_cond_wait + 1298
2   org.python.python             	0x000000010cdf8c76 PyThread_acquire_lock_timed + 454
3   _queue.cpython-39-darwin.so   	0x000000014294057e _queue_SimpleQueue_get_impl + 526
4   _queue.cpython-39-darwin.so   	0x0000000142940126 _queue_SimpleQueue_get + 198
5   org.python.python             	0x000000010cd08934 cfunction_vectorcall_FASTCALL_KEYWORDS + 132
6   org.python.python             	0x000000010cda258c call_function + 732
7   org.python.python             	0x000000010cd9fb4b _PyEval_EvalFrameDefault + 25371
8   org.python.python             	0x000000010cda3283 _PyEval_EvalCode + 2611
9   org.python.python             	0x000000010ccca8d1 _PyFunction_Vectorcall + 289
10  org.python.python             	0x000000010cda01c3 _PyEval_EvalFrameDefault + 27027
11  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
12  org.python.python             	0x000000010cda258c call_function + 732
13  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
14  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
15  org.python.python             	0x000000010cda258c call_function + 732
16  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
17  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
18  org.python.python             	0x000000010cccc9d2 method_vectorcall + 274
19  org.python.python             	0x000000010ce473c6 t_bootstrap + 70
20  org.python.python             	0x000000010cdf88c9 pythread_wrapper + 25
21  libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
22  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 18:
0   libsystem_kernel.dylib        	0x00007fff20416cde __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff20449e49 _pthread_cond_wait + 1298
2   org.python.python             	0x000000010cdf8c76 PyThread_acquire_lock_timed + 454
3   _queue.cpython-39-darwin.so   	0x000000014294057e _queue_SimpleQueue_get_impl + 526
4   _queue.cpython-39-darwin.so   	0x0000000142940126 _queue_SimpleQueue_get + 198
5   org.python.python             	0x000000010cd08934 cfunction_vectorcall_FASTCALL_KEYWORDS + 132
6   org.python.python             	0x000000010cda258c call_function + 732
7   org.python.python             	0x000000010cd9fb4b _PyEval_EvalFrameDefault + 25371
8   org.python.python             	0x000000010cda3283 _PyEval_EvalCode + 2611
9   org.python.python             	0x000000010ccca8d1 _PyFunction_Vectorcall + 289
10  org.python.python             	0x000000010cda01c3 _PyEval_EvalFrameDefault + 27027
11  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
12  org.python.python             	0x000000010cda258c call_function + 732
13  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
14  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
15  org.python.python             	0x000000010cda258c call_function + 732
16  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
17  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
18  org.python.python             	0x000000010cccc9d2 method_vectorcall + 274
19  org.python.python             	0x000000010ce473c6 t_bootstrap + 70
20  org.python.python             	0x000000010cdf88c9 pythread_wrapper + 25
21  libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
22  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 19:
0   libsystem_kernel.dylib        	0x00007fff2041a9ca poll + 10
1   select.cpython-39-darwin.so   	0x000000010d88b802 select_poll_poll + 482
2   org.python.python             	0x000000010ccd306f method_vectorcall_FASTCALL + 335
3   org.python.python             	0x000000010cda258c call_function + 732
4   org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
5   org.python.python             	0x000000010cda3283 _PyEval_EvalCode + 2611
6   org.python.python             	0x000000010ccca8d1 _PyFunction_Vectorcall + 289
7   org.python.python             	0x000000010cda258c call_function + 732
8   org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
9   org.python.python             	0x000000010cda3283 _PyEval_EvalCode + 2611
10  org.python.python             	0x000000010ccca8d1 _PyFunction_Vectorcall + 289
11  org.python.python             	0x000000010cda258c call_function + 732
12  org.python.python             	0x000000010cd9fbe1 _PyEval_EvalFrameDefault + 25521
13  org.python.python             	0x000000010cda3283 _PyEval_EvalCode + 2611
14  org.python.python             	0x000000010ccca8d1 _PyFunction_Vectorcall + 289
15  org.python.python             	0x000000010cda258c call_function + 732
16  org.python.python             	0x000000010cd9fab3 _PyEval_EvalFrameDefault + 25219
17  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
18  org.python.python             	0x000000010cccca79 method_vectorcall + 441
19  org.python.python             	0x000000010cda01c3 _PyEval_EvalFrameDefault + 27027
20  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
21  org.python.python             	0x000000010cda258c call_function + 732
22  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
23  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
24  org.python.python             	0x000000010cda258c call_function + 732
25  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
26  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
27  org.python.python             	0x000000010cccc9d2 method_vectorcall + 274
28  org.python.python             	0x000000010ce473c6 t_bootstrap + 70
29  org.python.python             	0x000000010cdf88c9 pythread_wrapper + 25
30  libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
31  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 20:
0   libsystem_kernel.dylib        	0x00007fff20416cde __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff20449e49 _pthread_cond_wait + 1298
2   org.python.python             	0x000000010cdf8c76 PyThread_acquire_lock_timed + 454
3   _queue.cpython-39-darwin.so   	0x000000014294057e _queue_SimpleQueue_get_impl + 526
4   _queue.cpython-39-darwin.so   	0x0000000142940126 _queue_SimpleQueue_get + 198
5   org.python.python             	0x000000010cd08934 cfunction_vectorcall_FASTCALL_KEYWORDS + 132
6   org.python.python             	0x000000010cce6bba calliter_iternext + 74
7   org.python.python             	0x000000010cd9f3fb _PyEval_EvalFrameDefault + 23499
8   org.python.python             	0x000000010ccca948 function_code_fastcall + 104
9   org.python.python             	0x000000010cda01c3 _PyEval_EvalFrameDefault + 27027
10  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
11  org.python.python             	0x000000010cda258c call_function + 732
12  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
13  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
14  org.python.python             	0x000000010cda258c call_function + 732
15  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
16  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
17  org.python.python             	0x000000010cccc9d2 method_vectorcall + 274
18  org.python.python             	0x000000010ce473c6 t_bootstrap + 70
19  org.python.python             	0x000000010cdf88c9 pythread_wrapper + 25
20  libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
21  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 21:
0   libsystem_kernel.dylib        	0x00007fff20416cde __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff20449e49 _pthread_cond_wait + 1298
2   org.python.python             	0x000000010cdf8c76 PyThread_acquire_lock_timed + 454
3   _queue.cpython-39-darwin.so   	0x000000014294057e _queue_SimpleQueue_get_impl + 526
4   _queue.cpython-39-darwin.so   	0x0000000142940126 _queue_SimpleQueue_get + 198
5   org.python.python             	0x000000010cd08934 cfunction_vectorcall_FASTCALL_KEYWORDS + 132
6   org.python.python             	0x000000010cda258c call_function + 732
7   org.python.python             	0x000000010cd9fb4b _PyEval_EvalFrameDefault + 25371
8   org.python.python             	0x000000010ccca948 function_code_fastcall + 104
9   org.python.python             	0x000000010cda01c3 _PyEval_EvalFrameDefault + 27027
10  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
11  org.python.python             	0x000000010cda258c call_function + 732
12  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
13  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
14  org.python.python             	0x000000010cda258c call_function + 732
15  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
16  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
17  org.python.python             	0x000000010cccc9d2 method_vectorcall + 274
18  org.python.python             	0x000000010ce473c6 t_bootstrap + 70
19  org.python.python             	0x000000010cdf88c9 pythread_wrapper + 25
20  libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
21  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 22:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff204142ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2041462c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff20542b5f __CFRunLoopServiceMachPort + 316
3   com.apple.CoreFoundation      	0x00007fff2054123f __CFRunLoopRun + 1328
4   com.apple.CoreFoundation      	0x00007fff2054064c CFRunLoopRunSpecific + 563
5   com.apple.AppKit              	0x00007fff22ec768a _NSEventThread + 124
6   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
7   libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 23:: ThreadPoolSingleThreadSharedBackgroundBlocking1
0   libsystem_kernel.dylib        	0x00007fff204142ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2041462c mach_msg + 60
2   QtWebEngineCore               	0x000000011ca22492 base::WaitableEvent::TimedWait(base::TimeDelta const&) + 434
3   QtWebEngineCore               	0x000000011ca222cf base::WaitableEvent::Wait() + 31
4   QtWebEngineCore               	0x000000011c9ca76a base::internal::WorkerThread::Delegate::WaitForWork(base::WaitableEvent*) + 42
5   QtWebEngineCore               	0x000000011c9cae3d base::internal::WorkerThread::RunWorker() + 237
6   QtWebEngineCore               	0x000000011c9cac74 base::internal::WorkerThread::RunBackgroundSharedWorker() + 20
7   QtWebEngineCore               	0x000000011ca1de07 base::(anonymous namespace)::ThreadFunc(void*) + 87
8   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
9   libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 24:
0   libsystem_kernel.dylib        	0x00007fff20416cde __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff20449e49 _pthread_cond_wait + 1298
2   org.python.python             	0x000000010cd9880c take_gil + 188
3   org.python.python             	0x000000010cd98fa6 PyEval_RestoreThread + 22
4   org.python.python             	0x000000010ce47a29 acquire_timed + 121
5   org.python.python             	0x000000010ce47b30 lock_PyThread_acquire_lock + 48
6   org.python.python             	0x000000010ccd2e54 method_vectorcall_VARARGS_KEYWORDS + 388
7   org.python.python             	0x000000010cda258c call_function + 732
8   org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
9   org.python.python             	0x000000010cda3283 _PyEval_EvalCode + 2611
10  org.python.python             	0x000000010ccca8d1 _PyFunction_Vectorcall + 289
11  org.python.python             	0x000000010cda258c call_function + 732
12  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
13  org.python.python             	0x000000010cda3283 _PyEval_EvalCode + 2611
14  org.python.python             	0x000000010ccca8d1 _PyFunction_Vectorcall + 289
15  org.python.python             	0x000000010cda258c call_function + 732
16  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
17  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
18  org.python.python             	0x000000010cda01c3 _PyEval_EvalFrameDefault + 27027
19  org.python.python             	0x000000010cda3283 _PyEval_EvalCode + 2611
20  org.python.python             	0x000000010ccca8d1 _PyFunction_Vectorcall + 289
21  org.python.python             	0x000000010cda01c3 _PyEval_EvalFrameDefault + 27027
22  org.python.python             	0x000000010cda3283 _PyEval_EvalCode + 2611
23  org.python.python             	0x000000010ccca8d1 _PyFunction_Vectorcall + 289
24  org.python.python             	0x000000010cda258c call_function + 732
25  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
26  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
27  org.python.python             	0x000000010cda258c call_function + 732
28  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
29  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
30  org.python.python             	0x000000010cccc9d2 method_vectorcall + 274
31  org.python.python             	0x000000010ce473c6 t_bootstrap + 70
32  org.python.python             	0x000000010cdf88c9 pythread_wrapper + 25
33  libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
34  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 25:: ZMQbg/Reaper
0   libsystem_kernel.dylib        	0x00007fff20418c4a kevent + 10
1   libzmq.5.dylib                	0x000000015269e4bc zmq::kqueue_t::loop() + 284
2   libzmq.5.dylib                	0x00000001526ce98c zmq::worker_poller_base_t::worker_routine(void*) + 28
3   libzmq.5.dylib                	0x0000000152718302 thread_routine(void*) + 306
4   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
5   libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 26:: ZMQbg/IO/0
0   libsystem_kernel.dylib        	0x00007fff20418c4a kevent + 10
1   libzmq.5.dylib                	0x000000015269e4bc zmq::kqueue_t::loop() + 284
2   libzmq.5.dylib                	0x00000001526ce98c zmq::worker_poller_base_t::worker_routine(void*) + 28
3   libzmq.5.dylib                	0x0000000152718302 thread_routine(void*) + 306
4   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
5   libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 27:
0   libsystem_kernel.dylib        	0x00007fff20416cde __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff20449e49 _pthread_cond_wait + 1298
2   org.python.python             	0x000000010cd9880c take_gil + 188
3   org.python.python             	0x000000010cd98fa6 PyEval_RestoreThread + 22
4   select.cpython-39-darwin.so   	0x000000010d88adce select_kqueue_control + 926
5   org.python.python             	0x000000010ccd306f method_vectorcall_FASTCALL + 335
6   org.python.python             	0x000000010cda258c call_function + 732
7   org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
8   org.python.python             	0x000000010cda3283 _PyEval_EvalCode + 2611
9   org.python.python             	0x000000010ccca8d1 _PyFunction_Vectorcall + 289
10  org.python.python             	0x000000010cda258c call_function + 732
11  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
12  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
13  org.python.python             	0x000000010cda258c call_function + 732
14  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
15  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
16  org.python.python             	0x000000010cda258c call_function + 732
17  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
18  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
19  org.python.python             	0x000000010cda258c call_function + 732
20  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
21  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
22  org.python.python             	0x000000010cccc9d2 method_vectorcall + 274
23  org.python.python             	0x000000010cda01c3 _PyEval_EvalFrameDefault + 27027
24  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
25  org.python.python             	0x000000010cda258c call_function + 732
26  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
27  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
28  org.python.python             	0x000000010cda258c call_function + 732
29  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
30  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
31  org.python.python             	0x000000010cccc9d2 method_vectorcall + 274
32  org.python.python             	0x000000010ce473c6 t_bootstrap + 70
33  org.python.python             	0x000000010cdf88c9 pythread_wrapper + 25
34  libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
35  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 28:
0   libsystem_kernel.dylib        	0x00007fff2041a9ca poll + 10
1   libzmq.5.dylib                	0x00000001526ecb55 zmq::signaler_t::wait(int) const + 101
2   libzmq.5.dylib                	0x00000001526a25f7 zmq::mailbox_t::recv(zmq::command_t*, int) + 119
3   libzmq.5.dylib                	0x00000001526f04ec zmq::socket_base_t::process_commands(int, bool) + 236
4   libzmq.5.dylib                	0x00000001526f5398 zmq::socket_base_t::recv(zmq::msg_t*, int) + 936
5   libzmq.5.dylib                	0x000000015273fa66 s_recvmsg(zmq::socket_base_t*, zmq_msg_t*, int) + 38
6   libzmq.5.dylib                	0x000000015273f6c7 zmq_msg_recv + 71
7   socket.cpython-39-darwin.so   	0x00000001482c7394 __pyx_f_3zmq_7backend_6cython_6socket_6Socket_recv + 340
8   socket.cpython-39-darwin.so   	0x00000001482cbd50 __pyx_pw_3zmq_7backend_6cython_6socket_6Socket_27recv + 304
9   bit_generator.cpython-39-darwin.so	0x000000010da0141c __Pyx_CyFunction_CallAsMethod + 92
10  org.python.python             	0x000000010ccca17d _PyObject_MakeTpCall + 365
11  org.python.python             	0x000000010cccca01 method_vectorcall + 321
12  org.python.python             	0x000000010cda258c call_function + 732
13  org.python.python             	0x000000010cd9fab3 _PyEval_EvalFrameDefault + 25219
14  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
15  org.python.python             	0x000000010cda258c call_function + 732
16  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
17  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
18  org.python.python             	0x000000010cda258c call_function + 732
19  org.python.python             	0x000000010cd9fa92 _PyEval_EvalFrameDefault + 25186
20  org.python.python             	0x000000010ccca948 function_code_fastcall + 104
21  org.python.python             	0x000000010cccc9d2 method_vectorcall + 274
22  org.python.python             	0x000000010ce473c6 t_bootstrap + 70
23  org.python.python             	0x000000010cdf88c9 pythread_wrapper + 25
24  libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
25  libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 29:: ZMQbg/Reaper
0   libsystem_kernel.dylib        	0x00007fff20418c4a kevent + 10
1   libzmq.5.dylib                	0x000000015269e4bc zmq::kqueue_t::loop() + 284
2   libzmq.5.dylib                	0x00000001526ce98c zmq::worker_poller_base_t::worker_routine(void*) + 28
3   libzmq.5.dylib                	0x0000000152718302 thread_routine(void*) + 306
4   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
5   libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 30:: ZMQbg/IO/0
0   libsystem_kernel.dylib        	0x00007fff20418c4a kevent + 10
1   libzmq.5.dylib                	0x000000015269e4bc zmq::kqueue_t::loop() + 284
2   libzmq.5.dylib                	0x00000001526ce98c zmq::worker_poller_base_t::worker_routine(void*) + 28
3   libzmq.5.dylib                	0x0000000152718302 thread_routine(void*) + 306
4   libsystem_pthread.dylib       	0x00007fff204498fc _pthread_start + 224
5   libsystem_pthread.dylib       	0x00007fff20445443 thread_start + 15

Thread 31:
0   libsystem_pthread.dylib       	0x00007fff20445420 start_wqthread + 0

Thread 32:
0   libsystem_pthread.dylib       	0x00007fff20445420 start_wqthread + 0

Thread 33:
0   libsystem_pthread.dylib       	0x00007fff20445420 start_wqthread + 0

Thread 34:
0   libsystem_pthread.dylib       	0x00007fff20445420 start_wqthread + 0

Thread 35:
0   libsystem_pthread.dylib       	0x00007fff20445420 start_wqthread + 0

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x000000010ebc7e00  rcx: 0x00007f8e2d855a58  rdx: 0x0000000000000000
  rdi: 0x0000000000000103  rsi: 0x000000000000000b  rbp: 0x00007f8e2d855a80  rsp: 0x00007f8e2d855a58
   r8: 0x00007f8e2d855f48   r9: 0x8904fabc558cddd1  r10: 0x000000010ebc7e00  r11: 0x0000000000000246
  r12: 0x0000000000000103  r13: 0x0000000000000100  r14: 0x000000000000000b  r15: 0x0000000000000016
  rip: 0x00007fff2041a92e  rfl: 0x0000000000000246  cr2: 0x00007f8e34136c40
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133

Thread 0 instruction stream:
  e0 18 49 f7 d4 41 88 c8-45 01 c0 41 09 c0 41 83  ..I..A..E..A..A.
  c8 01 44 89 45 d4 41 0f-ba e5 1e 72 09 48 8b 05  ..D.E.A....r.H..
  53 8c 4c 60 eb 0a 48 8b-05 8a 8e ed 66 48 8b 00  S.L`..H.....fH..
  4c 8b 35 50 8e ed 66 48-8b 5d c0 48 89 45 b0 41  L.5P..fH.].H.E.A
  8b 3e 48 83 ec 08 48 8d-75 b0 48 89 da 4c 89 e1  .>H...H.u.H..L..
  41 b9 00 00 00 00 6a 01-6a 07 6a 03 6a 00 6a 00  A.....j.j.j.j.j.
 [e8]c2 81 01 00 48 83 c4-30 41 0f ba e5 1e 72 41  .....H..0A....rA	H...H.u.H.
  da 4c 89 e1 44 8b 45 d4-41 b9 00 00 00 00 6a 01  .L..D.E.A.....j.
  6a 07 6a 03 6a 00 6a 00-e8 7a 81 01 00 48 83 c4  j.j.j.j..z...H..
  30 85 c0 0f 85 44 01 00-00 41 0f ba e5 1e 48 8b  0....D...A....H.
  
Thread 0 last branch register state not available.


Binary Images:
       0x10cc81000 -        0x10cc81fff +edu.ucsf.cgl.ChimeraX (1.3.0 - 1.3.0.0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/MacOS/ChimeraX
       0x10cc8e000 -        0x10cef2fff +org.python.python (3.9.6, [c] 2001-2019 Python Software Foundation. - 3.9.6)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/Python
       0x10d055000 -        0x10d057fff +_heapq.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_heapq.cpython-39-darwin.so
       0x10d05f000 -        0x10d063fff +binascii.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/binascii.cpython-39-darwin.so
       0x10d06d000 -        0x10d072fff +zlib.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/zlib.cpython-39-darwin.so
       0x10d07c000 -        0x10d07efff +_bz2.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_bz2.cpython-39-darwin.so
       0x10d087000 -        0x10d0b8fff +_lzma.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_lzma.cpython-39-darwin.so
       0x10d0c7000 -        0x10d0c8fff +grp.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/grp.cpython-39-darwin.so
       0x10d0d1000 -        0x10d0d6fff +_struct.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_struct.cpython-39-darwin.so
       0x10d0e3000 -        0x10d0ebfff +math.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/math.cpython-39-darwin.so
       0x10d0f7000 -        0x10d0f8fff +_bisect.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_bisect.cpython-39-darwin.so
       0x10d100000 -        0x10d101fff +_random.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_random.cpython-39-darwin.so
       0x10d10a000 -        0x10d10efff +_sha512.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_sha512.cpython-39-darwin.so
       0x10d117000 -        0x10d11cfff +_json.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_json.cpython-39-darwin.so
       0x10d126000 -        0x10d4e1fff +_multiarray_umath.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-darwin.so
       0x10d61a000 -        0x10d731fff +libgfortran.3.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libgfortran.3.dylib
       0x10d79f000 -        0x10d7d5fff +libquadmath.0.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libquadmath.0.dylib
       0x10d7e9000 -        0x10d7fefff +libgcc_s.1.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libgcc_s.1.dylib
       0x10d80e000 -        0x10d81dfff +_datetime.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_datetime.cpython-39-darwin.so
       0x10d82e000 -        0x10d845fff +_pickle.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_pickle.cpython-39-darwin.so
       0x10d856000 -        0x10d865fff +_multiarray_tests.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/core/_multiarray_tests.cpython-39-darwin.so
       0x10d87e000 -        0x10d880fff +_posixsubprocess.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_posixsubprocess.cpython-39-darwin.so
       0x10d889000 -        0x10d88dfff +select.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/select.cpython-39-darwin.so
       0x10d897000 -        0x10d8a8fff +_ctypes.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_ctypes.cpython-39-darwin.so
       0x10d8bf000 -        0x10d8c2fff +lapack_lite.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/linalg/lapack_lite.cpython-39-darwin.so
       0x10d8cf000 -        0x10d8eafff +_umath_linalg.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/linalg/_umath_linalg.cpython-39-darwin.so
       0x10d903000 -        0x10d916fff +_pocketfft_internal.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/fft/_pocketfft_internal.cpython-39-darwin.so
       0x10d922000 -        0x10d995fff +mtrand.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/mtrand.cpython-39-darwin.so
       0x10d9f8000 -        0x10da17fff +bit_generator.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/bit_generator.cpython-39-darwin.so
       0x10da3a000 -        0x10da6dfff +_common.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_common.cpython-39-darwin.so
       0x10da8b000 -        0x10da91fff +_hashlib.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_hashlib.cpython-39-darwin.so
       0x10da9f000 -        0x10daf7fff +libssl.1.1.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/libssl.1.1.dylib
       0x10db26000 -        0x10dd3cfff +libcrypto.1.1.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/libcrypto.1.1.dylib
       0x10ddda000 -        0x10dde0fff +_blake2.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_blake2.cpython-39-darwin.so
       0x10ddea000 -        0x10de3dfff +_bounded_integers.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_bounded_integers.cpython-39-darwin.so
       0x10de6d000 -        0x10de7cfff +_mt19937.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_mt19937.cpython-39-darwin.so
       0x10de8f000 -        0x10de9efff +_philox.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_philox.cpython-39-darwin.so
       0x10deb0000 -        0x10debffff +_pcg64.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_pcg64.cpython-39-darwin.so
       0x10ded3000 -        0x10dedafff +_sfc64.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_sfc64.cpython-39-darwin.so
       0x10deeb000 -        0x10df76fff +_generator.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/random/_generator.cpython-39-darwin.so
       0x10dfe1000 -        0x10dfe1fff +_opcode.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_opcode.cpython-39-darwin.so
       0x10dfe9000 -        0x10dfe9fff +_arrays.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/arrays/_arrays.cpython-39-darwin.so
       0x10dff0000 -        0x10e091fff +libarrays.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/arrays/lib/libarrays.dylib
       0x10e0b5000 -        0x10e0d3fff +_geometry.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/geometry/_geometry.cpython-39-darwin.so
       0x10e0e8000 -        0x10e247fff +QtCore.abi3.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtCore.abi3.so
       0x10e3d6000 -        0x10e946fff +QtCore (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtCore.framework/Versions/5/QtCore
       0x10eaf0000 -        0x10eb8bfff  dyld (852)  /usr/lib/dyld
       0x10ec08000 -        0x1127bbfff +libopenblas.0.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/numpy/.dylibs/libopenblas.0.dylib
       0x1188a8000 -        0x1188bffff +sip.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/sip.cpython-39-darwin.so
       0x1188d6000 -        0x118b66fff +QtWidgets.abi3.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtWidgets.abi3.so
       0x118e5d000 -        0x1192a3fff +QtWidgets (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtWidgets.framework/Versions/5/QtWidgets
       0x1194a0000 -        0x119989fff +QtGui (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtGui.framework/Versions/5/QtGui
       0x119b3c000 -        0x119ca5fff +QtGui.abi3.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtGui.abi3.so
       0x119e52000 -        0x119e73fff +QtWebEngineWidgets.abi3.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtWebEngineWidgets.abi3.so
       0x119ea5000 -        0x119ec8fff +QtWebEngineWidgets (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtWebEngineWidgets.framework/Versions/5/QtWebEngineWidgets
       0x119f00000 -        0x121beefff +QtWebEngineCore (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtWebEngineCore.framework/Versions/5/QtWebEngineCore
       0x126268000 -        0x1265acfff +QtQuick (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtQuick.framework/Versions/5/QtQuick
       0x1267d0000 -        0x1267fbfff +QtPrintSupport (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtPrintSupport.framework/Versions/5/QtPrintSupport
       0x126829000 -        0x126881fff +QtQmlModels (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtQmlModels.framework/Versions/5/QtQmlModels
       0x1268c2000 -        0x1268dbfff +QtWebChannel (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtWebChannel.framework/Versions/5/QtWebChannel
       0x1268f2000 -        0x126c4afff +QtQml (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtQml.framework/Versions/5/QtQml
       0x126dbe000 -        0x126ecefff +QtNetwork (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtNetwork.framework/Versions/5/QtNetwork
       0x126f5c000 -        0x126fc2fff +QtPositioning (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtPositioning.framework/Versions/5/QtPositioning
       0x126ff4000 -        0x127000fff +QtQuickWidgets (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtQuickWidgets.framework/Versions/5/QtQuickWidgets
       0x127012000 -        0x127017fff +QtWebChannel.abi3.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtWebChannel.abi3.so
       0x127022000 -        0x127083fff +QtNetwork.abi3.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtNetwork.abi3.so
       0x127104000 -        0x127114fff +QtWebEngineCore.abi3.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtWebEngineCore.abi3.so
       0x12712d000 -        0x12714dfff +QtPrintSupport.abi3.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtPrintSupport.abi3.so
       0x1271fe000 -        0x12736cfff +libqcocoa.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/plugins/platforms/libqcocoa.dylib
       0x127400000 -        0x12745ffff +QtDBus (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtDBus.framework/Versions/5/QtDBus
       0x128159000 -        0x128168fff  libobjc-trampolines.dylib (824)  /usr/lib/libobjc-trampolines.dylib
       0x128dde000 -        0x128e03fff +libqmacstyle.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/plugins/styles/libqmacstyle.dylib
       0x128e1f000 -        0x128e21fff +fcntl.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/fcntl.cpython-39-darwin.so
       0x128e29000 -        0x128e36fff +_socket.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_socket.cpython-39-darwin.so
       0x129a11000 -        0x129a3afff +pyexpat.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/pyexpat.cpython-39-darwin.so
       0x129a53000 -        0x129a5afff +array.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/array.cpython-39-darwin.so
       0x129a67000 -        0x129a67fff +_load_libs.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic_lib/_load_libs.cpython-39-darwin.so
       0x129a6f000 -        0x129b9bfff +libatomstruct.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic_lib/lib/libatomstruct.dylib
       0x129c38000 -        0x129c3dfff +libelement.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic_lib/lib/libelement.dylib
       0x129c4d000 -        0x129c4dfff +libpyinstance.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic_lib/lib/libpyinstance.dylib
       0x129c55000 -        0x129c87fff +libmolc.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic/libmolc.dylib
       0x129cc8000 -        0x129d20fff +cymol.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic/cymol.cpython-39-darwin.so
       0x129d61000 -        0x129d7afff +tinyarray.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/tinyarray.cpython-39-darwin.so
       0x129d97000 -        0x129d9efff +cytmpl.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/atomic/cytmpl.cpython-39-darwin.so
       0x129dae000 -        0x129e30fff +_map.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/map/_map.cpython-39-darwin.so
       0x129e5e000 -        0x129e72fff +_ssl.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_ssl.cpython-39-darwin.so
       0x129e8c000 -        0x129e8cfff +_scproxy.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_scproxy.cpython-39-darwin.so
       0x129e94000 -        0x129eb8fff +_surface.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/surface/_surface.cpython-39-darwin.so
       0x129ecd000 -        0x129ed0fff +lib_geometry.dylib (0)  /Users/USER/Library/Application Support/ChimeraX/*/lib_geometry.dylib
       0x129ed9000 -        0x12a0d0fff +_openmm.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/openmm/_openmm.cpython-39-darwin.so
       0x12a190000 -        0x12a3a7fff +libOpenMM.7.6.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/lib/libOpenMM.7.6.dylib
       0x12a4a1000 -        0x12a4cffff +libOpenMMAmoeba.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/lib/libOpenMMAmoeba.dylib
       0x12a4f5000 -        0x12a4fdfff +libOpenMMRPMD.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/lib/libOpenMMRPMD.dylib
       0x12a50a000 -        0x12a517fff +libOpenMMDrude.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/lib/libOpenMMDrude.dylib
       0x12a528000 -        0x12a580fff +libOpenMMCPU.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/lib/plugins/libOpenMMCPU.dylib
       0x12a5b7000 -        0x12a78dfff +libOpenMMOpenCL.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/lib/plugins/libOpenMMOpenCL.dylib
       0x12a7ee000 -        0x12a801fff +libOpenMMRPMDOpenCL.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/lib/plugins/libOpenMMRPMDOpenCL.dylib
       0x12a80f000 -        0x12a81efff +libOpenMMDrudeOpenCL.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/lib/plugins/libOpenMMDrudeOpenCL.dylib
       0x12a82b000 -        0x12a8fffff +libOpenMMAmoebaOpenCL.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/lib/plugins/libOpenMMAmoebaOpenCL.dylib
       0x12a91b000 -        0x12a922fff +libOpenMMRPMDReference.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/lib/plugins/libOpenMMRPMDReference.dylib
       0x12a92c000 -        0x12a934fff +libOpenMMDrudeReference.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/lib/plugins/libOpenMMDrudeReference.dylib
       0x12a93f000 -        0x12a99bfff +libOpenMMAmoebaReference.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/lib/plugins/libOpenMMAmoebaReference.dylib
       0x12a9c0000 -        0x12a9c9fff +_elementtree.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_elementtree.cpython-39-darwin.so
       0x12a9d9000 -        0x12a9f1fff +compiled.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/openmm/app/internal/compiled.cpython-39-darwin.so
       0x12aa03000 -        0x12aa86fff +libmolc.dylib (0)  /Users/USER/Library/Application Support/ChimeraX/*/libmolc.dylib
       0x12ab2b000 -        0x12ab33fff +errorchecker.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/errorchecker.cpython-39-darwin.so
       0x12ab42000 -        0x12ab6cfff +arraydatatype.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/arraydatatype.cpython-39-darwin.so
       0x12ab90000 -        0x12abc2fff +wrapper.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/wrapper.cpython-39-darwin.so
       0x12abeb000 -        0x12abf4fff +formathandler.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/formathandler.cpython-39-darwin.so
       0x12ac04000 -        0x12ac0bfff +latebind.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/latebind.cpython-39-darwin.so
       0x12ac1a000 -        0x12ac33fff +vbo.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/vbo.cpython-39-darwin.so
       0x12c96c000 -        0x12c9cbfff +_imaging.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/_imaging.cpython-39-darwin.so
       0x12c9fc000 -        0x12ca33fff +libjpeg.9.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libjpeg.9.dylib
       0x12ca4c000 -        0x12ca67fff +libz.1.2.11.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libz.1.2.11.dylib
       0x12ca74000 -        0x12ca77fff +libXau.6.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libXau.6.dylib
       0x12ceec000 -        0x12cf6ffff +libopenjp2.2.4.0.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libopenjp2.2.4.0.dylib
       0x12cf84000 -        0x12d01bfff +libtiff.5.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libtiff.5.dylib
       0x12d034000 -        0x12d05bfff +libxcb.1.1.0.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/libxcb.1.1.0.dylib
       0x12d078000 -        0x12d0abfff +liblzma.5.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PIL/.dylibs/liblzma.5.dylib
       0x12d0bc000 -        0x12d106fff +_decimal.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_decimal.cpython-39-darwin.so
       0x12d505000 -        0x12d50cfff +libqgif.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/plugins/imageformats/libqgif.dylib
       0x12d515000 -        0x12d51cfff +libqicns.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/plugins/imageformats/libqicns.dylib
       0x12d526000 -        0x12d52bfff +libqico.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/plugins/imageformats/libqico.dylib
       0x12d535000 -        0x12d599fff +libqjpeg.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/plugins/imageformats/libqjpeg.dylib
       0x12d5a9000 -        0x12d5affff +libqmacheif.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/plugins/imageformats/libqmacheif.dylib
       0x12d5b9000 -        0x12d5befff +libqmacjp2.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/plugins/imageformats/libqmacjp2.dylib
       0x12d5c8000 -        0x12d5cdfff +libqsvg.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/plugins/imageformats/libqsvg.dylib
       0x12d5d7000 -        0x12d60bfff +QtSvg (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/lib/QtSvg.framework/Versions/5/QtSvg
       0x12d634000 -        0x12d638fff +libqtga.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/plugins/imageformats/libqtga.dylib
       0x12d641000 -        0x12d6a7fff +libqtiff.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/plugins/imageformats/libqtiff.dylib
       0x12d6bb000 -        0x12d6bffff +libqwbmp.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/plugins/imageformats/libqwbmp.dylib
       0x12d6c8000 -        0x12d75efff +libqwebp.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/Qt/plugins/imageformats/libqwebp.dylib
       0x1417b3000 -        0x1418bdfff +unicodedata.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/unicodedata.cpython-39-darwin.so
       0x1418cb000 -        0x1418cbfff +_mac_util.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/chimerax/core/_mac_util.so
       0x14292c000 -        0x14292efff +termios.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/termios.cpython-39-darwin.so
       0x142937000 -        0x142937fff +_uuid.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_uuid.cpython-39-darwin.so
       0x14293f000 -        0x142940fff +_queue.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_queue.cpython-39-darwin.so
       0x142949000 -        0x14294afff +_multiprocessing.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_multiprocessing.cpython-39-darwin.so
       0x142953000 -        0x142953fff +_posixshmem.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_posixshmem.cpython-39-darwin.so
       0x142a7a000 -        0x142a91fff  com.apple.security.csparser (3.0 - 59754.120.12)  /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x144ac6000 -        0x144ad6fff +numpy_formathandler.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/numpy_formathandler.cpython-39-darwin.so
       0x144da8000 -        0x144dadfff +nones_formathandler.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/OpenGL_accelerate/nones_formathandler.cpython-39-darwin.so
       0x147248000 -        0x147248fff +_contextvars.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_contextvars.cpython-39-darwin.so
       0x147250000 -        0x147251fff +resource.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/resource.cpython-39-darwin.so
       0x1478ab000 -        0x1478adfff +_lsprof.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_lsprof.cpython-39-darwin.so
       0x14810c000 -        0x148114fff +_asyncio.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_asyncio.cpython-39-darwin.so
       0x148124000 -        0x148211fff +_sqlite3.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_sqlite3.cpython-39-darwin.so
       0x148243000 -        0x14824efff +constants.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/zmq/backend/cython/constants.cpython-39-darwin.so
       0x148263000 -        0x148266fff +error.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/zmq/backend/cython/error.cpython-39-darwin.so
       0x148277000 -        0x148286fff +message.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/zmq/backend/cython/message.cpython-39-darwin.so
       0x14829f000 -        0x1482aafff +context.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/zmq/backend/cython/context.cpython-39-darwin.so
       0x1482bf000 -        0x1482d6fff +socket.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/zmq/backend/cython/socket.cpython-39-darwin.so
       0x1482f7000 -        0x1482fefff +utils.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/zmq/backend/cython/utils.cpython-39-darwin.so
       0x14830f000 -        0x14831afff +_poll.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/zmq/backend/cython/_poll.cpython-39-darwin.so
       0x14832b000 -        0x14832efff +_version.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/zmq/backend/cython/_version.cpython-39-darwin.so
       0x1483bc000 -        0x1483c3fff +_device.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/zmq/backend/cython/_device.cpython-39-darwin.so
       0x1483d4000 -        0x1483dbfff +_proxy_steerable.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/zmq/backend/cython/_proxy_steerable.cpython-39-darwin.so
       0x1483ec000 -        0x1483ecfff +speedups.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/tornado/speedups.cpython-39-darwin.so
       0x1483f4000 -        0x148407fff +_curses.cpython-39-darwin.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload/_curses.cpython-39-darwin.so
       0x14841c000 -        0x148470fff +libncursesw.5.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/libncursesw.5.dylib
       0x14858c000 -        0x14867bfff +libsodium.23.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/zmq/.dylibs/libsodium.23.dylib
       0x148698000 -        0x1486a7fff +QtSvg.abi3.so (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/PyQt5/QtSvg.abi3.so
       0x152662000 -        0x152765fff +libzmq.5.dylib (0)  /Applications/ChimeraX-1.3-rc2021.12.03.app/Contents/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/zmq/.dylibs/libzmq.5.dylib
    0x7fff20181000 -     0x7fff20182fff  libsystem_blocks.dylib (79)  /usr/lib/system/libsystem_blocks.dylib
    0x7fff20183000 -     0x7fff201b8fff  libxpc.dylib (2038.120.1)  /usr/lib/system/libxpc.dylib
    0x7fff201b9000 -     0x7fff201d0fff  libsystem_trace.dylib (1277.120.1)  /usr/lib/system/libsystem_trace.dylib
    0x7fff201d1000 -     0x7fff2026efff  libcorecrypto.dylib (1000.120.2)  /usr/lib/system/libcorecrypto.dylib
    0x7fff2026f000 -     0x7fff2029bfff  libsystem_malloc.dylib (317.121.1)  /usr/lib/system/libsystem_malloc.dylib
    0x7fff2029c000 -     0x7fff202e0fff  libdispatch.dylib (1271.120.2)  /usr/lib/system/libdispatch.dylib
    0x7fff202e1000 -     0x7fff2031afff  libobjc.A.dylib (824)  /usr/lib/libobjc.A.dylib
    0x7fff2031b000 -     0x7fff2031dfff  libsystem_featureflags.dylib (28.60.1)  /usr/lib/system/libsystem_featureflags.dylib
    0x7fff2031e000 -     0x7fff203a6fff  libsystem_c.dylib (1439.100.3)  /usr/lib/system/libsystem_c.dylib
    0x7fff203a7000 -     0x7fff203fcfff  libc++.1.dylib (905.6)  /usr/lib/libc++.1.dylib
    0x7fff203fd000 -     0x7fff20412fff  libc++abi.dylib (905.6)  /usr/lib/libc++abi.dylib
    0x7fff20413000 -     0x7fff20442fff  libsystem_kernel.dylib (7195.121.3)  /usr/lib/system/libsystem_kernel.dylib
    0x7fff20443000 -     0x7fff2044efff  libsystem_pthread.dylib (454.120.2)  /usr/lib/system/libsystem_pthread.dylib
    0x7fff2044f000 -     0x7fff2048afff  libdyld.dylib (852)  /usr/lib/system/libdyld.dylib
    0x7fff2048b000 -     0x7fff20494fff  libsystem_platform.dylib (254.80.2)  /usr/lib/system/libsystem_platform.dylib
    0x7fff20495000 -     0x7fff204c0fff  libsystem_info.dylib (542.40.3)  /usr/lib/system/libsystem_info.dylib
    0x7fff204c1000 -     0x7fff2095efff  com.apple.CoreFoundation (6.9 - 1776.103)  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff2095f000 -     0x7fff20b93fff  com.apple.LaunchServices (1122.38 - 1122.38)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff20b94000 -     0x7fff20c67fff  com.apple.gpusw.MetalTools (1.0 - 1)  /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff20c68000 -     0x7fff20ec4fff  libBLAS.dylib (1336.120.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff20ec5000 -     0x7fff20f12fff  com.apple.Lexicon-framework (1.0 - 86.2)  /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff20f13000 -     0x7fff20f81fff  libSparse.dylib (106)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff20f82000 -     0x7fff20ffffff  com.apple.SystemConfiguration (1.20 - 1.20)  /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff21000000 -     0x7fff21034fff  libCRFSuite.dylib (50)  /usr/lib/libCRFSuite.dylib
    0x7fff21035000 -     0x7fff2126dfff  libmecabra.dylib (929.10)  /usr/lib/libmecabra.dylib
    0x7fff2126e000 -     0x7fff215ccfff  com.apple.Foundation (6.9 - 1776.103)  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff215cd000 -     0x7fff216b5fff  com.apple.LanguageModeling (1.0 - 247.3)  /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff216b6000 -     0x7fff217ecfff  com.apple.CoreDisplay (237.3 - 237.3)  /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff217ed000 -     0x7fff21a5dfff  com.apple.audio.AudioToolboxCore (1.0 - 1181.68)  /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff21a5e000 -     0x7fff21c43fff  com.apple.CoreText (677.5.0.5 - 677.5.0.5)  /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff21c44000 -     0x7fff222d4fff  com.apple.audio.CoreAudio (5.0 - 5.0)  /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff222d5000 -     0x7fff22629fff  com.apple.security (7.0 - 59754.120.12)  /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff2262a000 -     0x7fff22889fff  libicucore.A.dylib (66112)  /usr/lib/libicucore.A.dylib
    0x7fff2288a000 -     0x7fff22893fff  libsystem_darwin.dylib (1439.100.3)  /usr/lib/system/libsystem_darwin.dylib
    0x7fff22894000 -     0x7fff22b7ffff  com.apple.CoreServices.CarbonCore (1307.3 - 1307.3)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff22b80000 -     0x7fff22bbefff  com.apple.CoreServicesInternal (476.1.1 - 476.1.1)  /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff22bbf000 -     0x7fff22bf9fff  com.apple.CSStore (1122.38 - 1122.38)  /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff22bfa000 -     0x7fff22ca8fff  com.apple.framework.IOKit (2.0.2 - 1845.120.6)  /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff22ca9000 -     0x7fff22cb4fff  libsystem_notify.dylib (279.40.4)  /usr/lib/system/libsystem_notify.dylib
    0x7fff22cb5000 -     0x7fff22d02fff  libsandbox.1.dylib (1441.120.5)  /usr/lib/libsandbox.1.dylib
    0x7fff22d03000 -     0x7fff23a4bfff  com.apple.AppKit (6.9 - 2022.50.114)  /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff23a4c000 -     0x7fff23c9afff  com.apple.UIFoundation (1.0 - 728.8)  /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff23c9b000 -     0x7fff23cadfff  com.apple.UniformTypeIdentifiers (637 - 637)  /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
    0x7fff23cae000 -     0x7fff23e38fff  com.apple.desktopservices (1.20 - 1346.5.1)  /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff23e4c000 -     0x7fff2405afff  com.apple.CoreDuet (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff2405b000 -     0x7fff24117fff  libboringssl.dylib (351.100.9)  /usr/lib/libboringssl.dylib
    0x7fff24118000 -     0x7fff2479efff  libnetwork.dylib (2288.121.1)  /usr/lib/libnetwork.dylib
    0x7fff2479f000 -     0x7fff24c3dfff  com.apple.CFNetwork (1240.0.4 - 1240.0.4)  /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff24c3e000 -     0x7fff24c4cfff  libsystem_networkextension.dylib (1295.120.5)  /usr/lib/system/libsystem_networkextension.dylib
    0x7fff24c4d000 -     0x7fff24c4dfff  libenergytrace.dylib (22.100.1)  /usr/lib/libenergytrace.dylib
    0x7fff24c4e000 -     0x7fff24caafff  libMobileGestalt.dylib (978.120.1)  /usr/lib/libMobileGestalt.dylib
    0x7fff24cab000 -     0x7fff24cc1fff  libsystem_asl.dylib (385)  /usr/lib/system/libsystem_asl.dylib
    0x7fff24cc2000 -     0x7fff24cd9fff  com.apple.TCC (1.0 - 1)  /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff24cda000 -     0x7fff2503efff  com.apple.SkyLight (1.600.0 - 588.1)  /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff2503f000 -     0x7fff256c8fff  com.apple.CoreGraphics (2.0 - 1463.14.2)  /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff256c9000 -     0x7fff257bffff  com.apple.ColorSync (4.13.0 - 3473.4.3)  /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff257c0000 -     0x7fff2581bfff  com.apple.HIServices (1.22 - 716)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff2590f000 -     0x7fff25acffff  com.apple.Montreal (1.0 - 142)  /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
    0x7fff25bc2000 -     0x7fff25fe1fff  com.apple.CoreData (120 - 1048)  /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff25fe2000 -     0x7fff25ff7fff  com.apple.ProtocolBuffer (1 - 285.24.10.20.1)  /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff25ff8000 -     0x7fff261abfff  libsqlite3.dylib (321.3)  /usr/lib/libsqlite3.dylib
    0x7fff261ac000 -     0x7fff26228fff  com.apple.Accounts (113 - 113)  /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff26229000 -     0x7fff26240fff  com.apple.commonutilities (8.0 - 900)  /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff26241000 -     0x7fff262c0fff  com.apple.BaseBoard (526 - 526)  /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff262c1000 -     0x7fff26309fff  com.apple.RunningBoardServices (1.0 - 505.100.8)  /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff2630a000 -     0x7fff2637efff  com.apple.AE (918.6 - 918.6)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff2637f000 -     0x7fff26385fff  libdns_services.dylib (1310.120.71)  /usr/lib/libdns_services.dylib
    0x7fff26386000 -     0x7fff2638dfff  libsystem_symptoms.dylib (1431.120.1)  /usr/lib/system/libsystem_symptoms.dylib
    0x7fff2638e000 -     0x7fff26519fff  com.apple.Network (1.0 - 1)  /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff2651a000 -     0x7fff26549fff  com.apple.analyticsd (1.0 - 1)  /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff2654a000 -     0x7fff2654cfff  libDiagnosticMessagesClient.dylib (112)  /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff2654d000 -     0x7fff26599fff  com.apple.spotlight.metadata.utilities (1.0 - 2150.21)  /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff2659a000 -     0x7fff26634fff  com.apple.Metadata (10.7.0 - 2150.21)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff26635000 -     0x7fff2663bfff  com.apple.DiskArbitration (2.7 - 2.7)  /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff2663c000 -     0x7fff26ca3fff  com.apple.vImage (8.1 - 544.4)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff26ca4000 -     0x7fff26f80fff  com.apple.QuartzCore (1.11 - 927.21)  /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff26f81000 -     0x7fff26fc2fff  libFontRegistry.dylib (309)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff26fc3000 -     0x7fff27103fff  com.apple.coreui (2.1 - 692.1)  /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff27104000 -     0x7fff271effff  com.apple.ViewBridge (553.1 - 553.1)  /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff271f0000 -     0x7fff271fbfff  com.apple.PerformanceAnalysis (1.278.3 - 278.3)  /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff271fc000 -     0x7fff2720bfff  com.apple.OpenDirectory (11.4 - 230.40.1)  /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff2720c000 -     0x7fff2722bfff  com.apple.CFOpenDirectory (11.4 - 230.40.1)  /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff2722c000 -     0x7fff27238fff  com.apple.CoreServices.FSEvents (1290.120.5 - 1290.120.5)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff27239000 -     0x7fff2725dfff  com.apple.coreservices.SharedFileList (144 - 144)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff2725e000 -     0x7fff27260fff  libapp_launch_measurement.dylib (14.1)  /usr/lib/libapp_launch_measurement.dylib
    0x7fff27261000 -     0x7fff272a8fff  com.apple.CoreAutoLayout (1.0 - 21.10.1)  /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
    0x7fff272a9000 -     0x7fff2738bfff  libxml2.2.dylib (34.9)  /usr/lib/libxml2.2.dylib
    0x7fff2738c000 -     0x7fff273d9fff  com.apple.CoreVideo (1.8 - 414.7)  /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff273da000 -     0x7fff273dcfff  com.apple.loginsupport (1.0 - 1)  /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff273dd000 -     0x7fff27404fff  com.apple.aps.framework (4.0 - 4.0)  /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff27405000 -     0x7fff27420fff  com.apple.UserManagement (1.0 - 1)  /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff27421000 -     0x7fff275b2fff  com.apple.cloudkit.CloudKit (985 - 985)  /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff27635000 -     0x7fff279c4fff  com.apple.CoreML (1.0 - 1)  /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
    0x7fff28317000 -     0x7fff28393fff  com.apple.corelocation (2420.19.23 - 2420.19.23)  /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff28394000 -     0x7fff283a4fff  libsystem_containermanager.dylib (318.100.4)  /usr/lib/system/libsystem_containermanager.dylib
    0x7fff283a5000 -     0x7fff283b6fff  com.apple.IOSurface (290.8.1 - 290.8.1)  /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff283b7000 -     0x7fff283c0fff  com.apple.IOAccelerator (442.9 - 442.9)  /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff283c1000 -     0x7fff284e4fff  com.apple.Metal (244.201 - 244.201)  /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff284e5000 -     0x7fff28501fff  com.apple.audio.caulk (1.0 - 70)  /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff28502000 -     0x7fff285ecfff  com.apple.CoreMedia (1.0 - 2775.22)  /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff285ed000 -     0x7fff2874dfff  libFontParser.dylib (305.5.0.1)  /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff2874e000 -     0x7fff28a49fff  com.apple.HIToolbox (2.1.1 - 1061.11)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff28a4a000 -     0x7fff28a5dfff  com.apple.framework.DFRFoundation (1.0 - 266)  /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff28a5e000 -     0x7fff28a61fff  com.apple.dt.XCTTargetBootstrap (1.0 - 18119.1)  /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff28a62000 -     0x7fff28a8bfff  com.apple.CoreSVG (1.0 - 149)  /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff28a8c000 -     0x7fff28cc8fff  com.apple.ImageIO (3.3.0 - 2130.5.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff28cc9000 -     0x7fff29044fff  com.apple.CoreImage (16.3.0 - 1140.2)  /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff29045000 -     0x7fff290abfff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff290ac000 -     0x7fff290affff  libsystem_configuration.dylib (1109.120.1)  /usr/lib/system/libsystem_configuration.dylib
    0x7fff290b0000 -     0x7fff290b4fff  libsystem_sandbox.dylib (1441.120.5)  /usr/lib/system/libsystem_sandbox.dylib
    0x7fff290b5000 -     0x7fff290b6fff  com.apple.AggregateDictionary (1.0 - 1)  /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff290b7000 -     0x7fff290bafff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5)  /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff290bb000 -     0x7fff290bcfff  liblangid.dylib (136)  /usr/lib/liblangid.dylib
    0x7fff290bd000 -     0x7fff29161fff  com.apple.CoreNLP (1.0 - 245.2)  /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff29162000 -     0x7fff29168fff  com.apple.LinguisticData (1.0 - 399)  /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff29169000 -     0x7fff29811fff  libBNNS.dylib (288.100.5)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff29812000 -     0x7fff299e4fff  libvDSP.dylib (760.100.3)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff299e5000 -     0x7fff299f6fff  com.apple.CoreEmoji (1.0 - 128.4)  /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff299f7000 -     0x7fff29a01fff  com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0)  /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
    0x7fff29a02000 -     0x7fff29ad4fff  com.apple.framework.CoreWLAN (16.0 - 1657)  /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff29ad5000 -     0x7fff29cd6fff  com.apple.CoreUtils (6.6 - 660.37)  /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff29cd7000 -     0x7fff29cf9fff  com.apple.MobileKeyBag (2.0 - 1.0)  /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff29cfa000 -     0x7fff29d0afff  com.apple.AssertionServices (1.0 - 505.100.8)  /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff29d0b000 -     0x7fff29d96fff  com.apple.securityfoundation (6.0 - 55240.40.4)  /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff29d97000 -     0x7fff29da0fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104)  /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff29da1000 -     0x7fff29da5fff  com.apple.xpc.ServiceManagement (1.0 - 1)  /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff29da6000 -     0x7fff29da8fff  libquarantine.dylib (119.40.2)  /usr/lib/system/libquarantine.dylib
    0x7fff29da9000 -     0x7fff29db4fff  libCheckFix.dylib (31)  /usr/lib/libCheckFix.dylib
    0x7fff29db5000 -     0x7fff29dccfff  libcoretls.dylib (169.100.1)  /usr/lib/libcoretls.dylib
    0x7fff29dcd000 -     0x7fff29dddfff  libbsm.0.dylib (68.40.1)  /usr/lib/libbsm.0.dylib
    0x7fff29dde000 -     0x7fff29e27fff  libmecab.dylib (929.10)  /usr/lib/libmecab.dylib
    0x7fff29e28000 -     0x7fff29e2dfff  libgermantok.dylib (24)  /usr/lib/libgermantok.dylib
    0x7fff29e2e000 -     0x7fff29e43fff  libLinearAlgebra.dylib (1336.120.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff29e44000 -     0x7fff2a062fff  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff2a063000 -     0x7fff2a0b2fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff2a0b3000 -     0x7fff2a214fff  com.apple.MLCompute (1.0 - 1)  /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
    0x7fff2a215000 -     0x7fff2a24bfff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff2a24c000 -     0x7fff2a2a2fff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff2a2a3000 -     0x7fff2a333fff  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff2a334000 -     0x7fff2a343fff  com.apple.AppleFSCompression (125 - 1.0)  /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff2a344000 -     0x7fff2a350fff  libbz2.1.0.dylib (44)  /usr/lib/libbz2.1.0.dylib
    0x7fff2a351000 -     0x7fff2a355fff  libsystem_coreservices.dylib (127.1)  /usr/lib/system/libsystem_coreservices.dylib
    0x7fff2a356000 -     0x7fff2a383fff  com.apple.CoreServices.OSServices (1122.38 - 1122.38)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff2a384000 -     0x7fff2a4b3fff  com.apple.AuthKit (1.0 - 1)  /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff2a4b4000 -     0x7fff2a4e2fff  com.apple.UserNotifications (1.0 - 348.5)  /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications
    0x7fff2a552000 -     0x7fff2a564fff  libz.1.dylib (76)  /usr/lib/libz.1.dylib
    0x7fff2a565000 -     0x7fff2a5acfff  libsystem_m.dylib (3186.100.3)  /usr/lib/system/libsystem_m.dylib
    0x7fff2a5ad000 -     0x7fff2a5adfff  libcharset.1.dylib (59)  /usr/lib/libcharset.1.dylib
    0x7fff2a5ae000 -     0x7fff2a5b3fff  libmacho.dylib (980)  /usr/lib/system/libmacho.dylib
    0x7fff2a5b4000 -     0x7fff2a5cffff  libkxld.dylib (7195.121.3)  /usr/lib/system/libkxld.dylib
    0x7fff2a5d0000 -     0x7fff2a5dbfff  libcommonCrypto.dylib (60178.120.3)  /usr/lib/system/libcommonCrypto.dylib
    0x7fff2a5dc000 -     0x7fff2a5e6fff  libunwind.dylib (201)  /usr/lib/system/libunwind.dylib
    0x7fff2a5e7000 -     0x7fff2a5eefff  liboah.dylib (203.46)  /usr/lib/liboah.dylib
    0x7fff2a5ef000 -     0x7fff2a5f9fff  libcopyfile.dylib (173.40.2)  /usr/lib/system/libcopyfile.dylib
    0x7fff2a5fa000 -     0x7fff2a601fff  libcompiler_rt.dylib (102.2)  /usr/lib/system/libcompiler_rt.dylib
    0x7fff2a602000 -     0x7fff2a604fff  libsystem_collections.dylib (1439.100.3)  /usr/lib/system/libsystem_collections.dylib
    0x7fff2a605000 -     0x7fff2a607fff  libsystem_secinit.dylib (87.60.1)  /usr/lib/system/libsystem_secinit.dylib
    0x7fff2a608000 -     0x7fff2a60afff  libremovefile.dylib (49.120.1)  /usr/lib/system/libremovefile.dylib
    0x7fff2a60b000 -     0x7fff2a60bfff  libkeymgr.dylib (31)  /usr/lib/system/libkeymgr.dylib
    0x7fff2a60c000 -     0x7fff2a613fff  libsystem_dnssd.dylib (1310.120.71)  /usr/lib/system/libsystem_dnssd.dylib
    0x7fff2a614000 -     0x7fff2a619fff  libcache.dylib (83)  /usr/lib/system/libcache.dylib
    0x7fff2a61a000 -     0x7fff2a61bfff  libSystem.B.dylib (1292.120.1)  /usr/lib/libSystem.B.dylib
    0x7fff2a61c000 -     0x7fff2a61ffff  libfakelink.dylib (3)  /usr/lib/libfakelink.dylib
    0x7fff2a620000 -     0x7fff2a620fff  com.apple.SoftLinking (1.0 - 1)  /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
    0x7fff2a621000 -     0x7fff2a658fff  libpcap.A.dylib (98.100.3)  /usr/lib/libpcap.A.dylib
    0x7fff2a659000 -     0x7fff2a749fff  libiconv.2.dylib (59)  /usr/lib/libiconv.2.dylib
    0x7fff2a74a000 -     0x7fff2a75bfff  libcmph.dylib (8)  /usr/lib/libcmph.dylib
    0x7fff2a75c000 -     0x7fff2a7cdfff  libarchive.2.dylib (83.100.2)  /usr/lib/libarchive.2.dylib
    0x7fff2a7ce000 -     0x7fff2a835fff  com.apple.SearchKit (1.4.1 - 1.4.1)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff2a836000 -     0x7fff2a837fff  libThaiTokenizer.dylib (3)  /usr/lib/libThaiTokenizer.dylib
    0x7fff2a838000 -     0x7fff2a85afff  com.apple.applesauce (1.0 - 16.28)  /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff2a85b000 -     0x7fff2a872fff  libapple_nghttp2.dylib (1.41)  /usr/lib/libapple_nghttp2.dylib
    0x7fff2a873000 -     0x7fff2a889fff  libSparseBLAS.dylib (1336.120.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2a88a000 -     0x7fff2a88bfff  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff2a88c000 -     0x7fff2a890fff  libpam.2.dylib (28.40.1)  /usr/lib/libpam.2.dylib
    0x7fff2a891000 -     0x7fff2a8b0fff  libcompression.dylib (96.120.1)  /usr/lib/libcompression.dylib
    0x7fff2a8b1000 -     0x7fff2a8b6fff  libQuadrature.dylib (7)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2a8b7000 -     0x7fff2ac54fff  libLAPACK.dylib (1336.120.1)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2ac55000 -     0x7fff2aca4fff  com.apple.DictionaryServices (1.2 - 341)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff2aca5000 -     0x7fff2acbdfff  liblzma.5.dylib (16)  /usr/lib/liblzma.5.dylib
    0x7fff2acbe000 -     0x7fff2acbffff  libcoretls_cfhelpers.dylib (169.100.1)  /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff2acc0000 -     0x7fff2adbbfff  com.apple.APFS (1677.120.9 - 1677.120.9)  /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff2adbc000 -     0x7fff2adc9fff  libxar.1.dylib (452)  /usr/lib/libxar.1.dylib
    0x7fff2adca000 -     0x7fff2adcdfff  libutil.dylib (58.40.2)  /usr/lib/libutil.dylib
    0x7fff2adce000 -     0x7fff2adf6fff  libxslt.1.dylib (17.4)  /usr/lib/libxslt.1.dylib
    0x7fff2adf7000 -     0x7fff2ae01fff  libChineseTokenizer.dylib (37.1)  /usr/lib/libChineseTokenizer.dylib
    0x7fff2ae02000 -     0x7fff2aebffff  libvMisc.dylib (760.100.3)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2aec0000 -     0x7fff2af57fff  libate.dylib (3.0.6)  /usr/lib/libate.dylib
    0x7fff2af58000 -     0x7fff2af5ffff  libIOReport.dylib (64.100.1)  /usr/lib/libIOReport.dylib
    0x7fff2af60000 -     0x7fff2af73fff  com.apple.CrashReporterSupport (10.13 - 15053)  /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff2af8b000 -     0x7fff2b008fff  com.apple.CVNLP (1.0 - 119)  /System/Library/PrivateFrameworks/CVNLP.framework/Versions/A/CVNLP
    0x7fff2b02a000 -     0x7fff2b060fff  com.apple.pluginkit.framework (1.0 - 1)  /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff2b061000 -     0x7fff2b068fff  libMatch.1.dylib (38)  /usr/lib/libMatch.1.dylib
    0x7fff2b069000 -     0x7fff2b0f4fff  libCoreStorage.dylib (554)  /usr/lib/libCoreStorage.dylib
    0x7fff2b0f5000 -     0x7fff2b148fff  com.apple.AppleVAFramework (6.1.3 - 6.1.3)  /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff2b149000 -     0x7fff2b161fff  libexpat.1.dylib (26)  /usr/lib/libexpat.1.dylib
    0x7fff2b162000 -     0x7fff2b16bfff  libheimdal-asn1.dylib (597.121.1)  /usr/lib/libheimdal-asn1.dylib
    0x7fff2b16c000 -     0x7fff2b180fff  com.apple.IconFoundation (479.4 - 479.4)  /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
    0x7fff2b181000 -     0x7fff2b1edfff  com.apple.IconServices (479.4 - 479.4)  /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff2b1ee000 -     0x7fff2b28cfff  com.apple.MediaExperience (1.0 - 1)  /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
    0x7fff2b28d000 -     0x7fff2b2b5fff  com.apple.persistentconnection (1.0 - 1.0)  /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff2b2b6000 -     0x7fff2b2c4fff  com.apple.GraphVisualizer (1.0 - 100.1)  /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff2b2c5000 -     0x7fff2b6e0fff  com.apple.vision.FaceCore (4.3.2 - 4.3.2)  /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff2b6e1000 -     0x7fff2b728fff  com.apple.OTSVG (1.0 - 677.5.0.5)  /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff2b729000 -     0x7fff2b72ffff  com.apple.xpc.AppServerSupport (1.0 - 2038.120.1)  /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
    0x7fff2b730000 -     0x7fff2b742fff  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION])  /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff2b743000 -     0x7fff2b745fff  libspindump.dylib (295.2)  /usr/lib/libspindump.dylib
    0x7fff2b746000 -     0x7fff2b806fff  com.apple.Heimdal (4.0 - 2.0)  /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff2b807000 -     0x7fff2b821fff  com.apple.login (3.0 - 3.0)  /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff2b822000 -     0x7fff2b8f9fff  com.apple.corebrightness (1.0 - 1)  /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff2b9a2000 -     0x7fff2b9a5fff  libodfde.dylib (26)  /usr/lib/libodfde.dylib
    0x7fff2b9a6000 -     0x7fff2b9e2fff  com.apple.bom (14.0 - 235)  /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff2b9e3000 -     0x7fff2ba2cfff  com.apple.AppleJPEG (1.0 - 1)  /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff2ba2d000 -     0x7fff2bb0cfff  libJP2.dylib (2130.5.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff2bb0d000 -     0x7fff2bb10fff  com.apple.WatchdogClient.framework (1.0 - 98.120.2)  /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff2bb11000 -     0x7fff2bb47fff  com.apple.MultitouchSupport.framework (4440.3 - 4440.3)  /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff2bb48000 -     0x7fff2bca6fff  com.apple.VideoToolbox (1.0 - 2775.22)  /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff2bca7000 -     0x7fff2bcdafff  libAudioToolboxUtility.dylib (1181.68)  /usr/lib/libAudioToolboxUtility.dylib
    0x7fff2bcdb000 -     0x7fff2bd01fff  libPng.dylib (2130.5.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff2bd02000 -     0x7fff2bd61fff  libTIFF.dylib (2130.5.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff2bd62000 -     0x7fff2bd7efff  com.apple.IOPresentment (58 - 37)  /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff2bd7f000 -     0x7fff2bd86fff  com.apple.GPUWrangler (6.3.3 - 6.3.3)  /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff2bd87000 -     0x7fff2bd8afff  libRadiance.dylib (2130.5.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff2bd8b000 -     0x7fff2bd90fff  com.apple.DSExternalDisplay (3.1 - 380)  /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff2bd91000 -     0x7fff2bdb5fff  libJPEG.dylib (2130.5.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff2bdb6000 -     0x7fff2bde5fff  com.apple.ATSUI (1.0 - 1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff2bde6000 -     0x7fff2bdeafff  libGIF.dylib (2130.5.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff2bdeb000 -     0x7fff2bdf4fff  com.apple.CMCaptureCore (1.0 - 82.6)  /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
    0x7fff2bdf5000 -     0x7fff2be3cfff  com.apple.print.framework.PrintCore (16.1 - 531.1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff2be3d000 -     0x7fff2bf0afff  com.apple.TextureIO (3.10.9 - 3.10.9)  /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff2bf0b000 -     0x7fff2bf13fff  com.apple.InternationalSupport (1.0 - 61.1)  /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff2bf14000 -     0x7fff2bf8efff  com.apple.datadetectorscore (8.0 - 674)  /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff2bf8f000 -     0x7fff2bfecfff  com.apple.UserActivity (439 - 439)  /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
    0x7fff2bfed000 -     0x7fff2c787fff  com.apple.MediaToolbox (1.0 - 2775.22)  /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff2cbc8000 -     0x7fff2cc2efff  com.apple.imfoundation (10.0 - 1000)  /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x7fff2cc2f000 -     0x7fff2cc57fff  com.apple.locationsupport (2420.19.23 - 2420.19.23)  /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
    0x7fff2cc58000 -     0x7fff2cc89fff  libSessionUtility.dylib (76.69)  /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
    0x7fff2cc8a000 -     0x7fff2cdbefff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14)  /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2cdbf000 -     0x7fff2ce24fff  com.apple.audio.AudioSession (1.0 - 76.69)  /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
    0x7fff2ce25000 -     0x7fff2ce37fff  libAudioStatistics.dylib (27.64)  /usr/lib/libAudioStatistics.dylib
    0x7fff2ce38000 -     0x7fff2ce47fff  com.apple.speech.synthesis.framework (9.0.65 - 9.0.65)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff2ce48000 -     0x7fff2ceb4fff  com.apple.ApplicationServices.ATS (377 - 516)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff2ceb5000 -     0x7fff2cecdfff  libresolv.9.dylib (68)  /usr/lib/libresolv.9.dylib
    0x7fff2cece000 -     0x7fff2cee1fff  libsasl2.2.dylib (214)  /usr/lib/libsasl2.2.dylib
    0x7fff2cf9b000 -     0x7fff2cffffff  com.apple.CoreMediaIO (1000.0 - 5325)  /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff2d000000 -     0x7fff2d0dffff  libSMC.dylib (20)  /usr/lib/libSMC.dylib
    0x7fff2d0e0000 -     0x7fff2d13ffff  libcups.2.dylib (494.1)  /usr/lib/libcups.2.dylib
    0x7fff2d140000 -     0x7fff2d14ffff  com.apple.LangAnalysis (1.7.0 - 254)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff2d150000 -     0x7fff2d15afff  com.apple.NetAuth (6.2 - 6.2)  /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff2d15b000 -     0x7fff2d162fff  com.apple.ColorSyncLegacy (4.13.0 - 1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff2d163000 -     0x7fff2d16efff  com.apple.QD (4.0 - 416)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff2d16f000 -     0x7fff2d7c3fff  com.apple.audio.AudioResourceArbitration (1.0 - 1)  /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
    0x7fff2d7c4000 -     0x7fff2d7cffff  com.apple.perfdata (1.0 - 67.40.1)  /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
    0x7fff2d7d0000 -     0x7fff2d7defff  libperfcheck.dylib (41)  /usr/lib/libperfcheck.dylib
    0x7fff2d7df000 -     0x7fff2d7eefff  com.apple.Kerberos (3.0 - 1)  /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff2d7ef000 -     0x7fff2d83ffff  com.apple.GSS (4.0 - 2.0)  /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff2d840000 -     0x7fff2d850fff  com.apple.CommonAuth (4.0 - 2.0)  /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff2d851000 -     0x7fff2d878fff  com.apple.MobileAssets (1.0 - 659.100.21)  /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff2d879000 -     0x7fff2d8a5fff  com.apple.CacheDelete (1.0 - 1)  /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete
    0x7fff2d8a6000 -     0x7fff2d8c5fff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1)  /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff2d8c6000 -     0x7fff2d8cefff  com.apple.CorePhoneNumbers (1.0 - 1)  /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff2d8cf000 -     0x7fff2d958fff  libTelephonyUtilDynamic.dylib (5359.1)  /usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff2da21000 -     0x7fff2da21fff  liblaunch.dylib (2038.120.1)  /usr/lib/system/liblaunch.dylib
    0x7fff2da22000 -     0x7fff2da27fff  libffi.dylib (27)  /usr/lib/libffi.dylib
    0x7fff2dfa6000 -     0x7fff2e0a7fff  com.apple.ids (10.0 - 1000)  /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff2e0a8000 -     0x7fff2e202fff  com.apple.idsfoundation (10.0 - 1000)  /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
    0x7fff2e203000 -     0x7fff2e34efff  com.apple.Sharing (1622.1 - 1622.1)  /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff2e34f000 -     0x7fff2e470fff  com.apple.Bluetooth (8.0.5 - 8.0.5d7)  /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff2e48a000 -     0x7fff2e4e3fff  com.apple.ProtectedCloudStorage (1.0 - 1)  /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff2e4e4000 -     0x7fff2e543fff  com.apple.QuickLookFramework (5.0 - 928.3)  /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff2e544000 -     0x7fff2e55ffff  com.apple.MetalKit (147.1 - 147.1)  /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff2e743000 -     0x7fff2fc36fff  com.apple.GeoServices (1.0 - 1757.25.3.15.4)  /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff2fc37000 -     0x7fff2fc42fff  com.apple.DirectoryService.Framework (11.4 - 230.40.1)  /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff2fc43000 -     0x7fff2fc6afff  com.apple.RemoteViewServices (2.0 - 163)  /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff2fc6b000 -     0x7fff2fc7afff  com.apple.SpeechRecognitionCore (6.1.24 - 6.1.24)  /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff2fc7b000 -     0x7fff2fc82fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff2feb0000 -     0x7fff2feb0fff  libsystem_product_info_filter.dylib (8.40.1)  /usr/lib/system/libsystem_product_info_filter.dylib
    0x7fff2ff88000 -     0x7fff2ff88fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff2ffae000 -     0x7fff2ffaefff  com.apple.CoreServices (1122.38 - 1122.38)  /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff3016a000 -     0x7fff3016afff  com.apple.Accelerate (1.11 - Accelerate 1.11)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff301ab000 -     0x7fff301b6fff  com.apple.MediaAccessibility (1.0 - 130)  /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff301b7000 -     0x7fff301d6fff  com.apple.networking.AlgosScoreFramework (1.0 - 1)  /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework
    0x7fff301d7000 -     0x7fff301dbfff  com.apple.AppleSRP (5.0 - 1)  /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff301dc000 -     0x7fff301e7fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3)  /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff301e8000 -     0x7fff3021ffff  com.apple.framework.SystemAdministration (1.0 - 1.0)  /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff309ac000 -     0x7fff30a11fff  com.apple.CoreBluetooth (1.0 - 1)  /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff30a12000 -     0x7fff30a1bfff  com.apple.SymptomDiagnosticReporter (1.0 - 79.120.1)  /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff30a1c000 -     0x7fff30a2efff  com.apple.PowerLog (1.0 - 1)  /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
    0x7fff30a2f000 -     0x7fff30a3bfff  com.apple.AppleIDAuthSupport (1.0 - 1)  /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff30a3c000 -     0x7fff30ae4fff  com.apple.DiscRecording (9.0.3 - 9030.4.5)  /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff30ae5000 -     0x7fff30b18fff  com.apple.MediaKit (16 - 927.40.2)  /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff30b19000 -     0x7fff30c04fff  com.apple.DiskManagement (14.0 - 1733.100.4)  /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff30c05000 -     0x7fff30fbffff  com.apple.CoreAUC (326.2.0 - 326.2.0)  /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff30fc0000 -     0x7fff30fc3fff  com.apple.Mangrove (1.0 - 25)  /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff30fc4000 -     0x7fff30ff1fff  com.apple.CoreAVCHD (6.1.0 - 6100.4.1)  /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff30ff2000 -     0x7fff31141fff  com.apple.FileProvider (348.8 - 348.8)  /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff31142000 -     0x7fff31164fff  com.apple.GenerationalStorage (2.0 - 323)  /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff314da000 -     0x7fff315a8fff  com.apple.CoreTelephony (113 - 8260)  /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
    0x7fff315cd000 -     0x7fff31761fff  com.apple.AVFCore (1.0 - 2015.22.4.1)  /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore
    0x7fff31762000 -     0x7fff317d1fff  com.apple.FrontBoardServices (703.16 - 703.16)  /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
    0x7fff317d2000 -     0x7fff317fbfff  com.apple.BoardServices (1.0 - 526)  /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
    0x7fff3183d000 -     0x7fff31858fff  com.apple.ExtensionKit (19.4 - 19.4)  /System/Library/PrivateFrameworks/ExtensionKit.framework/Versions/A/ExtensionKit
    0x7fff31859000 -     0x7fff3185ffff  com.apple.ExtensionFoundation (19.4 - 19.4)  /System/Library/PrivateFrameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation
    0x7fff31860000 -     0x7fff318a5fff  com.apple.CryptoTokenKit (1.0 - 1)  /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit
    0x7fff318a6000 -     0x7fff318bcfff  com.apple.LocalAuthentication (1.0 - 827.120.2)  /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
    0x7fff318bd000 -     0x7fff318eafff  com.apple.CoreAuthentication.SharedUtils (1.0 - 827.120.2)  /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
    0x7fff3195f000 -     0x7fff319a0fff  com.apple.CoreHaptics (1.0 - 1)  /System/Library/Frameworks/CoreHaptics.framework/Versions/A/CoreHaptics
    0x7fff319ae000 -     0x7fff319edfff  com.apple.AppleVPAFramework (3.26.1 - 3.26.1)  /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff31aa0000 -     0x7fff31adbfff  com.apple.DebugSymbols (195.1 - 195.1)  /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff31adc000 -     0x7fff31b91fff  com.apple.CoreSymbolication (12.5 - 64544.69.1)  /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff31b92000 -     0x7fff31b9bfff  com.apple.CoreTime (284.0.4)  /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime
    0x7fff31b9c000 -     0x7fff31c11fff  com.apple.Rapport (2.5.0 - 250.5)  /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
    0x7fff324ca000 -     0x7fff32516fff  com.apple.coreduetcontext (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
    0x7fff32517000 -     0x7fff32a83fff  com.apple.Intents (1.0 - 1)  /System/Library/Frameworks/Intents.framework/Versions/A/Intents
    0x7fff32a84000 -     0x7fff32ae7fff  com.apple.framework.Apple80211 (17.0 - 1728)  /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff32ae8000 -     0x7fff32c39fff  com.apple.CoreWiFi (3.0 - 341)  /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff32c3a000 -     0x7fff32c54fff  com.apple.BackBoardServices (1.0 - 1.0)  /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices
    0x7fff32c55000 -     0x7fff32c8cfff  com.apple.LDAPFramework (2.4.28 - 194.5)  /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff32c8d000 -     0x7fff32c8efff  com.apple.TrustEvaluationAgent (2.0 - 35)  /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff32c8f000 -     0x7fff32d94fff  libcrypto.44.dylib (56.60.2)  /usr/lib/libcrypto.44.dylib
    0x7fff32d95000 -     0x7fff32dc2fff  libssl.46.dylib (56.60.2)  /usr/lib/libssl.46.dylib
    0x7fff32dc3000 -     0x7fff32e72fff  com.apple.DiskImagesFramework (595.120.2 - 595.120.2)  /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff32eaa000 -     0x7fff32eb9fff  com.apple.RemoteServiceDiscovery (1.0 - 1.120.1)  /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff32f17000 -     0x7fff32f1afff  com.apple.help (1.3.8 - 71)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff32f1b000 -     0x7fff32f22fff  com.apple.EFILogin (2.0 - 2)  /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff32f23000 -     0x7fff32f2efff  libcsfde.dylib (554)  /usr/lib/libcsfde.dylib
    0x7fff32f2f000 -     0x7fff32f95fff  libcurl.4.dylib (121.100.3)  /usr/lib/libcurl.4.dylib
    0x7fff32f96000 -     0x7fff32f9dfff  com.apple.LoginUICore (4.0 - 4.0)  /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff32f9e000 -     0x7fff33000fff  com.apple.AppSupport (1.0.0 - 29)  /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
    0x7fff330a0000 -     0x7fff33164fff  com.apple.GameController (1.0 - 1)  /System/Library/Frameworks/GameController.framework/Versions/A/GameController
    0x7fff3316d000 -     0x7fff3316dfff  com.apple.ApplicationServices (48 - 50)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff331ea000 -     0x7fff3332efff  com.apple.AppleAccount (1.0 - 1.0)  /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount
    0x7fff3332f000 -     0x7fff3336efff  com.apple.AppleIDSSOAuthentication (1.0 - 1)  /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication
    0x7fff33482000 -     0x7fff33482fff  libHeimdalProxy.dylib (79)  /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff33535000 -     0x7fff33535fff  com.apple.audio.units.AudioUnit (1.14 - 1.14)  /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff33559000 -     0x7fff3359cfff  com.apple.StreamingZip (1.0 - 1)  /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff3359d000 -     0x7fff335bbfff  com.apple.DuetActivityScheduler (1.0 - 1)  /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
    0x7fff335d0000 -     0x7fff335dcfff  com.apple.IntentsFoundation (1.0 - 1)  /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
    0x7fff335dd000 -     0x7fff335e2fff  com.apple.PushKit (1.0 - 1)  /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
    0x7fff335e3000 -     0x7fff33616fff  com.apple.C2 (1.3 - 573)  /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
    0x7fff33617000 -     0x7fff33647fff  com.apple.QuickLookThumbnailing (1.0 - 135.5)  /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff33648000 -     0x7fff33e49fff  com.apple.vision.EspressoFramework (1.0 - 256.4.4)  /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
    0x7fff33e4a000 -     0x7fff33e61fff  com.apple.ANEServices (4.75 - 4.75)  /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices
    0x7fff33f76000 -     0x7fff33f78fff  com.apple.CoreDuetDebugLogging (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff33f79000 -     0x7fff33f85fff  com.apple.CoreDuetDaemonProtocol (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff34504000 -     0x7fff34554fff  com.apple.ChunkingLibrary (334.1 - 334.1)  /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff34dae000 -     0x7fff34db0fff  com.apple.ConstantClasses (1.0 - 1)  /System/Library/PrivateFrameworks/ConstantClasses.framework/Versions/A/ConstantClasses
    0x7fff34dc8000 -     0x7fff34dddfff  com.apple.CoreML.AppleNeuralEngine (1.0 - 1)  /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine
    0x7fff34e33000 -     0x7fff34e9efff  com.apple.audio.midi.CoreMIDI (2.0 - 88)  /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x7fff34f60000 -     0x7fff34f63fff  com.apple.Cocoa (6.11 - 23)  /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff34fad000 -     0x7fff35399fff  com.apple.AppleMediaServices (1.0 - 1)  /System/Library/PrivateFrameworks/AppleMediaServices.framework/Versions/A/AppleMediaServices
    0x7fff353d1000 -     0x7fff35833fff  com.apple.MediaRemote (1.0 - 1)  /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
    0x7fff35b23000 -     0x7fff35b2afff  com.apple.DisplayServicesFW (3.1 - 380)  /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff3636b000 -     0x7fff3639bfff  libtidy.A.dylib (18.1)  /usr/lib/libtidy.A.dylib
    0x7fff3639c000 -     0x7fff363bcfff  com.apple.MarkupUI (1.0 - 383.6)  /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
    0x7fff363bd000 -     0x7fff363d0fff  com.apple.Engram (1.0 - 1)  /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
    0x7fff363d1000 -     0x7fff363f4fff  com.apple.openscripting (1.7 - 190)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff363f5000 -     0x7fff363f8fff  com.apple.securityhi (9.0 - 55008)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff363f9000 -     0x7fff363fcfff  com.apple.ink.framework (10.15 - 227)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff363fd000 -     0x7fff36400fff  com.apple.CommonPanels (1.2.6 - 101)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff36401000 -     0x7fff36408fff  com.apple.ImageCapture (1711.5.2 - 1711.5.2)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff36409000 -     0x7fff375f5fff  com.apple.JavaScriptCore (16611 - 16611.2.7.1.4)  /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff37661000 -     0x7fff37773fff  com.apple.AVFCapture (1.0 - 82.6)  /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture
    0x7fff37774000 -     0x7fff37807fff  com.apple.Quagga (47 - 47)  /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga
    0x7fff37808000 -     0x7fff37a52fff  com.apple.CMCapture (1.0 - 82.6)  /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture
    0x7fff3844e000 -     0x7fff3845dfff  com.apple.HID (1.0 - 1)  /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
    0x7fff3845e000 -     0x7fff38585fff  com.apple.QuickLookUIFramework (5.0 - 928.3)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff38a36000 -     0x7fff38a76fff  com.apple.MediaServices (1.0 - 1)  /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
    0x7fff38b72000 -     0x7fff38b72fff  com.apple.marco (10.0 - 1000)  /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff39226000 -     0x7fff3922dfff  com.apple.URLFormatting (146 - 146.22)  /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
    0x7fff3922e000 -     0x7fff3923cfff  com.apple.accessibility.AXCoreUtilities (1.0 - 1)  /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
    0x7fff3923d000 -     0x7fff39254fff  libAccessibility.dylib (2885.46)  /usr/lib/libAccessibility.dylib
    0x7fff3bc77000 -     0x7fff3bc99fff  com.apple.quicklook.QuickLookSupport (1.0 - 135.5)  /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
    0x7fff3bc9a000 -     0x7fff3bd31fff  com.apple.AirPlaySync (1.0 - 2775.22)  /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync
    0x7fff3c8be000 -     0x7fff3c941fff  com.apple.CorePDF (4.0 - 529)  /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff3c942000 -     0x7fff3c945fff  com.apple.print.framework.Print (15 - 271)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff3c946000 -     0x7fff3c949fff  com.apple.Carbon (160 - 164)  /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff3ca42000 -     0x7fff3ca42fff  com.apple.avfoundation (2.0 - 2015.22.4.1)  /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff3cbfc000 -     0x7fff3cc1bfff  com.apple.private.SystemPolicy (1.0 - 1)  /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
    0x7fff3cd68000 -     0x7fff3cdbefff  com.apple.AccessibilitySharedSupport (1.0 - 1)  /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/Versions/A/AccessibilitySharedSupport
    0x7fff3cdbf000 -     0x7fff3cddcfff  com.apple.sidecar-core (1.0 - 231)  /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
    0x7fff3cddd000 -     0x7fff3cde0fff  com.apple.QuickLookNonBaseSystem (1.0 - 1)  /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
    0x7fff3d1f8000 -     0x7fff3d1fefff  com.apple.FeatureFlagsSupport (1.0 - 28.60.1)  /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/Versions/A/FeatureFlagsSupport
    0x7fff3d36f000 -     0x7fff3d386fff  com.apple.SafariServices.framework (16611 - 16611.2.7.1.4)  /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff3d536000 -     0x7fff3d541fff  com.apple.MallocStackLogging (1.0 - 1)  /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
    0x7fff3d556000 -     0x7fff3d568fff  libmis.dylib (274.120.2)  /usr/lib/libmis.dylib
    0x7fff3d569000 -     0x7fff3d56cfff  com.apple.gpusw.GPURawCounter (20.3 - 12.0)  /System/Library/PrivateFrameworks/GPURawCounter.framework/Versions/A/GPURawCounter
    0x7fff3d585000 -     0x7fff3d6f4fff  com.apple.CoreHandwriting (161 - 1.2)  /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
    0x7fff3d6f5000 -     0x7fff3d950fff  com.apple.imageKit (3.0 - 1100)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff3d951000 -     0x7fff3da67fff  com.apple.PencilKit (1.0 - 1)  /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
    0x7fff3da68000 -     0x7fff3da79fff  com.apple.sidecar-ui (1.0 - 231)  /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
    0x7fff3e09c000 -     0x7fff3e0fefff  com.apple.ImageCaptureCore (1711.5.2 - 1711.5.2)  /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff3e0ff000 -     0x7fff3e124fff  com.apple.quartzfilters (1.10.0 - 98)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff3e370000 -     0x7fff3e4d2fff  com.apple.MediaPlayer (1.0 - 1.0)  /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer
    0x7fff3e4d3000 -     0x7fff3e7b4fff  com.apple.iTunesCloud (1.0 - 1)  /System/Library/PrivateFrameworks/iTunesCloud.framework/Versions/A/iTunesCloud
    0x7fff3e7e0000 -     0x7fff3e90cfff  com.apple.AnnotationKit (1.0 - 383.6)  /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
    0x7fff3e90d000 -     0x7fff3edadfff  com.apple.QuartzComposer (5.1 - 383)  /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff3edae000 -     0x7fff3ee96fff  com.apple.PDFKit (1.0 - 950.40.3)  /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff3fbd9000 -     0x7fff3fc56fff  com.apple.TextInput (1.0 - 1.0)  /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput
    0x7fff40df0000 -     0x7fff40df3fff  com.apple.quartzframework (1.5 - 25)  /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff41218000 -     0x7fff41236fff  libCGInterfaces.dylib (544.4)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff437c1000 -     0x7fff43a34fff  com.apple.RawCamera.bundle (9.10.0 - 1450.3)  /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff4429d000 -     0x7fff442a1fff  com.apple.DAAPKit (1.0 - 1)  /System/Library/PrivateFrameworks/DAAPKit.framework/Versions/A/DAAPKit
    0x7fff45c16000 -     0x7fff45c19fff  libpmenergy.dylib (227.100.2)  /usr/lib/libpmenergy.dylib
    0x7fff46305000 -     0x7fff46310fff  libGPUSupportMercury.dylib (18.5.9)  /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff4793b000 -     0x7fff4797bfff  com.apple.osanalytics.OSAnalytics (1.0 - 1)  /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
    0x7fff481cb000 -     0x7fff481e6fff  com.apple.network.statistics.framework (1.2 - 1)  /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff51592000 -     0x7fff515bffff  com.apple.HelpData (2.3 - 201)  /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff515c0000 -     0x7fff515dafff  com.apple.shortcut (2.16 - 118)  /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff515db000 -     0x7fff5167afff  com.apple.Symbolication (12.5 - 64544.70.1)  /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff51869000 -     0x7fff5186cfff  libpmsample.dylib (227.100.2)  /usr/lib/libpmsample.dylib
    0x7fff53eff000 -     0x7fff53f35fff  com.apple.ReplayKit (1.0 - 1)  /System/Library/Frameworks/ReplayKit.framework/Versions/A/ReplayKit
    0x7fff55529000 -     0x7fff5552cfff  com.apple.ForceFeedback (1.0.6 - 1.0.6)  /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
    0x7fff61bc1000 -     0x7fff61c9ffff  com.apple.driver.AppleIntelBDWGraphicsMTLDriver (16.4.5 - 16.0.4)  /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver
    0x7fff636b0000 -     0x7fff63bb7fff  com.apple.driver.AppleIntelBDWGraphicsGLDriver (16.4.5 - 16.0.4)  /System/Library/Extensions/AppleIntelBDWGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsGLDriver
    0x7fff6960b000 -     0x7fff6960ffff  libmetal_timestamp.dylib (31001.189)  /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/31001/Libraries/libmetal_timestamp.dylib
    0x7fff6ba56000 -     0x7fff6ba5cfff  libCoreFSCache.dylib (200.9)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff6ba5d000 -     0x7fff6ba61fff  libCoreVMClient.dylib (200.9)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff6ba62000 -     0x7fff6ba71fff  com.apple.opengl (18.5.9 - 18.5.9)  /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff6ba72000 -     0x7fff6ba74fff  libCVMSPluginSupport.dylib (18.5.9)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff6ba75000 -     0x7fff6ba7dfff  libGFXShared.dylib (18.5.9)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff6ba7e000 -     0x7fff6bab1fff  libGLImage.dylib (18.5.9)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff6bab2000 -     0x7fff6baeefff  libGLU.dylib (18.5.9)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff6baef000 -     0x7fff6bc82fff  libGLProgrammability.dylib (18.5.9)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff6bc83000 -     0x7fff6bc8dfff  libGL.dylib (18.5.9)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff6bc8e000 -     0x7fff6be0bfff  GLEngine (18.5.9)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff6be0c000 -     0x7fff6be34fff  GLRendererFloat (18.5.9)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff6d0cd000 -     0x7fff6d125fff  com.apple.opencl (4.6 - 4.6)  /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff6e1cf000 -     0x7fff6e1d6fff  com.apple.agl (3.3.4 - AGL-3.3.3)  /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff6e1d7000 -     0x7fff6e2befff  com.apple.audio.AVFAudio (1.0 - 477.87)  /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff6f83c000 -     0x7fff6f84efff  com.apple.CMImaging (1.0 - 82.6)  /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging
    0x7fff73b1c000 -     0x7fff73b27fff  com.apple.SymptomAnalytics (1.0 - 1431.120.1)  /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/Versions/A/SymptomAnalytics
    0x7fff73d3d000 -     0x7fff73d55fff  com.apple.SymptomPresentationFeed (1.0 - 1431.120.1)  /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/Versions/A/SymptomPresentationFeed
    0x7fff778cb000 -     0x7fff778d2fff  libRosetta.dylib (203.46)  /usr/lib/libRosetta.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)
Writable regions: Total=2.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.3G(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        3 
Activity Tracing                   256K        1 
CG backing stores                  816K        6 
CG image                           108K       17 
CoreAnimation                       76K       17 
CoreGraphics                        12K        2 
CoreUI image data                 1512K       22 
Foundation                          16K        1 
Kernel Alloc Once                    8K        1 
MALLOC                             1.6G    11525 
MALLOC guard page                   32K        8 
MALLOC_LARGE (reserved)            384K        1         reserved VM address space (unallocated)
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
Mach message                        24K        2 
OpenGL GLSL                        384K        5 
STACK GUARD                        140K       35 
Stack                            293.3M       36 
Stack Guard                       56.0M        1 
VM_ALLOCATE                       70.0M       71 
__DATA                            31.2M      617 
__DATA_CONST                      22.3M      271 
__DATA_DIRTY                      1274K      175 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       595.5M      186 
__OBJC_RO                         70.2M        1 
__OBJC_RW                         2480K        2 
__TEXT                           580.4M      597 
__UNICODE                          588K        1 
mapped file                      580.2M       54 
shared memory                     2952K       23 
===========                     =======  ======= 
TOTAL                              4.2G    13684 
TOTAL, minus reserved VM space     3.8G    13684 

===== Log before crash start =====
UCSF ChimeraX version: 1.3rc202112030319 (2021-12-03)  
© 2016-2021 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  


===== Log before crash end =====

Log:
UCSF ChimeraX version: 1.3rc202112030319 (2021-12-03)  
© 2016-2021 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  




OpenGL version: 4.1 INTEL-16.4.5
OpenGL renderer: Intel(R) HD Graphics 6000
OpenGL vendor: Intel Inc.Hardware:

    Hardware Overview:

      Model Name: MacBook Air
      Model Identifier: MacBookAir7,2
      Processor Name: Dual-Core Intel Core i5
      Processor Speed: 1.6 GHz
      Number of Processors: 1
      Total Number of Cores: 2
      L2 Cache (per Core): 256 KB
      L3 Cache: 3 MB
      Hyper-Threading Technology: Enabled
      Memory: 8 GB
      System Firmware Version: 427.0.0.0.0
      SMC Version (system): 2.27f2

Software:

    System Software Overview:

      System Version: macOS 11.4 (20F71)
      Kernel Version: Darwin 20.5.0
      Time since boot: 131 days 10:48

Graphics/Displays:

    Intel HD Graphics 6000:

      Chipset Model: Intel HD Graphics 6000
      Type: GPU
      Bus: Built-In
      VRAM (Dynamic, Max): 1536 MB
      Vendor: Intel
      Device ID: 0x1626
      Revision ID: 0x0009
      Metal Family: Supported, Metal GPUFamily macOS 1
      Displays:
        Color LCD:
          Display Type: LCD
          Resolution: 1440 x 900 (Widescreen eXtended Graphics Array Plus)
          UI Looks like: 1440 x 900
          Framebuffer Depth: 24-Bit Color (ARGB8888)
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: Yes
          Connection Type: Internal

Locale: ('en_GB', 'UTF-8')
PyQt5 5.15.2, Qt 5.15.2
Installed Packages:
    alabaster: 0.7.12
    appdirs: 1.4.4
    appnope: 0.1.2
    Babel: 2.9.1
    backcall: 0.2.0
    blockdiag: 2.0.1
    certifi: 2021.5.30
    cftime: 1.5.1.1
    charset-normalizer: 2.0.8
    ChimeraX-AddCharge: 1.2.2
    ChimeraX-AddH: 2.1.11
    ChimeraX-AlignmentAlgorithms: 2.0
    ChimeraX-AlignmentHdrs: 3.2
    ChimeraX-AlignmentMatrices: 2.0
    ChimeraX-Alignments: 2.2.3
    ChimeraX-AlphaFold: 1.0
    ChimeraX-AltlocExplorer: 1.0.1
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Arrays: 1.0
    ChimeraX-Atomic: 1.31
    ChimeraX-AtomicLibrary: 4.2
    ChimeraX-AtomSearch: 2.0
    ChimeraX-AtomSearchLibrary: 1.0
    ChimeraX-AxesPlanes: 2.0
    ChimeraX-BasicActions: 1.1
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 2.0
    ChimeraX-BondRot: 2.0
    ChimeraX-BugReporter: 1.0
    ChimeraX-BuildStructure: 2.6.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.1
    ChimeraX-ButtonPanel: 1.0
    ChimeraX-CageBuilder: 1.0
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.2
    ChimeraX-ChemGroup: 2.0
    ChimeraX-Clashes: 2.2.2
    ChimeraX-Clipper: 0.17.0
    ChimeraX-ColorActions: 1.0
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5
    ChimeraX-CommandLine: 1.1.5
    ChimeraX-ConnectStructure: 2.0
    ChimeraX-Contacts: 1.0
    ChimeraX-Core: 1.3rc202112030319
    ChimeraX-CoreFormats: 1.1
    ChimeraX-coulombic: 1.3.2
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0
    ChimeraX-DataFormats: 1.2.2
    ChimeraX-Dicom: 1.0
    ChimeraX-DistMonitor: 1.1.5
    ChimeraX-DistUI: 1.0
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ExperimentalCommands: 1.0
    ChimeraX-FileHistory: 1.0
    ChimeraX-FunctionKey: 1.0
    ChimeraX-Geometry: 1.1
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.1
    ChimeraX-Hbonds: 2.1.2
    ChimeraX-Help: 1.2
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.1
    ChimeraX-ISOLDE: 1.3
    ChimeraX-ItemsInspection: 1.0
    ChimeraX-Label: 1.1
    ChimeraX-ListInfo: 1.1.1
    ChimeraX-Log: 1.1.4
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.8.1
    ChimeraX-Map: 1.1
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0
    ChimeraX-MapFilter: 2.0
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1
    ChimeraX-Markers: 1.0
    ChimeraX-Mask: 1.0
    ChimeraX-MatchMaker: 2.0.4
    ChimeraX-MDcrds: 2.6
    ChimeraX-MedicalToolbar: 1.0.1
    ChimeraX-Meeting: 1.0
    ChimeraX-MLP: 1.1
    ChimeraX-mmCIF: 2.4
    ChimeraX-MMTF: 2.1
    ChimeraX-Modeller: 1.2.6
    ChimeraX-ModelPanel: 1.2.1
    ChimeraX-ModelSeries: 1.0
    ChimeraX-Mol2: 2.0
    ChimeraX-Morph: 1.0
    ChimeraX-MouseModes: 1.1
    ChimeraX-Movie: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nucleotides: 2.0.2
    ChimeraX-OpenCommand: 1.7
    ChimeraX-PDB: 2.6.5
    ChimeraX-PDBBio: 1.0
    ChimeraX-PDBLibrary: 1.0.2
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.0.1
    ChimeraX-PubChem: 2.1
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1
    ChimeraX-RemoteControl: 1.0
    ChimeraX-ResidueFit: 1.0
    ChimeraX-RestServer: 1.1
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 2.0.1
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.4.6
    ChimeraX-Shape: 1.0.1
    ChimeraX-Shell: 1.0
    ChimeraX-Shortcuts: 1.1
    ChimeraX-ShowAttr: 1.0
    ChimeraX-ShowSequences: 1.0
    ChimeraX-SideView: 1.0
    ChimeraX-Smiles: 2.1
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.6.1
    ChimeraX-STL: 1.0
    ChimeraX-Storm: 1.0
    ChimeraX-Struts: 1.0
    ChimeraX-Surface: 1.0
    ChimeraX-SwapAA: 2.0
    ChimeraX-SwapRes: 2.1
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.1
    ChimeraX-ToolshedUtils: 1.2
    ChimeraX-Tug: 1.0
    ChimeraX-UI: 1.13.7
    ChimeraX-uniprot: 2.2
    ChimeraX-UnitCell: 1.0
    ChimeraX-ViewDockX: 1.0.1
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0
    ChimeraX-WebServices: 1.0
    ChimeraX-Zone: 1.0
    colorama: 0.4.4
    cxservices: 1.1
    cycler: 0.11.0
    Cython: 0.29.24
    decorator: 5.1.0
    docutils: 0.17.1
    filelock: 3.0.12
    funcparserlib: 0.3.6
    grako: 3.16.5
    h5py: 3.6.0
    html2text: 2020.1.16
    idna: 3.3
    ihm: 0.21
    imagecodecs: 2021.4.28
    imagesize: 1.3.0
    ipykernel: 5.5.5
    ipython: 7.23.1
    ipython-genutils: 0.2.0
    jedi: 0.18.0
    Jinja2: 3.0.1
    jupyter-client: 6.1.12
    jupyter-core: 4.9.1
    kiwisolver: 1.3.2
    lxml: 4.6.3
    lz4: 3.1.3
    MarkupSafe: 2.0.1
    matplotlib: 3.4.3
    matplotlib-inline: 0.1.3
    msgpack: 1.0.2
    netCDF4: 1.5.7
    networkx: 2.6.3
    numexpr: 2.8.0
    numpy: 1.21.2
    openvr: 1.16.801
    packaging: 21.0
    ParmEd: 3.2.0
    parso: 0.8.3
    pexpect: 4.8.0
    pickleshare: 0.7.5
    Pillow: 8.3.2
    pip: 21.2.4
    pkginfo: 1.7.1
    prompt-toolkit: 3.0.23
    psutil: 5.8.0
    ptyprocess: 0.7.0
    pycollada: 0.7.1
    pydicom: 2.1.2
    Pygments: 2.10.0
    PyOpenGL: 3.1.5
    PyOpenGL-accelerate: 3.1.5
    pyparsing: 3.0.6
    PyQt5-commercial: 5.15.2
    PyQt5-sip: 12.8.1
    PyQtWebEngine-commercial: 5.15.2
    python-dateutil: 2.8.2
    pytz: 2021.3
    pyzmq: 22.3.0
    qtconsole: 5.1.1
    QtPy: 1.11.2
    RandomWords: 0.3.0
    requests: 2.26.0
    scipy: 1.7.1
    setuptools: 57.5.0
    sfftk-rw: 0.7.1
    six: 1.16.0
    snowballstemmer: 2.2.0
    sortedcontainers: 2.4.0
    Sphinx: 4.2.0
    sphinx-autodoc-typehints: 1.12.0
    sphinxcontrib-applehelp: 1.0.2
    sphinxcontrib-blockdiag: 2.0.0
    sphinxcontrib-devhelp: 1.0.2
    sphinxcontrib-htmlhelp: 2.0.0
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 1.0.3
    sphinxcontrib-serializinghtml: 1.1.5
    suds-jurko: 0.6
    tifffile: 2021.4.8
    tinyarray: 1.2.3
    tornado: 6.1
    traitlets: 5.1.1
    urllib3: 1.26.7
    wcwidth: 0.2.5
    webcolors: 1.11.1
    wheel: 0.37.0
    wheel-filename: 1.3.0

Change History (4)

comment:1 by pett, 4 years ago

Component: UnassignedCore
Owner: set to Tom Goddard
Platform: all
Project: ChimeraX
Status: newassigned
Summary: ChimeraX bug report submissionfind_close_points_boxes crashes on large coordinate ranges

comment:2 by Tom Goddard, 4 years ago

Thanks for the test case! I can't say it is a high priority to fix it but I would like to some day. I am slightly surprised it fails. Sure you asked to find points within distance 3 of each other when they are randomly spread across +/-1e200. But I would think it would quickly partition to a few points per-cell and then does all-by-all distance computation. So it should work with no trouble. But I suspect the problem is the cutting planes to divide the points are probably getting float overflows and yet carries on and it ends up not dividing the points at all, so it just keeps going and going. So basically a floating point precision problem. Still I don't see it exactly and if I get a few hours where I have nothing to do (in 2035?) I could certainly figure it out with this nice test case.

comment:3 by Tom Goddard, 4 years ago

Ok, 2035 came sooner than expected. Decided I wouldn't sleep well not knowing!

The problem is find_close_points() wants a float32 array. If you give it a float64 array then it is cast to float32 and your values become +/-Inf and then it can't split the points into bins, and it never detects the Inf values and crashes because at every split of space all the points still lie in one bin (it compares inf to the midpoint along an axis which is NaN and that does not throw an exception). If the points are instead in +/-1e35 say (float32 range) then no crash.

Probably I should check for Inf or Nan values. Of course that slows every calculation down a small bit to handle an extremely rare situation.

comment:4 by Tom Goddard, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed.

Made find_close_points() raise a Python exception for infinite or nan coordinates instead of crashing with a stack overflow.

Note: See TracTickets for help on using tickets.