Subject: Re: crash dump analysys with and without symbols
To: Curt Sampson <cjs@portal.ca>
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
List: port-alpha
Date: 05/07/1997 17:43:04
>Usually trap() prints the address of the pc near where the trap
>occurred when it takes the machine down. Something like
>0xffffff0012345678. So I just do a `l *(0xffffff0012345678)' to
>get it to list that area, and go from there.

Aha!  That works great.  Thanks!

--Ken