One confirmed problem: crashing in login.krb5
Because of:
Src/appl/bsd/login.c
Line 1193: strncpy(term, getenv("TERM"), sizeof(term));
Apparently, there have been issues with strncpy and alignment problems
with the IA64 in the past...
The current kludgey fix has been to make a pointer, assign the getenv to
it, strlen the pointer, assign that to a size_t, and then call the
strncpy as strncpy(term,<pointer>,<size_t>);
This got us past THAT problem, but there are more, mostly likely of the
same.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf
Of Sam Hartman
Sent: Wednesday, May 01, 2002 11:48 AM
To: Tim Gaastra
Cc: [EMAIL PROTECTED]
Subject: Re: Problem with klogind/kshd
Run strace on all the involved processes; see where things are hanging.
________________________________________________
Kerberos mailing list [EMAIL PROTECTED]
http://mailman.mit.edu/mailman/listinfo/kerberos
________________________________________________
Kerberos mailing list [EMAIL PROTECTED]
http://mailman.mit.edu/mailman/listinfo/kerberos