Subject: Re: kern/29903 (additional data point)
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 04/21/2005 08:33:01
The following reply was made to PR kern/29903; it has been noted by GNATS.

From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: kern/29903 (additional data point)
Date: Thu, 21 Apr 2005 10:32:03 +0200

 Could you please build an unpatched kernel with
 
   makeoptions     DEBUG="-g"
 
 (so that you get a netbsd.gdb file), then crash the machine again and note
 the
 
    Stopped at      netbsd:wm_rxintr+0x232: movl %esi,0x10(%ebx)
 
 line (where +0x232 might differ). Then use gdb to lookup that code position:
 
 gdb netbsd.gdb
 ...
 > list *(wm_rxintr+0x232)
 
 and attach the gdb output to this PR.
 
 Thanks,
 
 Martin