On 12/25/2017 09:03 AM, Marcin Cieslak wrote: > I found a core file that says: > > Core was generated by `/usr/local/libexec/kdc --detach'. > Program terminated with signal SIGSEGV, Segmentation fault. > #0 0x0000000801286820 in der_length_general_string (data=0x18) at > der_length.c:209 > 209 return strlen(*data);
It looks like this bug was fixed in 7.5.0. The relevant commit on the release branch is here: https://github.com/heimdal/heimdal/commit/749d377fa357351a7bbba51f8aae72cdf0629592 > As it turns out the main process is waiting on wait4(): This might be a secondary bug, also fixed in 7.5.0: https://github.com/heimdal/heimdal/commit/108b28874788e5d0aa6f7c5af16d6cc405ae8eac (I am not a Heimdal developer, but I was curious enough to look into the backtrace.)