>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