Hacker News new | ask | show | jobs
by comex 2481 days ago
You may be running afoul of mmap_min_addr:

https://wiki.debian.org/mmap_min_addr

It's a security feature meant to protect the kernel from null pointer attacks.

1 comments

Thanks. It's been bugging me for a while.