Subject: Re: Building X stops at sparc_interrupt
To: None <eeh@netbsd.org>
From: Murray Stokely <murray@osd.bsdi.com>
List: port-sparc64
Date: 11/06/2000 16:36:30
On 6 Nov 2000 eeh@netbsd.org wrote:
% Did you build this kernel yourself?

  Nope, it was 1.5_BETA GENERIC

% Looks like you took a breakpoint trap inside the interrupt handler.
% 
% If you disassemble the previous insn (`x/i <addr>') you'll probably
% find that it's a trap instruction.
% 
% What I really need in these situations is the trapframe (`machine tf')
% and, since the code varies from kernel to kernel, a disassembly of the
% relevent code (`x/i <addr>,<len>').

  Cool.  I will provide this next time.

	- Murray