@terts @jamey @algernon Checking this morning, I'm not sure I *did* raise the user space ASLR range anymore. I *meant* to, but...
# cat /proc/sys/vm/mmap_rnd_bits
28
which is equal to ARCH_MMAP_RND_BITS_MIN for x86_64.
Possibly also relevant:
# cat /proc/sys/vm/mmap_min_addr
4194304
(I would set that to 4294967296 if I could, but anything higher than 0x400000 breaks non-PIE executables)
# cat /proc/sys/vm/overcommit_memory
2
(2 = "don't")