Default stack limit of 50 pages almost always causes ntpd to segfault
when ASLR stack gap is enabled. This happens because in default
FreeBSD install the maximum stack gap size is around 15.36MiB and
the stack gap that is created is almost always bigger than stack
limit. This results in immediate segfault after setrlimit call.
Changing the default to 4096 4K pages resolves this problem.
Stack limit can be configured to previous value by adding
'rlimit stacksize 50' to ntp.conf.