Hey all, I have consistently reproducible segfault (core dump at end of
email). The segfault only seems to happen when I invoke raco from my make
file by `make 2>&1 > /tmp/out`. I'm OSX 10.10.2.
What other information can I provide to help debug this?
Process: racket [4430]
Path: /Applications/Racket/*/racket
Identifier: racket
Version: 0
Code Type: X86-64 (Native)
Parent Process: sh [4374]
Responsible: iTerm [550]
User ID: 501
Date/Time: 2015-03-12 18:14:44.034 -0400
OS Version: Mac OS X 10.10.2 (14C109)
Report Version: 11
Anonymous UUID: CDC34F09-D012-461B-C5C7-A3209B95740A
Sleep/Wake UUID: 553707D0-C256-42DF-9D6B-7C0D0AD70087
Time Awake Since Boot: 19000 seconds
Time Since Wake: 7900 seconds
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000100000000
VM Regions Near 0x100000000:
-->
__TEXT 000000010e10e000-000000010e116000 [ 32K]
r-x/rwx SM=PRV /Applications/Racket/*
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 Racket 0x000000010e124dae is_eqv + 46
1 Racket 0x000000010e12500e is_fast_equal + 30
2 Racket 0x000000010e125557 is_equal + 359
3 Racket 0x000000010e12597c is_equal + 1420
4 Racket 0x000000010e126fc2 scheme_equal + 226
5 Racket 0x000000010e423ac5 search_shared_pes +
1781
6 Racket 0x000000010e413a73 resolve_env + 6099
7 Racket 0x000000010e414da0
scheme_stx_module_name + 640
8 Racket 0x000000010e1315be scheme_lookup_binding
+ 1758
9 Racket 0x000000010e141966
scheme_check_immediate_macro + 774
10 Racket 0x000000010e145b54 compile_expand_block
+ 1652
11 Racket 0x000000010e14b8dc do_letrec_syntaxes +
6956
12 Racket 0x000000010e13d99c
letrec_syntaxes_expand + 204
13 Racket 0x000000010e143b5e
scheme_compile_expand_expr + 8062
14 Racket 0x000000010e145013 scheme_expand_list +
883
15 Racket 0x000000010e1474c3 compile_expand_block
+ 8163
16 Racket 0x000000010e14eff0 do_let_expand + 5392
17 Racket 0x000000010e13bdfa let_values_expand +
218
18 Racket 0x000000010e143b5e
scheme_compile_expand_expr + 8062
19 Racket 0x000000010e1391a6 if_expand + 982
20 Racket 0x000000010e143b5e
scheme_compile_expand_expr + 8062
21 Racket 0x000000010e145013 scheme_expand_list +
883
22 Racket 0x000000010e1474c3 compile_expand_block
+ 8163
23 Racket 0x000000010e14eff0 do_let_expand + 5392
24 Racket 0x000000010e13bdfa let_values_expand +
218
25 Racket 0x000000010e143b5e
scheme_compile_expand_expr + 8062
26 Racket 0x000000010e145013 scheme_expand_list +
883
27 Racket 0x000000010e1474c3 compile_expand_block
+ 8163
28 Racket 0x000000010e14eff0 do_let_expand + 5392
29 Racket 0x000000010e13bdfa let_values_expand +
218
30 Racket 0x000000010e143b5e
scheme_compile_expand_expr + 8062
31 Racket 0x000000010e145013 scheme_expand_list +
883
32 Racket 0x000000010e1474c3 compile_expand_block
+ 8163
33 Racket 0x000000010e138119 lambda_expand + 809
34 Racket 0x000000010e143b5e
scheme_compile_expand_expr + 8062
35 Racket 0x000000010e144936
compile_expand_expr_lift_to_let + 662
36 Racket 0x000000010e2c7b24
do_module_begin_at_phase + 11284
37 Racket 0x000000010e2c2db4 do_module_begin + 4580
38 Racket 0x000000010e2a73cc module_begin_expand +
204
39 Racket 0x000000010e143b5e
scheme_compile_expand_expr + 8062
40 Racket 0x000000010e2cca55 do_module + 6357
41 Racket 0x000000010e2cac3d expand_submodules +
461
42 Racket 0x000000010e2c4be7 do_module_begin +
12311
43 Racket 0x000000010e2a73cc module_begin_expand +
204
44 Racket 0x000000010e143b5e
scheme_compile_expand_expr + 8062
45 Racket 0x000000010e2cca55 do_module + 6357
46 Racket 0x000000010e2a72a0 module_expand + 48
47 Racket 0x000000010e143b5e
scheme_compile_expand_expr + 8062
48 Racket 0x000000010e1843b7 expand_k + 1159
49 Racket 0x000000010e1a7378
scheme_top_level_do_worker + 2056
50 Racket 0x000000010e173de0 expand_stx + 304
51 ??? 0x000000010f53d3d2 0 + 4552119250
52 ??? 0x000000010f54270d 0 + 4552140557
53 Racket 0x000000010e17a443 scheme_do_eval + 12371
54 Racket 0x000000010e1a7c18 apply_k + 264
55 Racket 0x000000010e1a7378
scheme_top_level_do_worker + 2056
56 Racket 0x000000010e183a1c call_compile_handler
+ 204
57 Racket 0x000000010e185121 compile_k + 2961
58 Racket 0x000000010e1a7378
scheme_top_level_do_worker + 2056
59 Racket 0x000000010e17f6af
scheme_default_eval_handler + 271
60 Racket 0x000000010e17a66f scheme_do_eval + 12927
61 Racket 0x000000010e17827c scheme_do_eval + 3724
62 Racket 0x000000010e1affff
scheme_finish_apply_for_prompt + 639
63 Racket 0x000000010e1b0380
scheme_apply_for_prompt + 112
64 Racket 0x000000010e1a0a94 call_with_prompt +
2532
65 Racket 0x000000010e17a66f scheme_do_eval + 12927
66 Racket 0x000000010e1b0d5e
_scheme_call_with_prompt_multi + 542
67 Racket 0x000000010e1a7f30 do_apply_with_prompt
+ 320
68 Racket 0x000000010e373754 do_load_handler + 3012
69 Racket 0x000000010e1b41cc scheme_dynamic_wind +
1116
70 Racket 0x000000010e36f791 default_load + 1489
71 ??? 0x000000010f534114 0 + 4552081684
72 Racket 0x000000010e17a443 scheme_do_eval + 12371
73 Racket 0x000000010e1affff
scheme_finish_apply_for_prompt + 639
74 Racket 0x000000010e1b0380
scheme_apply_for_prompt + 112
75 Racket 0x000000010e1a0a94 call_with_prompt +
2532
76 ??? 0x000000010f534114 0 + 4552081684
77 ??? 0x000000010f5431dd 0 + 4552143325
78 Racket 0x000000010e17a443 scheme_do_eval + 12371
79 Racket 0x000000010e1a7c18 apply_k + 264
80 Racket 0x000000010e1a7378
scheme_top_level_do_worker + 2056
81 Racket 0x000000010e2b1bcd _module_resolve + 957
82 Racket 0x000000010e2ad689 _dynamic_require + 777
83 Racket 0x000000010e2a7de4
scheme_dynamic_require + 244
84 ??? 0x0000000111506859 0 + 4585449561
85 Racket 0x000000010e17a443 scheme_do_eval + 12371
86 Racket 0x000000010e19eb2d call_with_values + 237
87 ??? 0x000000010f5428c6 0 + 4552140998
88 ??? 0x000000010f5a7fa9 0 + 4552556457
89 Racket 0x000000010e17a443 scheme_do_eval + 12371
90 Racket 0x000000010e1ba1ec do_call_with_sema +
1724
91 Racket 0x000000010e17b026
_scheme_apply_multi_from_native + 406
92 ??? 0x000000010f5a7ee4 0 + 4552556260
93 ??? 0x000000010f5419cb 0 + 4552137163
94 Racket 0x000000010e17a443 scheme_do_eval + 12371
95 Racket 0x000000010e1772ea
_scheme_apply_from_native + 346
96 ??? 0x000000010f542b36 0 + 4552141622
97 Racket 0x000000010e17a443 scheme_do_eval + 12371
98 Racket 0x000000010e1affff
scheme_finish_apply_for_prompt + 639
99 Racket 0x000000010e1b0380
scheme_apply_for_prompt + 112
100 Racket 0x000000010e1a0a94 call_with_prompt +
2532
101 ??? 0x000000010f534114 0 + 4552081684
102 Racket 0x000000010e17a443 scheme_do_eval + 12371
103 Racket 0x000000010e17afe9
_scheme_apply_multi_from_native + 345
104 ??? 0x000000010f534056 0 + 4552081494
105 Racket 0x000000010e17a443 scheme_do_eval + 12371
106 Racket 0x000000010e19eb2d call_with_values + 237
107 Racket 0x000000010e17a66f scheme_do_eval + 12927
108 Racket 0x000000010e2b697d body_one_expr + 173
109 Racket 0x000000010e17827c scheme_do_eval + 3724
110 Racket 0x000000010e1affff
scheme_finish_apply_for_prompt + 639
111 Racket 0x000000010e1b0380
scheme_apply_for_prompt + 112
112 Racket 0x000000010e1a0a94 call_with_prompt +
2532
113 Racket 0x000000010e17a66f scheme_do_eval + 12927
114 Racket 0x000000010e1b0d5e
_scheme_call_with_prompt_multi + 542
115 Racket 0x000000010e2b655c
scheme_module_run_finish + 1260
116 ??? 0x000000010f53b523 0 + 4552111395
117 ??? 0x000000010f53419e 0 + 4552081822
118 Racket 0x000000010e2d3478 eval_module_body + 216
119 Racket 0x000000010e2d3811 do_start_module + 273
120 Racket 0x000000010e2ad2d3 start_module + 3603
121 Racket 0x000000010e2add87 _dynamic_require +
2567
122 Racket 0x000000010e2a7de4
scheme_dynamic_require + 244
123 Racket 0x000000010e17a66f scheme_do_eval + 12927
124 Racket 0x000000010e1a77f0 force_values + 368
125 Racket 0x000000010e1a78c4
scheme_force_value_same_mark + 132
126 ??? 0x000000010f53ecbf 0 + 4552125631
127 Racket 0x000000010e17a443 scheme_do_eval + 12371
128 Racket 0x000000010e1affff
scheme_finish_apply_for_prompt + 639
129 Racket 0x000000010e1b0380
scheme_apply_for_prompt + 112
130 Racket 0x000000010e1a0a94 call_with_prompt +
2532
131 ??? 0x000000010f534114 0 + 4552081684
132 ??? 0x00000001115042cb 0 + 4585439947
133 ??? 0x000000011150406b 0 + 4585439339
134 Racket 0x000000010e17a443 scheme_do_eval + 12371
135 Racket 0x000000010e17afe9
_scheme_apply_multi_from_native + 345
136 ??? 0x000000010f534056 0 + 4552081494
137 Racket 0x000000010e17a443 scheme_do_eval + 12371
138 Racket 0x000000010e185ad4
define_execute_with_dynamic_state + 612
139 Racket 0x000000010e1791e0 scheme_do_eval + 7664
140 Racket 0x000000010e2b697d body_one_expr + 173
141 Racket 0x000000010e17827c scheme_do_eval + 3724
142 Racket 0x000000010e1affff
scheme_finish_apply_for_prompt + 639
143 Racket 0x000000010e1b0380
scheme_apply_for_prompt + 112
144 Racket 0x000000010e1a0a94 call_with_prompt +
2532
145 Racket 0x000000010e17a66f scheme_do_eval + 12927
146 Racket 0x000000010e1b0d5e
_scheme_call_with_prompt_multi + 542
147 Racket 0x000000010e2b655c
scheme_module_run_finish + 1260
148 ??? 0x000000010f53b523 0 + 4552111395
149 ??? 0x000000010f53419e 0 + 4552081822
150 Racket 0x000000010e2d3478 eval_module_body + 216
151 Racket 0x000000010e2d3811 do_start_module + 273
152 Racket 0x000000010e2ad2d3 start_module + 3603
153 Racket 0x000000010e2add87 _dynamic_require +
2567
154 Racket 0x000000010e2a7de4
scheme_dynamic_require + 244
155 Racket 0x000000010e17a66f scheme_do_eval + 12927
156 Racket 0x000000010e1784c7 scheme_do_eval + 4311
157 Racket 0x000000010e178889 scheme_do_eval + 5273
158 Racket 0x000000010e17df51 apply_values_execute
+ 225
159 Racket 0x000000010e1793ea scheme_do_eval + 8186
160 Racket 0x000000010e2b697d body_one_expr + 173
161 Racket 0x000000010e17827c scheme_do_eval + 3724
162 Racket 0x000000010e1affff
scheme_finish_apply_for_prompt + 639
163 Racket 0x000000010e1b0380
scheme_apply_for_prompt + 112
164 Racket 0x000000010e1a0a94 call_with_prompt +
2532
165 Racket 0x000000010e17a66f scheme_do_eval + 12927
166 Racket 0x000000010e1b0d5e
_scheme_call_with_prompt_multi + 542
167 Racket 0x000000010e2b655c
scheme_module_run_finish + 1260
168 ??? 0x000000010f53b523 0 + 4552111395
169 Racket 0x000000010e28bf7c
scheme_module_run_start + 156
170 Racket 0x000000010e2d3478 eval_module_body + 216
171 Racket 0x000000010e2d3811 do_start_module + 273
172 Racket 0x000000010e2ad2d3 start_module + 3603
173 Racket 0x000000010e2add87 _dynamic_require +
2567
174 Racket 0x000000010e2a7de4
scheme_dynamic_require + 244
175 Racket 0x000000010e17a66f scheme_do_eval + 12927
176 Racket 0x000000010e2b697d body_one_expr + 173
177 Racket 0x000000010e17827c scheme_do_eval + 3724
178 Racket 0x000000010e1affff
scheme_finish_apply_for_prompt + 639
179 Racket 0x000000010e1b0380
scheme_apply_for_prompt + 112
180 Racket 0x000000010e1a0a94 call_with_prompt +
2532
181 Racket 0x000000010e17a66f scheme_do_eval + 12927
182 Racket 0x000000010e1b0d5e
_scheme_call_with_prompt_multi + 542
183 Racket 0x000000010e2b655c
scheme_module_run_finish + 1260
184 ??? 0x000000010f53b523 0 + 4552111395
185 Racket 0x000000010e28bf7c
scheme_module_run_start + 156
186 Racket 0x000000010e2d3478 eval_module_body + 216
187 Racket 0x000000010e2d3811 do_start_module + 273
188 Racket 0x000000010e2ad2d3 start_module + 3603
189 Racket 0x000000010e2bba65 parse_requires + 5349
190 Racket 0x000000010e2d7542 do_namespace_require
+ 482
191 Racket 0x000000010e2a7f0f namespace_require + 15
192 Racket 0x000000010e17a66f scheme_do_eval + 12927
193 Racket 0x000000010e1a7c18 apply_k + 264
194 Racket 0x000000010e1a7378
scheme_top_level_do_worker + 2056
195 racket 0x000000010e1129de 0x10e10e000 + 18910
196 racket 0x000000010e111a20 0x10e10e000 + 14880
197 Racket 0x000000010e11ab5a
scheme_main_stack_setup + 330
198 racket 0x000000010e10fc54 0x10e10e000 + 7252
199 libdyld.dylib 0x00007fff903345c9 start + 1
Thread 1:
0 libsystem_kernel.dylib 0x00007fff8ede74de mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8ede664f mach_msg + 55
2 Racket 0x000000010e474bc6 exception_thread + 134
3 libsystem_pthread.dylib 0x00007fff8aee2268 _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff8aee21e5 _pthread_start + 176
5 libsystem_pthread.dylib 0x00007fff8aee041d thread_start + 13
Thread 2:
0 libsystem_kernel.dylib 0x00007fff8edec48a __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8c35ee50 usleep + 54
2 Racket 0x000000010e363edb green_thread_timer +
43
3 Racket 0x000000010e2d7bb1 mzrt_thread_stub + 81
4 libsystem_pthread.dylib 0x00007fff8aee2268 _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff8aee21e5 _pthread_start + 176
6 libsystem_pthread.dylib 0x00007fff8aee041d thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000001 rbx: 0x0000000100000000 rcx: 0x0000000000000031
rdx: 0x0000000000000031
rdi: 0x0000000100000000 rsi: 0x0000000111288190 rbp: 0x00007fff51adfef0
rsp: 0x00007fff51adfec0
r8: 0x000000000000002e r9: 0x0000000000000000 r10: 0x0000000000002b28
r11: 0x000000010e4e0b70
r12: 0x000000010e4e0b78 r13: 0x000000010e4e0b70 r14: 0x0000000111288190
r15: 0x0000000100000000
rip: 0x000000010e124dae rfl: 0x0000000000010246 cr2: 0x0000000100000000
Logical CPU: 0
Error Code: 0x00000004
Trap Number: 14
Binary Images:
0x10e10e000 - 0x10e115fff +racket (0)
<A142E49C-1A4D-3C44-9298-F091E0983E42> /Applications/Racket/*/racket
0x10e11a000 - 0x10e4b3fff +Racket (0)
<FF40563B-777C-332F-A7EB-BBA6ECDA6C33>
/Applications/Racket/*/Racket.framework/Versions/6.1.1.8_3m/Racket
0x114505000 - 0x11453bff7 libssl.dylib (52.10.1)
<4A2D6ECA-A07E-38B5-98D4-315A4A1E8CE6> /usr/lib/libssl.dylib
0x7fff68afc000 - 0x7fff68b32837 dyld (353.2.1)
<65DCCB06-339C-3E25-9702-600A28291D0E> /usr/lib/dyld
0x7fff86886000 - 0x7fff86897ff7 libsystem_coretls.dylib (35.1.2)
<BC691CD1-17B6-39A5-BD02-AF973695FD1D>
/usr/lib/system/libsystem_coretls.dylib
0x7fff86b07000 - 0x7fff86b0ffff libsystem_dnssd.dylib (561.1.1)
<62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff86e53000 - 0x7fff86e8bffb libsystem_network.dylib (411.1)
<2EC3A005-473F-3C36-A665-F88B5BACC7F0>
/usr/lib/system/libsystem_network.dylib
0x7fff88a50000 - 0x7fff88a52ff7 libsystem_sandbox.dylib (358.1.1)
<95312E09-DA28-324A-A084-F3E574D0210E>
/usr/lib/system/libsystem_sandbox.dylib
0x7fff88c00000 - 0x7fff88c01ff7 libsystem_blocks.dylib (65)
<9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1>
/usr/lib/system/libsystem_blocks.dylib
0x7fff88c02000 - 0x7fff88c04fff libsystem_configuration.dylib
(699.1.5) <5E14864E-089A-3D84-85A4-980B776427A8>
/usr/lib/system/libsystem_configuration.dylib
0x7fff895df000 - 0x7fff897d946f libobjc.A.dylib (647)
<759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
0x7fff8a21e000 - 0x7fff8a264ff7 libauto.dylib (186)
<A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
0x7fff8a277000 - 0x7fff8a277ff7 libunc.dylib (29)
<5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff8a66b000 - 0x7fff8a671fff libsystem_trace.dylib (72.1.3)
<A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
0x7fff8a99a000 - 0x7fff8aa10fe7 libcorecrypto.dylib (233.1.2)
<E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
0x7fff8ad8e000 - 0x7fff8adb8ff7 libdispatch.dylib (442.1.4)
<502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
0x7fff8aedf000 - 0x7fff8aee8fff libsystem_pthread.dylib (105.10.1)
<3103AA7F-3BAE-3673-9649-47FFD7E15C97>
/usr/lib/system/libsystem_pthread.dylib
0x7fff8beb1000 - 0x7fff8beb2fff libDiagnosticMessagesClient.dylib
(100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB>
/usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8c2e0000 - 0x7fff8c36cff7 libsystem_c.dylib (1044.10.1)
<199ED5EB-77A1-3D43-AA51-81779CE0A742> /usr/lib/system/libsystem_c.dylib
0x7fff8c470000 - 0x7fff8c4a0fff libsystem_m.dylib (3086.1)
<1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff8c7d7000 - 0x7fff8c7e2fff libcommonCrypto.dylib (60061)
<D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
0x7fff8c866000 - 0x7fff8c867fff libSystem.B.dylib (1213)
<90B107BC-FF74-32CC-B1CF-4E02F544D957> /usr/lib/libSystem.B.dylib
0x7fff8c8a5000 - 0x7fff8ca8aff3 libicucore.A.dylib (531.31)
<B08E00D5-13C6-3391-AB3A-8DE693D3B42E> /usr/lib/libicucore.A.dylib
0x7fff8df61000 - 0x7fff8e2f7fff com.apple.CoreFoundation (6.9 -
1152) <CBD1591C-405E-376E-87E9-B264610EBF49>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8e82e000 - 0x7fff8e856fff libsystem_info.dylib (459)
<B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
0x7fff8ec6f000 - 0x7fff8ec70fff com.apple.TrustEvaluationAgent
(2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB>
/System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8ec71000 - 0x7fff8ed55fff libcrypto.0.9.8.dylib (52.10.1)
<2A2924DE-63FB-37F6-B102-84D69240675B> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8edd6000 - 0x7fff8edf3fff libsystem_kernel.dylib
(2782.10.72) <97CD7ACD-EA0C-3434-BEFC-FCD013D6BB73>
/usr/lib/system/libsystem_kernel.dylib
0x7fff8f023000 - 0x7fff8f04bfff libxpc.dylib (559.10.3)
<876216DC-D5D3-381E-8AF9-49AE464E5107> /usr/lib/system/libxpc.dylib
0x7fff8f67b000 - 0x7fff8f691ff7 libsystem_asl.dylib (267)
<F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
0x7fff8f813000 - 0x7fff8f819ff7 libsystem_networkextension.dylib
(167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442>
/usr/lib/system/libsystem_networkextension.dylib
0x7fff8f8ca000 - 0x7fff8f8cefff libcache.dylib (69)
<45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
0x7fff8f90d000 - 0x7fff8fa53fef libsqlite3.dylib (168)
<8B78BED1-7B9B-3943-80DC-0871015AEAC4> /usr/lib/libsqlite3.dylib
0x7fff8fa54000 - 0x7fff8fa5cfff libsystem_platform.dylib (63)
<64E34079-D712-3D66-9CE2-418624A5C040>
/usr/lib/system/libsystem_platform.dylib
0x7fff90331000 - 0x7fff90334ff7 libdyld.dylib (353.2.1)
<4E33E416-F1D8-3598-B8CC-6863E2ECD0E6> /usr/lib/system/libdyld.dylib
0x7fff904e7000 - 0x7fff90503ff7 libsystem_malloc.dylib (53.1.1)
<19BCC257-5717-3502-A71F-95D65AFA861B>
/usr/lib/system/libsystem_malloc.dylib
0x7fff905f3000 - 0x7fff905f8ff7 libsystem_stats.dylib (163.10.18)
<9B8CCF24-DDDB-399A-9237-4BEC225D2E8C> /usr/lib/system/libsystem_stats.dylib
0x7fff91b30000 - 0x7fff91b31ffb libremovefile.dylib (35)
<3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff91c77000 - 0x7fff91ccbfff libc++.1.dylib (120)
<1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff91db9000 - 0x7fff91dc1ffb libcopyfile.dylib (118.1.2)
<0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff91deb000 - 0x7fff91debff7 libkeymgr.dylib (28)
<77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff91f1e000 - 0x7fff92010ff7 libiconv.2.dylib (42)
<2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff92013000 - 0x7fff92024ff7 libz.1.dylib (55)
<88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff9260b000 - 0x7fff92636fff libc++abi.dylib (125)
<88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff929bc000 - 0x7fff929bdfff libsystem_secinit.dylib (18)
<581DAD0F-6B63-3A48-B63B-917AF799ABAA>
/usr/lib/system/libsystem_secinit.dylib
0x7fff929be000 - 0x7fff929c5ff7 libcompiler_rt.dylib (35)
<BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
0x7fff92b8b000 - 0x7fff92b8dff7 libsystem_coreservices.dylib (9)
<41B7C578-5A53-31C8-A96F-C73E030B0938>
/usr/lib/system/libsystem_coreservices.dylib
0x7fff92c6e000 - 0x7fff92c73ff7 libmacho.dylib (862)
<126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff9395b000 - 0x7fff93964ff7 libsystem_notify.dylib (133.1.1)
<61147800-F320-3DAA-850C-BADF33855F29>
/usr/lib/system/libsystem_notify.dylib
0x7fff94aac000 - 0x7fff94ab1ff7 libunwind.dylib (35.3)
<BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
0x7fff95d2a000 - 0x7fff95d2aff7 liblaunch.dylib (559.10.3)
<DFCDEBDF-8247-3DC7-9879-E7E497DDA4B4> /usr/lib/system/liblaunch.dylib
0x7fff95f97000 - 0x7fff95f99ff7 libquarantine.dylib (76)
<DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.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: 8614
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=12K resident=12K(100%)
swapped_out_or_unallocated=0K(0%)
Writable regions: Total=227.8M written=175.1M(77%) resident=228.7M(100%)
swapped_out=0K(0%) unallocated=16777216.0T(7722883874816%)
REGION TYPE VIRTUAL
=========== =======
Kernel Alloc Once 4K
MALLOC 44.2M
Stack 64.5M
VM_ALLOCATE 80.8M
__DATA 1736K
__LINKEDIT 71.1M
__TEXT 18.3M
__UNICODE 544K
shared memory 137.2M
=========== =======
TOTAL 418.5M
--
You received this message because you are subscribed to the Google Groups
"Racket Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/racket-dev/CAF4wvDxuwAk1fR305qav7i1JvD5bMOQL9F_0Op3KvMakJBKH-A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.