-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPORTING
497 lines (480 loc) · 34.5 KB
/
PORTING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
Successfully tested platforms
=============================
STACK
__PLATFORM________________________________________SIGSEGV___OVERFLOW__VERSION__
| | |
aarch64-apple-darwin20.3.0 | yes | yes | 2.13
aarch64-unknown-freebsd11.1 | yes | yes | 2.13
aarch64-unknown-freebsd12.2 | yes | yes | 2.13
aarch64c-unknown-freebsd14.0 | yes | yes | 2.14+
aarch64-unknown-linux3.13.0-gnu-glibc2.19 | yes | yes | 2.13
aarch64-unknown-linux3.16.0-gnu-glibc2.19 | yes | yes | 2.13
aarch64-unknown-linux3.13.0-gnuabiarm-glibc2.19 | yes | yes | 2.13
aarch64-unknown-linux5.10.7-musl | yes | yes | 2.13
alpha-dec-osf4.0d | yes | yes | 2.1
alpha-dec-osf4.0f | yes | yes | 2.1
alphaev56-dec-osf4.0d | yes | yes | 2.6
alphaev56-dec-osf4.0f | yes | yes | 2.8
alpha-dec-osf4.0g | yes | yes | 2.1
alpha-dec-osf5.1 | yes | yes | 2.1
alphaev67-dec-osf5.1 | yes | yes | 2.2
alphaev67-dec-osf5.1a | yes | yes | 2.6
alphaev56-dec-osf5.1b | yes | yes | 2.12
alphaev6-dec-osf5.1b | yes | yes | 2.9
alphaev68-dec-osf5.1b | yes | yes | 2.10
alpha-unknown-freebsd4.8 | yes | yes | 2.1
alpha-portbld-freebsd5.5 | yes | yes | 2.3
alphaev67-unknown-linux2.4.17-gnu-glibc2.1 | yes | yes | 1.95
alphaev6-unknown-linux2.2.19-gnu-glibc2.2 | yes | yes | 2.1
alphaev67-unknown-linux2.2.20-gnu-glibc2.2 | yes | yes | 2.1
alphaev67-unknown-linux2.4.4-gnu-glibc2.2 | yes | yes | 2.1
alphaev6-unknown-linux2.4.9-gnu-glibc2.2 | yes | yes | 2.1
alphaev67-unknown-linux2.4.9-gnu-glibc2.2 | yes | yes | 2.1
alphaev6-unknown-linux2.4.18-gnu-glibc2.2 | yes | yes | 2.1
alphaev67-unknown-linux2.4.18-gnu-glibc2.2 | yes | yes | 2.1
alpha-unknown-linux2.4.19-gnu-glibc2.3 | yes | yes | 2.6
alphaev68-unknown-linux2.6.11-gnu-glibc2.3 | yes | yes | 2.2
alphaev67-unknown-linux2.6.26-gnu-glibc2.7 | yes | yes | 2.13
alphaev56-unknown-linux2.6.34-gnu-glibc2.11 | yes | yes | 2.9
alpha-unknown-openbsd3.7 | yes | yes | 2.2
alpha-unknown-openbsd4.5 | yes | yes | 2.6
alpha-unknown-netbsd1.6 | yes | yes | 2.1
armv7l-unknown-linux3.0.31-androideabi | yes | yes | 2.13
armv7l-unknown-linux4.19.127-androideabi | yes | yes | 2.13+
armv7-unknown-freebsd12.2-gnueabihf | yes | yes | 2.13
armv4l-unknown-linux2.4.0-gnu-glibc2.2 | no | yes | 2.1
armv4l-unknown-linux2.4.3-gnu-glibc2.2 | yes | yes | 2.1
armv4l-unknown-linux2.4.9-gnu-glibc2.2 | no | yes | 2.0.1
armv5tel-unknown-linux2.4.20-gnu-glibc2.2 | yes | yes | 2.2
armv6l-unknown-linux2.6.18-gnu-glibc2.3 | yes | yes | 2.4
arm-angstrom-linux2.6.23-gnueabi-glibc2.4 | yes | yes | 2.5
armv5tel-unknown-linux3.4.6-gnueabi-glibc2.5 | yes | yes | 2.13
armv5tejl-unknown-linux3.16.0-gnueabi-glibc2.19 | yes | yes | 2.13
armv7l-unknown-linux3.16.0-gnueabihf-glibc2.19 | yes | yes | 2.13
armv6l-unknown-linux4.4.34-gnueabihf-glibc2.24 | yes | yes | 2.13
armv7l-unknown-linux4.4.132-gnueabihf-glibc2.24 | yes | yes | 2.12
armv7l-unknown-linux4.9.8-gnueabihf-glibc2.24 | yes | yes | 2.11
armv7l-unknown-linux5.5.2-gnueabihf-glibc2.30 | yes | yes | 2.13
hppa1.1-hp-hpux11.00 | yes | yes | 2.1
hppa2.0-hp-hpux10.20 | yes | yes | 2.2
hppa2.0w-hp-hpux11.00 | yes | yes | 2.6
hppa2.0w-hp-hpux11.11 | yes | yes | 2.12
hppa2.0w-hp-hpux11.31 | yes | yes | 2.12
hppa64-hp-hpux11.31 | yes | yes | 2.11
hppa-unknown-linux2.4.19-gnu-glibc2.2 | yes | yes | 2.0.1
hppa64-unknown-linux2.4.17-gnu-glibc2.2 | yes | yes | 2.1
hppa2.0-unknown-linux2.6.20.1-gnu-glibc2.3 | yes | no | 2.4
hppa-unknown-linux4.4.0-gnu-glibc2.23 | yes | no | 2.11
hppa1.1-unknown-linux6.3.0-gnu-glibc2.37 | yes | yes | 2.14+
i370-ibm-openedition | no | no | 2.6
i586-pc-beos | no | yes | 2.1
i686-pc-cygwin | yes | yes | 2.10
i386-apple-darwin8.6.1 | yes | yes | 2.3
i686-apple-darwin8.6.1 | yes | yes | 2.3
i386-apple-darwin8.8.1 | yes | yes | 2.4
i386-apple-darwin8.8.2 | yes | yes | 2.4
i386-apple-darwin8.8.3 | yes | yes | 2.4
i386-apple-darwin8.9.1 | yes | yes | 2.4
i386-apple-darwin8.10.1 | yes | yes | 2.4
i386-apple-darwin8.11.1 | yes | yes | 2.6
i386-apple-darwin9.0.0 | yes | yes | 2.5
i386-apple-darwin9.1.0 | yes | yes | 2.5
i386-apple-darwin9.2.2 | yes | yes | 2.5
i386-apple-darwin9.3.0 | yes | yes | 2.6
i386-apple-darwin9.4.0 | yes | yes | 2.5
i386-apple-darwin9.5.0 | yes | yes | 2.6
i386-apple-darwin9.6.0 | yes | yes | 2.6
i386-apple-darwin9.7.0 | yes | yes | 2.8
i386-apple-darwin9.8.0 | yes | yes | 2.11
i386-apple-darwin10.2.0 | yes | yes | 2.6
i386-apple-darwin10.3.0 | yes | yes | 2.6
i686-unknown-gnu0.3-glibc2.13 | yes | no | 2.10
i686-unknown-gnu0.9-glibc2.24 | yes | yes | 2.13
i686-unknown-gnu0.9-glibc2.28 | yes | yes | 2.13
i686-unknown-gnu0.9-glibc2.31 | yes | yes | 2.14
i686-unknown-gnu0.9-glibc2.34 | yes | yes | 2.14
i586-pc-haiku | yes | yes | 2.13+
i586-pc-linux2.2.14-gnu-glibc2.1 | yes | yes | 2.1
i686-pc-linux2.2.14-gnu-glibc2.1 | yes | yes | 2.0
i686-pc-linux2.2.19-gnu-glibc2.1 | yes | yes | 1.95
i486-pc-linux2.2.21-gnu-glibc2.1 | yes | yes | 2.0
i586-pc-linux2.4.18-gnu-glibc2.1 | yes | yes | 2.0
i686-pc-linux2.4.19-gnu-glibc2.1 | yes | yes | 2.2
i686-pc-linux2.2.16-gnu-glibc2.2 | yes | yes | 2.0
i686-pc-linux2.2.19-gnu-glibc2.2 | yes | yes | 2.0
i686-pc-linux2.4.7-gnu-glibc2.2 | yes | yes | 2.1
i586-pc-linux2.4.9-gnu-glibc2.2 | yes | yes | 2.0
i686-pc-linux2.4.9-gnu-glibc2.2 | yes | yes | 2.0
i386-pc-linux2.4.18-gnu-glibc2.2 | yes | yes | 2.0
i686-pc-linux2.4.18-gnu-glibc2.2 | yes | yes | 2.0
i586-pc-linux2.4.19-gnu-glibc2.2 | yes | yes | 2.0
i686-pc-linux2.4.19-gnu-glibc2.2 | yes | yes | 2.0
i686-pc-linux2.4.20-gnu-glibc2.2 | yes | yes | 2.0
i586-pc-linux2.2.19-gnu-glibc2.3 | yes | yes | 2.1
i686-pc-linux2.4.18-gnu-glibc2.3 | yes | yes | 1.97
i486-pc-linux2.4.20-gnu-glibc2.3 | yes | yes | 2.0
i586-pc-linux2.4.20-gnu-glibc2.3 | yes | yes | 2.0
i686-pc-linux2.4.20-gnu-glibc2.3 | yes | yes | 2.0
i686-pc-linux2.4.21-gnu-glibc2.3 | yes | yes | 2.6
i586-pc-linux2.4.22-gnu-glibc2.3 | yes | yes | 2.0
i686-pc-linux2.4.22-gnu-glibc2.3 | yes | yes | 2.13
i686-pc-linux2.6.18-gnu-glibc2.5 | yes | yes | 2.11
i686-pc-linux4.9.0-gnu-glibc2.24 | yes | yes | 2.13
i686-pc-linux4.10.0-gnu-glibc2.24 | yes | yes | 2.13
i686-pc-linux4.13.0-gnu-glibc2.26 | yes | yes | 2.13
i686-pc-linux4.15.0-gnu-glibc2.27 | yes | yes | 2.13
i686-pc-linux4.9.65-musl | yes | yes | 2.13
i386-pc-mingw32 | yes | yes | 2.6
i586-pc-mingw32 | yes | yes | 2.9
i686-pc-mingw32 | yes | yes | 2.10
i686-w64-mingw32 | yes | yes | 2.13
i686-pc-minix3.1.8 | no | no | 2.12
i386-unknown-minix3.3.0 | no | no | 2.13
i386-unknown-mirbsd10 | yes | yes | 2.12
i386-pc-os2-emx | no | no | 2.5
i386-pc-nto-qnx6.3.2 | yes | no | 2.6
i386-pc-solaris2.8 | yes | yes | 2.7
i386-pc-solaris2.9 | yes | yes | 2.2
i386-pc-solaris2.10 | yes | yes | 2.13
i386-pc-solaris2.11.0 | yes | yes | 2.13
i386-pc-solaris2.11.3 | yes | yes | 2.13
i386-pc-solaris2.11.4 | yes | yes | 2.13
i386-pc-solaris2.11-omnios | yes | yes | 2.13
i386-pc-solaris2.11-openindiana | yes | yes | 2.13
i686-pc-win32-msvc6 | yes | yes | 1.96
i686-pc-win32-msvc9 | yes | yes | 2.9
i386-unknown-freebsd4.0 | yes | yes | 2.1
i386-unknown-freebsd4.0-gnu-glibc2.3 | yes | yes | 2.1
i386-unknown-freebsd4.6 | yes | yes | 1.95
i386-unknown-freebsd4.7 | yes | yes | 2.1
i386-unknown-freebsd4.8 | yes | yes | 2.1
i386-unknown-freebsd4.9 | yes | yes | 2.2
i386-unknown-freebsd4.10 | yes | yes | 2.2
i386-unknown-freebsd5.0 | yes | yes | 2.8
i386-portbld-freebsd6.0 | yes | yes | 2.3
i386-unknown-freebsd6.2 | yes | yes | 2.6
i386-unknown-freebsd6.4 | yes | yes | 2.6
i386-portbld-freebsd8.0 | yes | yes | 2.8
i386-unknown-freebsd8.1 | yes | yes | 2.9
i386-unknown-freebsd9.1 | yes | yes | 2.12
i586-unknown-freebsd11.0 | yes | yes | 2.13
i586-unknown-freebsd12.0 | yes | yes | 2.13
i386-unknown-midnightbsd2.0.2 | yes | yes | 2.13+
i686-unknown-kfreebsd6.2-gnu-glibc2.6 | yes | yes | 2.5+
i386-unknown-kfreebsd9.0-gnu-glibc2.13 | yes | yes | 2.13
i386-unknown-dragonfly3.8 | yes | yes | 2.13
i386-unknown-netbsdelf1.6 | no | no | 2.8
i386-unknown-netbsdelf2.0.2 | yes | yes | 2.4
i386-unknown-netbsdelf3.0 | yes | yes | 2.4
i386-unknown-netbsdelf5.0.2 | yes | yes | 2.9
i386-unknown-netbsdelf5.1 | yes | yes | 2.11
i386-unknown-netbsdelf7.0 | yes | yes | 2.11
i386-unknown-netbsdelf7.1 | yes | yes | 2.13
i386-unknown-netbsdelf8.0 | yes | yes | 2.13
i386-unknown-netbsd | yes | no | 2.2
i386-unknown-openbsd3.2 | yes | yes | 2.3
i386-unknown-openbsd3.3 | yes | yes | 2.1
i386-unknown-openbsd3.4 | yes | yes | 2.2
i386-unknown-openbsd3.6 | yes | yes | 2.1
i386-unknown-openbsd3.8 | yes | yes | 2.4
i386-unknown-openbsd3.9 | yes | yes | 2.8
i386-unknown-openbsd4.0 | yes | yes | 2.6
i386-unknown-openbsd4.7 | yes | yes | 2.9
i386-unknown-openbsd4.9 | yes | yes | 2.12
i386-unknown-openbsd5.1 | yes | no | 2.12
i386-unknown-openbsd6.0 | yes | yes | 2.13
ia64-portbld-freebsd7.0 | yes | no | 2.3
ia64-hp-hpux11.22 | yes | no | 2.1
ia64-hp-hpux11.23 | yes | no | 2.2
ia64-hp-hpux11.31 | yes | no | 2.10
ia64-unknown-linux2.4.18-gnu-glibc2.2 | yes | yes | 2.4
ia64-unknown-linux2.4.21-gnu-glibc2.3 | yes | yes | 2.6
ia64-unknown-linux2.6.9-gnu-glibc2.3 | yes | yes | 2.6
ia64-unknown-linux2.6.18-gnu-glibc2.3 | yes | yes | 2.6
ia64-unknown-linux2.6.16.27-gnu-glibc2.4 | yes | yes | 2.6
ia64-unknown-linux2.6.18-gnu-glibc2.5 | yes | yes | 2.13
loongarch64-unknown-linux5.15.0-gnu-glibc2.34 | yes | yes | 2.13+
mips-sgi-irix5.3 | yes | yes | 2.10
mips-sgi-irix6.2 | yes | yes | 2.6+
mips-sgi-irix6.5 | yes | yes | 2.13
mips-unknown-linux2.4.27-gnu-glibc2.3 | yes | yes | 2.6
mips-unknown-linux3.14.10-gnu-glibc2.13 | yes | yes | 2.13
mips-unknown-linux3.16.0-gnu-glibc2.19 | yes | yes | 2.13
mipsel-unknown-linux3.16.0-gnu-glibc2.19 | yes | yes | 2.13
mipsel-unknown-linux4.1.4-gnu-glibc2.19 | yes | yes | 2.13
mips64-unknown-linux3.16.0-gnuabin32-glibc2.19 | yes | yes | 2.13
mips64-unknown-linux3.14.10-gnuabi64-glibc2.13 | yes | yes | 2.13
mips64-unknown-linux3.16.0-gnuabi64-glibc2.19 | yes | yes | 2.13
mips64el-unknown-linux2.6.27.1-gnu-glibc2.7 | yes | yes | 2.9
mips64el-unknown-linux3.16.0-gnuabin32-glibc2.19 | yes | yes | 2.13
mips64el-unknown-linux4.1.4-gnuabin32-glibc2.19 | yes | yes | 2.13
mips64el-unknown-linux3.16.0-gnuabi64-glibc2.19 | yes | yes | 2.13
mips64el-unknown-linux4.1.4-gnuabi64-glibc2.19 | yes | yes | 2.13
mips64-unknown-openbsd6.9 | yes | yes | 2.13
nsr-tandem-nsk | no | no | 2.1
rs6000-ibm-aix3.2.5 | yes | no | 2.2
rs6000-ibm-aix4.2.0.0 | yes | yes | 2.2
rs6000-ibm-aix4.2.1.0 | yes | yes | 2.1
powerpc-ibm-aix4.3.2.0 | yes | yes | 2.6
powerpc-ibm-aix4.3.3.0 | yes | yes | 1.95
powerpc-ibm-aix5.1.0.0 | yes | yes | 2.9
powerpc-ibm-aix5.2.0.0 | yes | yes | 2.5
powerpc-ibm-aix5.3.0.0 | yes | yes | 2.9
powerpc-ibm-aix6.1.0.0 | yes | yes | 2.6
powerpc-ibm-aix7.1.3.0 | yes | yes | 2.12
powerpc64-ibm-aix7.1.5.0 | yes | yes | 2.13
powerpc64-ibm-aix7.1.5.0-abi32 | yes | yes | 2.13
powerpc-ibm-aix7.2.0.0 | yes | yes | 2.12
powerpc64-ibm-aix7.2.4.0 | yes | yes | 2.13
powerpc64-ibm-aix7.2.4.0-abi32 | yes | yes | 2.13
powerpc-apple-darwin5.5 | yes | yes | 2.2
powerpc-apple-darwin6.0 | yes | yes | 2.4
powerpc-apple-darwin6.8 | yes | yes | 2.2
powerpc-apple-darwin7.7.0 | yes | yes | 2.2
powerpc-apple-darwin7.8.0 | yes | yes | 2.2
powerpc-apple-darwin7.9.0 | yes | yes | 2.6
powerpc-apple-darwin8.1.0 | yes | yes | 2.2
powerpc-apple-darwin8.3.0 | yes | yes | 2.2
powerpc-apple-darwin8.4.0 | yes | yes | 2.2
powerpc-apple-darwin8.7.0 | yes | yes | 2.4
powerpc-apple-darwin8.8.0 | yes | yes | 2.4
powerpc-apple-darwin8.9.0 | yes | yes | 2.4
powerpc-apple-darwin8.10.0 | yes | yes | 2.5
powerpc-apple-darwin8.11.0 | yes | yes | 2.6
powerpc-apple-darwin8.11.1 | yes | yes | 2.5
powerpc-apple-darwin9.2.0 | yes | yes | 2.5
powerpc-apple-darwin9.6.0 | yes | yes | 2.6
powerpc-apple-darwin9.8.0 | yes | yes | 2.11
powerpc-unknown-linux2.2.17-gnu-glibc2.1 | no | yes | 1.95
powerpc-unknown-linux2.2.17-gnu-glibc2.2 | yes | yes | 2.0.1
powerpc-unknown-linux2.4.12-gnu-glibc2.2 | yes | yes | 2.6
powerpc-unknown-linux2.4.19-gnu-glibc2.2 | yes | yes | 2.4
powerpc-unknown-linux2.4.28-gnu-glibc2.2 | yes | yes | 2.1
powerpc-unknown-linux2.4.26-gnu-glibc2.3 | yes | yes | 2.1
powerpc-unknown-linux2.6.10-gnu-glibc2.3 | yes | yes | 2.2
powerpc-unknown-linux2.6.12-gnu-glibc2.3 | yes | yes | 2.7
powerpc-unknown-linux2.6.16-gnu-glibc2.3 | yes | yes | 2.4
powerpc-unknown-linux2.6.16-gnu-glibc2.4 | yes | yes | 2.6
powerpc-unknown-linux2.6.34-gnu-glibc2.11 | yes | yes | 2.9
powerpc-unknown-netbsd2.0 | yes | no | 2.1
powerpc-unknown-netbsd3.99.23 | yes | yes | 2.4
powerpc-unknown-openbsd4.0 | yes | yes | 2.4
powerpc-unknown-openbsd4.1 | yes | yes | 2.4
powerpc64-unknown-linux2.6.5-gnu-glibc2.3 | yes | yes | 2.4
powerpc64-unknown-linux2.6.16.27-gnu-glibc2.4 | yes | yes | 2.4
powerpc64-unknown-linux2.6.31-gnu-glibc2.11 | yes | yes | 2.9
powerpc64-unknown-linux2.6.32-gnu-glibc2.11 | yes | yes | 2.10
powerpc64-unknown-linux3.10.0-gnu-glibc2.17 | yes | yes | 2.13
powerpc64-unknown-linux3.17.2-gnu-glibc2.18 | yes | yes | 2.11
powerpc64-unknown-linux3.10.0-gnuabi32-glibc2.17 | yes | yes | 2.13
powerpc64-unknown-linux6.0.0-gnu-glibc2.35 | yes | yes | 2.13+
powerpc64-unknown-linux6.4.0-gnu-glibc2.37 | yes | yes | 2.14
powerpc64le-unknown-linux3.10.0-gnu-glibc2.17 | yes | yes | 2.13
powerpc64le-unknown-linux3.16.0-gnu-glibc2.19 | yes | yes | 2.13
powerpc64le-unknown-linux3.17.4-gnu-glibc2.20 | yes | yes | 2.11
powerpc64le-unknown-linux5.10.7-musl | yes | yes | 2.13
riscv32-unknown-linux4.15.0-gnu-glibc2.26 | yes | yes | 2.13
riscv64-unknown-linux4.15.0-gnu-glibc2.27 | yes | yes | 2.12
riscv64-unknown-linux4.16.0-gnu-glibc2.27 | yes | yes | 2.13
sh-unknown-openbsd4.6 | yes | yes | 2.5
s390x-ibm-linux2.6.16.46-gnu-glibc2.4 | no | yes | 2.5
s390x-ibm-linux2.6.26-gnu-glibc2.11 | yes | yes | 2.10
s390x-ibm-linux3.16.0-gnu-glibc2.19 | yes | yes | 2.13
s390x-ibm-linux5.10.7-musl | yes | yes | 2.13
sparc-unknown-linux2.4.32-gnu-glibc2.3 | yes | no | 2.1
sparc-unknown-netbsdelf7.1 | yes | no | 2.13
sparc-unknown-openbsd3.9 | yes | no | 2.4
sparc-sun-sunos4.1.4 | yes | no | 2.13
sparc-sun-solaris2.5.1 | yes | yes | 2.12
sparc-sun-solaris2.6 | yes | yes | 2.8
sparc-sun-solaris2.7 | yes | yes | 2.8
sparc-sun-solaris2.8 | yes | yes | 2.13+
sparc-sun-solaris2.9 | yes | yes | 2.6
sparc64-unknown-linux2.2.18-gnu-glibc2.1 | no | no | 1.95
sparc64-unknown-linux2.4.28-gnu-glibc2.3 | yes | no | 2.8
sparc64-unknown-linux2.6.26-gnu-glibc2.7 | yes | no | 2.10+
sparc64-unknown-linux2.6.33-gnu-glibc2.11 | yes | no | 2.9
sparc64-unknown-linux3.2.0-gnu-glibc2.13 | yes | yes | 2.13
sparc64-unknown-linux4.5.0-gnu-glibc2.24 | yes | yes | 2.13
sparc64-unknown-linux4.19.0-gnu-glibc2.28 | yes | yes | 2.12
sparc64-unknown-linux5.9.0-gnu-glibc2.31 | yes | yes | 2.13
sparc64-unknown-linux3.2.0-gnuabi32-glibc2.13 | yes | yes | 2.13
sparc64-unknown-linux4.5.0-gnuabi32-glibc2.24 | yes | yes | 2.13
sparc64-sun-solaris2.10 | yes | yes | 2.13
sparc64-sun-solaris2.10-abi32 | yes | yes | 2.13
sparc64-sun-solaris2.11.3 | yes | yes | 2.13
sparc64-sun-solaris2.11.3-abi32 | yes | yes | 2.13
sparc64-unknown-freebsd12.2 | no | no | 2.13
sparc64-unknown-netbsd8.0 | yes | no | 2.13
sparc64-unknown-openbsd3.6 | no | no | 2.2
sparc64-unknown-openbsd7.2 | no | no | 2.14
x86_64-pc-cygwin2.9 | yes | yes | 2.13
x86_64-apple-darwin9.8.0 | yes | yes | 2.13
x86_64-apple-darwin10.3.0 | yes | yes | 2.8
x86_64-apple-darwin10.4.0 | yes | yes | 2.8
x86_64-apple-darwin10.5.0 | yes | yes | 2.9
x86_64-apple-darwin10.6.0 | yes | yes | 2.9
x86_64-apple-darwin10.7.0 | yes | yes | 2.8
x86_64-apple-darwin15.6.0 | yes | yes | 2.11
x86_64-apple-darwin17.5.0 | yes | yes | 2.13
x86_64-unknown-haiku | yes | yes | 2.13+
x86_64-unknown-linux2.4.21-gnu-glibc2.2 | yes | yes | 2.1
x86_64-unknown-linux2.4.21-gnu-glibc2.3 | yes | yes | 2.1
x86_64-unknown-linux2.6.3-gnu-glibc2.3 | yes | yes | 2.1
x86_64-unknown-linux2.6.9-gnu-glibc2.3 | yes | yes | 2.4
x86_64-unknown-linux2.6.11.4-gnu-glibc2.3 | yes | yes | 2.4
x86_64-unknown-linux2.6.13-gnu-glibc2.3 | yes | yes | 2.4
x86_64-unknown-linux2.6.16-gnu-glibc2.4 | yes | yes | 2.4
x86_64-unknown-linux2.6.16.13-gnu-glibc2.4 | yes | yes | 2.4
x86_64-unknown-linux2.6.16.21-gnu-glibc2.4 | yes | yes | 2.4
x86_64-unknown-linux2.6.16.27-gnu-glibc2.4 | yes | yes | 2.6
x86_64-unknown-linux2.6.17-gnu-glibc2.4 | yes | yes | 2.4
x86_64-unknown-linux2.6.20-gnu-glibc2.4 | yes | yes | 2.4
x86_64-pc-linux2.6.18-gnu-glibc2.5 | yes | yes | 2.13
x86_64-unknown-linux2.6.20-gnu-glibc2.5 | yes | yes | 2.4
x86_64-unknown-linux2.6.20.1-gnu-glibc2.5 | yes | yes | 2.4
x86_64-unknown-linux2.6.21-gnu-glibc2.6 | yes | yes | 2.4
x86_64-pc-linux3.0.101-gnu-glibc2.11 | yes | yes | 2.11
x86_64-pc-linux2.6.32-gnu-glibc2.12 | yes | yes | 2.13
x86_64-pc-linux2.6.33.3-gnu-glibc2.12 | yes | yes | 2.13
x86_64-pc-linux3.2.0-gnu-glibc2.13 | yes | yes | 2.11
x86_64-pc-linux3.2.83-gnu-glibc2.15 | yes | yes | 2.11
x86_64-pc-linux3.7.10-gnu-glibc2.17 | yes | yes | 2.11
x86_64-pc-linux3.8.13-gnu-glibc2.17 | yes | yes | 2.11
x86_64-pc-linux3.10.0-gnu-glibc2.17 | yes | yes | 2.13
x86_64-pc-linux3.16.0-gnu-glibc2.19 | yes | yes | 2.11
x86_64-pc-linux3.16.7-gnu-glibc2.19 | yes | yes | 2.11
x86_64-pc-linux4.1.12-gnu-glibc2.19 | yes | yes | 2.11
x86_64-pc-linux4.1.13-gnu-glibc2.20 | yes | yes | 2.11
x86_64-pc-linux4.4.4-gnu-glibc2.20 | yes | yes | 2.11
x86_64-pc-linux4.4.14-gnu-glibc2.21 | yes | yes | 2.11
x86_64-pc-linux4.6.3-gnu-glibc2.22 | yes | yes | 2.11
x86_64-pc-linux4.4.0-gnu-glibc2.23 | yes | yes | 2.13
x86_64-pc-linux4.4.19-gnu-glibc2.23 | yes | yes | 2.11
x86_64-pc-linux4.7.2-gnu-glibc2.23 | yes | yes | 2.11
x86_64-pc-linux4.8.16-gnu-glibc2.23 | yes | yes | 2.11
x86_64-pc-linux4.8.0-gnu-glibc2.24 | yes | yes | 2.11
x86_64-pc-linux4.8.13-gnu-glibc2.24 | yes | yes | 2.11
x86_64-pc-linux4.9.0-gnu-glibc2.24 | yes | yes | 2.13
x86_64-pc-linux4.13.0-gnu-glibc2.26 | yes | yes | 2.13
x86_64-pc-linux4.13.9-gnu-glibc2.26 | yes | yes | 2.13
x86_64-pc-linux4.15.0-gnu-glibc2.27 | yes | yes | 2.13
x86_64-pc-linux4.14.65-gnu-glibc2.28 | yes | yes | 2.13
x86_64-pc-linux4.18.0-gnu-glibc2.28 | yes | yes | 2.13
x86_64-pc-linux4.18.16-gnu-glibc2.28 | yes | yes | 2.13
x86_64-pc-linux4.19.0-gnu-glibc2.28 | yes | yes | 2.13
x86_64-pc-linux5.0.10-gnu-glibc2.28 | yes | yes | 2.13
x86_64-pc-linux5.0.9-gnu-glibc2.29 | yes | yes | 2.13
x86_64-pc-linux5.4.31-gnu-glibc2.29 | yes | yes | 2.13
x86_64-pc-linux5.3.7-gnu-glibc2.30 | yes | yes | 2.13
x86_64-pc-linux5.3.11-gnu-glibc2.30 | yes | yes | 2.13
x86_64-pc-linux5.4.0-gnu-glibc2.31 | yes | yes | 2.13
x86_64-pc-linux5.6.6-gnu-glibc2.31 | yes | yes | 2.13
x86_64-pc-linux5.8.0-gnu-glibc2.32 | yes | yes | 2.13
x86_64-pc-linux4.4.0-gnuabi32-glibc2.23 | yes | yes | 2.13
x86_64-pc-linux4.14.65-gnuabi32-glibc2.28 | yes | yes | 2.13
x86_64-pc-linux4.4.0-gnux32-glibc2.23 | yes | yes | 2.13
x86_64-pc-linux4.9.65-musl | yes | yes | 2.13
x86_64-pc-linux4.19.34-musl | yes | yes | 2.13
x86_64-pc-linux4.19.118-musl | yes | yes | 2.13
x86_64-pc-linux5.4.43-musl | yes | yes | 2.13
x86_64-pc-linux5.10.7-musl | yes | yes | 2.13
x86_64-unknown-freebsd7.2 | yes | yes | 2.12
x86_64-unknown-freebsd10.3 | yes | yes | 2.12
x86_64-unknown-freebsd10.4 | yes | yes | 2.13
x86_64-unknown-freebsd11.0 | yes | yes | 2.13
x86_64-unknown-freebsd11.1 | yes | yes | 2.13
x86_64-unknown-freebsd12.0 | yes | yes | 2.13
x86_64-unknown-freebsd13.0 | yes | yes | 2.13+
x86_64-unknown-freebsd-trident1903 | yes | yes | 2.13
x86_64-unknown-kfreebsd6.2-gnu-glibc2.6 | yes | yes | 2.5+
x86_64-unknown-kfreebsd9.0-gnu-glibc2.13 | yes | yes | 2.13
x86_64-unknown-midnightbsd2.0.3 | yes | yes | 2.13+
x86_64-unknown-dragonfly3.8 | yes | yes | 2.12
x86_64-unknown-dragonfly3.9 | yes | yes | 2.12
x86_64-unknown-dragonfly4.0 | yes | yes | 2.12
x86_64-unknown-dragonfly4.2 | yes | yes | 2.12
x86_64-unknown-dragonfly4.4 | yes | yes | 2.12
x86_64-unknown-dragonfly4.5 | yes | yes | 2.12
x86_64-unknown-dragonfly4.6 | yes | yes | 2.12
x86_64-unknown-dragonfly4.7 | yes | yes | 2.12
x86_64-unknown-dragonfly4.8 | yes | yes | 2.12
x86_64-unknown-dragonfly5.0 | yes | yes | 2.12
x86_64-unknown-dragonfly5.1 | yes | yes | 2.12
x86_64-unknown-dragonfly6.0 | yes | yes | 2.13
x86_64-unknown-netbsd3.0 | yes | yes | 2.4
x86_64-unknown-netbsd4.99.72 | yes | yes | 2.5
x86_64-unknown-netbsd6.1 | yes | yes | 2.12
x86_64-unknown-netbsd7.0 | yes | yes | 2.12
x86_64-unknown-netbsd7.1 | yes | yes | 2.13
x86_64-unknown-netbsd8.0 | yes | yes | 2.13
x86_64-unknown-netbsd9.0 | yes | yes | 2.13
x86_64-unknown-openbsd5.4 | yes | yes | 2.12
x86_64-unknown-openbsd5.5 | yes | yes | 2.12
x86_64-unknown-openbsd5.6 | yes | yes | 2.12
x86_64-unknown-openbsd5.7 | yes | yes | 2.12
x86_64-unknown-openbsd5.8 | yes | yes | 2.12
x86_64-unknown-openbsd5.9 | yes | yes | 2.12
x86_64-unknown-openbsd6.0 | yes | yes | 2.13
x86_64-unknown-openbsd6.1 | yes | yes | 2.13
x86_64-unknown-openbsd6.2 | yes | yes | 2.13
x86_64-unknown-openbsd6.3 | yes | yes | 2.13
x86_64-unknown-openbsd6.5 | yes | yes | 2.13
x86_64-unknown-openbsd6.6 | yes | yes | 2.13
x86_64-unknown-openbsd6.7 | yes | yes | 2.13
x86_64-unknown-openbsd6.8 | yes | yes | 2.13
x86_64-unknown-bitrig1.0 | yes | yes | 2.12
x86_64-pc-solaris2.10 | yes | yes | 2.13
x86_64-pc-solaris2.11.0 | yes | yes | 2.13
x86_64-pc-solaris2.11.3 | yes | yes | 2.13
x86_64-pc-solaris2.11.4 | yes | yes | 2.13
x86_64-pc-solaris2.11-omnios | yes | yes | 2.13
x86_64-pc-solaris2.11-openindiana | yes | yes | 2.13
amd64-portbld-freebsd5.4 | yes | yes | 2.2
amd64-portbld-freebsd6.0 | yes | yes | 2.3
amd64-portbld-freebsd7.0 | yes | yes | 2.3
On FreeBSD 5.2, libsigsegv works best if the /proc filesystem is mounted.
(It is not mounted by default.)
Porting to new platforms
========================
On Unix systems, where faults are notified to the program through a signal
handler, the core routines in handler-unix.c can be used without
modifications. But they need the following bits of information. Each of
them is stored in a platform dependent file; the file is chosen in configure.
* List of signals that are sent when an invalid virtual memory address
is accessed, or when the stack overflows.
This is a file among signals-*.h.
configure chooses and sets the variable CFG_SIGNALS.
* What arguments are passed to a fault handler.
This is a file among fault-*.h.
configure chooses and sets the variable CFG_FAULT.
* How to determine the stack's virtual memory area.
This is a file among stackvma-*.c.
configure chooses and sets the variable CFG_STACKVMA.
* How to leave a signal handler that is executing on the alternate
signal stack.
This is a file among leave-*.c.
configure chooses and sets the variable CFG_LEAVE.
For each of these, the approach should be:
- Find a way to implement the needed functionality. This might involve
study of the system include files (in particular <signal.h> and
<ucontext.h>) and of the kernel sources.
For CFG_FAULT, the best starting point is to run the tests/sigsegv1
program with a breakpoint set at 'sigsegv_handler'.
- Add to configure.ac a test whether your new code works. This will
help portability to platforms similar to yours.
Then regenerate the configure script (run "autoconf") and verify
that the test says "yes" on your platform.
- Create a platform dependent file (e.g. fault-<os>-<cpu>.h) and change
configure.ac to choose this particular file when your test says "yes".
Then regenerate the configure script (run "autoconf").
- Specifically for CFG_FAULT:
- Use './configure --disable-stackvma'. This makes sure that the
stackoverflow* tests use the SIGSEGV_FAULT_STACKPOINTER macro
and not some other heuristic.
- For Linux platforms, search for definitions of 'setup_frame' and
'setup_rt_frame' functions in the kernel source code.
- For FreeBSD platforms, search for definitions of 'sendsig' functions
in the kernel source code.
- Verify that "make" and "make check" pass.
For non-Unix systems, a separate handler-<os>.c is likely to be needed.