[14345] in Athena Bugs
sun4 8.0A: pts
daemon@ATHENA.MIT.EDU (Derek Atkins)
Wed May 15 10:59:11 1996
To: bugs@MIT.EDU
Date: Wed, 15 May 1996 10:58:58 EDT
From: Derek Atkins <warlord@MIT.EDU>
System name: bart-savagewood
Type and version: SPARC/Classic 8.0A (1 update(s) to same version)
Display type: cgthree
What were you trying to do?
Run pts to find information about a user/ID
What's wrong:
It Seg Faulted
What should have happened:
It should have given me the right information
Please describe any relevant documentation references:
Here is what I did:
Ready> pts exam warlord
Segmentation fault
Ready> which pts
/bin/athena/pts
Ready> ls /bin/athena/pts
lrwxrwxrwx 1 root other 56 May 14 14:50 /bin/athena/pts -> /afs/athena.mit.edu/system/afsuser/arch/sun4m_54/bin/pts
Ready> tokens
Tokens held by the Cache Manager:
User's (AFS ID 9661) tokens for afs@net.mit.edu [Expires May 15 18:59]
User's (AFS ID 9661) tokens for afs@media-lab.mit.edu [Expires May 15 18:59]
User's (AFS ID 9661) tokens for afs@sipb.mit.edu [Expires May 15 18:59]
User's (AFS ID 9661) tokens for afs@athena.mit.edu [Expires May 15 18:59]
--End of list--
Ready> fs whichcell /afs
File /afs lives in cell 'athena.mit.edu'
From GDB:
Core was generated by `pts exam warlord'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libdl.so.1...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libc.so.1...(no debugging symbols found)...done.
#0 0x49dd4 in netdir_free ()
(gdb) where
#0 0x49dd4 in netdir_free ()
#1 0x4d584 in gethostbyname_r ()
#2 0x21fe0 in afsconf_OpenInternal ()
#3 0x224d8 in afsconf_GetCellInfo ()
#4 0x1c700 in pr_Initialize ()
#5 0x18730 in GetGlobals ()
#6 0x1c274 in cmd_Dispatch ()
#7 0x1ae2c in main ()
The core file is in /mit/warlord/cores/core.pts.sun4m_54
-derek