Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!ames!ucbcad!ucbvax!sm.unisys.COM!darrelj From: darrelj@sm.unisys.COM Newsgroups: comp.sys.xerox Subject: Re: TCP/IP: unbound var Message-ID: <8710211733.AA22522@rdcf.sm.unisys.com> Date: Wed, 21-Oct-87 13:33:00 EDT Article-I.D.: rdcf.8710211733.AA22522 Posted: Wed Oct 21 13:33:00 1987 Date-Received: Sat, 24-Oct-87 05:43:46 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 32 by SUMEX-AIM.STANFORD.EDU with TCP; Tue, 20 Oct 87 18:51:28 PDT Received: by cayuga.cs.rochester.edu (5.52/e) id AA24932; Tue, 20 Oct 87 21:50:30 EDT AA03087; Tue, 20 Oct 87 21:50:25 EDT Message-Id: <8710210150.AA03087@cursa.cs.rochester.edu> To: info-1100@sumex-aim.stanford.edu Cc: koomen@cs.rochester.edu Subject: TCP/IP: unbound var Date: Tue, 20 Oct 87 21:50:20 -0400 From: koomen@cs.rochester.edu Status: RO System: Lyric on 1108 File guess: TCPLLICMP of 8-Jan-87 16:44:25 Folks, every now and then I get an unbound var break in the \10MBWATCHER process. BT shows that \HANDLE.RAW.IP is calling the function \ICMP.TIME.EXCEEDED (params: PACKET and CODE) with localvar IP and freevar \ICMP.TRANSIT.TIME.EXCEEDED as arguments. The latter turns out to be unbound. Does anyone know why it's unbound, and what the value ought to be? -- Hans I reported this one to Xerox last month. In Koto, the corresponding code had 0 compiled inline, so presumably a CONSTANT declaration was missing at last compilation. Workaround is (SETQ \ICMP.TIME.EXCEEDED 0). DARREL