Commit 055bd7e
fix(ci): lower mmap_rnd_bits to 8 for ASAN runs
28 is the max ASLR entropy and lets the JVM land in ASan's shadow
range [0x00007fff7000-0x10007fff7fff], causing random aborts.
8 constrains mmap placement to lower addresses away from that range.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0f996e8 commit 055bd7e
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
373 | 375 | | |
374 | 376 | | |
375 | 377 | | |
376 | | - | |
| 378 | + | |
| 379 | + | |
377 | 380 | | |
378 | 381 | | |
379 | 382 | | |
| |||
0 commit comments