[274] in Moira
The kind of stuff I am seeing
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Tue Feb 26 17:33:29 1991
Date: Tue, 26 Feb 91 14:30:42 -0800
From: haynes@ucscc.UCSC.EDU (99700000)
To: bug-moira@ATHENA.MIT.EDU
Cc: sun-athena@ucscc.UCSC.EDU
on Suns. This particular case I'm trying to update a service-host tuple
and get a core dump. The code (in updatehost() routine of dcmmaint.c
is
info[SHI_SERVICE] = strsave(argv[1]);
info[SHI_MACHINE] = strsave(canonicalize_hostname(argv[2]));
if I put a printf before the second line it shows that argv[2] is
the machine name I just typed in; but running adb on the core
file shows canonicalize_hostname is getting a null argument.
Does anybody have a clue?