IETF-Hackathon/mDNSResponder

dnssd-proxy ends with segfault

Closed this issue · 1 comments

Hi,

I build dnssd-proxy on my Raspberry Pi with libmbed from the Pi repositories.

I generated the key and cert. My cf file looks like:

interface eth0 site1.home.arpa.
my-name discoveryproxy.home.arpa.
my-ipv4-addr 192.168.88.113
udp-port 53
tcp-port 53
tls-port 853

When I start dnssd-proxy it fails with segfault:

/usr/local/sbin/dnssd-proxy

Segmentation fault

Any ideas? How to debug this problem?

Fixed it myself again: I seems that some old libs of my attempts to compile mbedtls where poisening the system. After cleaning the local self-compiled mbedtls and re-compiling dnssd-proxy it works.