Segmentation fault (core dumped)
Todays git pull segfaults:
05-31T15:38:01 ntpd[9921]: ntpd ntpsec-0.9.7+854 2017-05-31T05:31:28Z: Starting
05-31T15:38:01 ntpd[9921]: Command line: /usr/local/sbin/ntpd -n -p /var/run/ntpd.pid -g -u 106
05-31T15:38:01 ntpd[9921]: proto: precision = 1.047 usec (-20)
05-31T15:38:01 ntpd[9921]: successfully locked into RAM
05-31T15:38:01 ntpd[9921]: leapsecond file ('/etc/ntp/ntp.leap'): good hash signature
05-31T15:38:01 ntpd[9921]: leapsecond file ('/etc/ntp/ntp.leap'): loaded, expire=2017-12-28T00:00Z last=2017-01-01T00:00Z ofs=37
05-31T15:38:01 ntpd[9921]: Listen and drop on 0 v6wildcard [::]:123
05-31T15:38:01 ntpd[9921]: Listen and drop on 1 v4wildcard 0.0.0.0:123
05-31T15:38:01 ntpd[9921]: Listen normally on 2 lo 127.0.0.1:123
05-31T15:38:01 ntpd[9921]: Listen normally on 3 eth0 193.175.73.151:123
05-31T15:38:01 ntpd[9921]: Listen normally on 4 lo [::1]:123
05-31T15:38:01 ntpd[9921]: Listen normally on 5 eth0 [fe80::219:bbff:fe31:6b48%2]:123
05-31T15:38:01 ntpd[9921]: Listening on routing socket on fd #22 for interface updates
05-31T15:38:01 ntpd[9921]: newpeer: addr:0.0.0.0, name:ntps1-1.cs.tu-berlin.de, cast_flags:1, flags:901
05-31T15:38:01 ntpd[9921]: newpeer: addr:0.0.0.0, name:zeit.fu-berlin.de, cast_flags:1, flags:901
05-31T15:38:01 ntpd[9921]: newpeer: addr:0.0.0.0, name:time.fu-berlin.de, cast_flags:1, flags:901
05-31T15:38:01 ntpd[9921]: newpeer: addr:0.0.0.0, name:ntp1.ptb.de, cast_flags:1, flags:901
05-31T15:38:01 ntpd[9921]: newpeer: addr:0.0.0.0, name:ntp2.ptb.de, cast_flags:1, flags:901
05-31T15:38:01 ntpd[9921]: newpeer: addr:127.127.28.0, name:(null), cast_flags:1, flags:21
05-31T15:38:01 ntpd[9921]: Found 6 servers, suggest minsane at least 3
Segmentation fault (core dumped)
build options:
git pull
./waf clean
./waf configure --refclock=shm --enable-doc
./waf build
./waf install
ntpsec-0.9.7, built with the same options is running OK!