Path: utzoo!attcan!uunet!mcvax!ukc!pyrltd!ttl!manzie From: manzie@ttl.UUCP (Roddy Manzie) Newsgroups: comp.unix.microport Subject: Re: --- A System V/AT crash --- Message-ID: <160@ttl.UUCP> Date: 24 May 88 08:09:15 GMT References: <445@zap.UUCP> Reply-To: manzie@ttl.UUCP (Roddy Manzie) Organization: Trading Technology Ltd. Lines: 20 If you want to look at a routine within the kernel, the easiest way is to use 'dis' with the -F option, ie # dis -F clkint1 /unix Also (as an aside), when doing nm's on the kernel, you may find it useful to use: nm -hxe /unix | sort -t\| +1 -2 This will sort the output by hex address, andd makes searching for those elusive trap addresses far easier. As to the bug - I haven't seen it before, but it didn't seem to be in 1.3.8 which we run at 12.5 MHZ with no bugs. Roderick Manzie Trading Technology Ltd.