[4867] in testers
Re: solaris 9.0.3: su
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Fri Jun 22 21:41:58 2001
To: testers@mit.edu
From: Ken Raeburn <raeburn@MIT.EDU>
Date: 22 Jun 2001 21:41:54 -0400
In-Reply-To: <tx1itit1g8e.fsf@mit.edu>
Message-ID: <tx18zikkm59.fsf@mit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
I wrote:
> dcl% su
> Password:
> PAM-KRB5: Kerberos V5 authentication failed Client not found in Kerberos database
>
> Segmentation fault
> dcl%
This is still happening, after I just updated to 9.0.8. (Not too
surprising, I guess, it's system software.)
Playing around a bit more with truss, I got the process into a state
where I could attach it with gdb, and found this traceback:
(gdb) bt
#0 0x7f8b9eb8 in nvmatch () from /usr/lib/libc.so.1
#1 0x7f8b9f6c in getenv () from /usr/lib/libc.so.1
#2 0x7f8d3f14 in getsystemTZ () from /usr/lib/libc.so.1
#3 0x7f8d217c in _ltzset_u () from /usr/lib/libc.so.1
#4 0x7f8d139c in localtime_u () from /usr/lib/libc.so.1
#5 0x125a4 in main ()
#6 0x12334 in main ()
(gdb)
Dunno if this helps any....