Subject: Re: kern/31457: panic: trap when sharing IRQs
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Andreas Wrede <andreas@planix.com>
List: netbsd-bugs
Date: 10/11/2005 21:07:01
The following reply was made to PR kern/31457; it has been noted by GNATS.

From: Andreas Wrede <andreas@planix.com>
To: gnats-bugs@netbsd.org
Cc: 
Subject: Re: kern/31457: panic: trap when sharing IRQs 
Date: Tue, 11 Oct 2005 17:06:36 -0400

 I managed to get backtrace from the trap:
 
 kernel: protection fault trap, code=0
 Stopped at      netbsd:lapic_delay+0x3a:        cmpl    %esi,%edi
 db{0}>
 db{0}> bt
 lapic_delay(28,cb7c5e48,c01ac760,1,1) at netbsd:lapic_delay+0x3a
 bge_miibus_readreg(c1cc9000,1,19,c03a02e9,c07dcaa0) at  
 netbsd:bge_miibus_readreg+0x77
 brgphy_status(c1c97200,8,cb7c5eac,c03a020e,cb7a104c) at  
 netbsd:brgphy_status+0x2e
 mii_phy_status(c1c97200,8,202,0,d17554a0) at netbsd:mii_phy_status+0x10
 brgphy_service(c1c97200,c1cc9280,3,7,d803c678) at  
 netbsd:brgphy_service+0x35
 mii_phy_auto_timeout(c1c97200,c,c07dcaa0,206,cb7c2000) at  
 netbsd:mii_phy_auto_timeout+0x42
 softclock(0,c0100cc5,cb7c2000,246,c0442589) at netbsd:softclock+0x2b7
 softintr_dispatch(0,10,c0440030,10,c0820010) at  
 netbsd:softintr_dispatch+0xb5
 
 
 The kernel is 3.0BETA, from cvs as of today - the log messages are  
 unchanged from the original report.
 
 -- 
      aew