@wdormann The proposed workarounds (increase # of ASLR bits) are 🤦. That's a non-starter for 32-bit (would fragment memory so bad you can't have any large maps/arrays) and still puts a nasty upper bound on ASLR strength on 64-bit. The right fix is to revert the behavior change and not over-align things.