Folks, I recently tested a change from 1.3.1 to 1.4.1 on our Solaris 2.6, 8, and 9 machines.
Things worked well, except that on Solaris 2.6, several applications,
including openssh and a homegrown app through this:
Assertion failed: i->did_run != 0, file
../../../../src/lib/krb5/../../include/k5-platform.h, line 232
And for reference, that's:
static inline int k5_call_init_function(k5_init_t *i)
{
int err;
err = k5_once(&i->once, i->fn);
if (err)
return err;
assert (i->did_run != 0);
return i->error;
}
Anyone have any ideas? Note that solaris 2.6 is the ONLY version that runs
this - and we have two servers we haven't been able to upgrade yet...
Thoughts?
--
Phil Dibowitz
Systems Architect and Administrator
Enterprise Infrastructure / ISD / USC
UCC 180 - 213-821-5427
pgp8CzbQ79QHV.pgp
Description: PGP signature
________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
