#36811: heimdal: kinit segfaults -----------------------+-------------------------------- Reporter: aronnax@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: heimdal -----------------------+-------------------------------- On a Mountain Lion system, the kinit provided by heimdal @1.3.3_1 kinit segfaults: (Replace -----@----.--- with your own principal) {{{ $ /opt/local/libexec/heimdal/bin/kinit -----@----.--- -----@----.---'s Password: ****** Segmentation fault: 11 }}} Running this under gdb, I see that the program crashes in krb5_cc_destroy. If, however, you specify a particular credentials cache, it does not crash: {{{ $ /opt/local/libexec/heimdal/bin/kinit -c ~/foobar -----@----.--- -----@----.---'s Password: ****** }}} (exits normally) -- Ticket URL: <https://trac.macports.org/ticket/36811> MacPorts <http://www.macports.org/> Ports system for Mac OS