Assertion failuers

Phil Dibowitz phil at usc.edu
Thu Jul 7 17:46:19 EDT 2005


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mailman.mit.edu/pipermail/kerberos/attachments/20050707/f9aa14cb/attachment.bin


More information about the Kerberos mailing list