I am using ARM cross compiled dnscrypt-proxy-1.9.5 in my openwrt along with dnsmasq. I am getting SIGABRT as and when dns query packet is received. What could be the reason for this please let me know. I got dnscrypt-proxy specific logs as below:
/etc/init.d/dnscrypt-proxy start
Tue Apr 17 13:27:01 2018 [INFO] - [cisco] does not support DNS Security Extensions
Tue Apr 17 13:27:01 2018 [WARNING] - [cisco] logs your activity - a different provider might be better a choice if privacy is a concern
Tue Apr 17 13:27:01 2018 [INFO] Generating a new session key pair
Tue Apr 17 13:27:01 2018 [INFO] Done
Tue Apr 17 13:27:01 2018 [INFO] Server certificate with serial #1517943461 received
Tue Apr 17 13:27:01 2018 [INFO] This certificate is valid
Tue Apr 17 13:27:01 2018 [INFO] Chosen certificate #1517943461 is valid from [2018-02-06] to [2019-02-06]
Tue Apr 17 13:27:01 2018 [INFO] The key rotation period for this server may exceed the recommended value. This is bad for forward secrecy.
Tue Apr 17 13:27:01 2018 [INFO] Server key fingerprint is 240B:11B7:AD02:FAC0:6285:1E88:6EAA:44E7:AE5B:AD2F:921F:9577:514D:E226:D552:6836
Tue Apr 17 13:27:01 2018 [NOTICE] Proxying from 127.0.0.1:40 to 208.67.220.220:443
Thanks