NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-i386/39680: panic: i82489_icr_wait: busy



On Fri, Oct 03, 2008 at 01:15:04PM +0000, Andrew Doran wrote:
>  On Fri, Oct 03, 2008 at 10:30:01AM +0000, prlw1%cam.ac.uk@localhost wrote:
>  
>  > trap type 1 code 0 eip c03cc6ac cs 8 eflags 246 cr2 0 ilevel 8
>  
>  Where is 0xc03cc6ac in the kernel binary?

Sorry, I should have said:

c03cc6a0 <rdpmc>:
c03cc6a0:       8b 4c 24 04             mov    0x4(%esp),%ecx
c03cc6a4:       0f 33                   rdpmc  
c03cc6a6:       c3                      ret    
c03cc6a7:       90                      nop    

c03cc6a8 <breakpoint>:
c03cc6a8:       55                      push   %ebp
c03cc6a9:       89 e5                   mov    %esp,%ebp
c03cc6ab:       cc                      int3   
c03cc6ac:       5d                      pop    %ebp
c03cc6ad:       c3                      ret    
c03cc6ae:       89 f6                   mov    %esi,%esi

c03cc6b0 <x86_atomic_testset_ul>:


Looks like /sys/arch/i386/i386/cpufunc.S:

ENTRY(breakpoint)
        pushl   %ebp
        movl    %esp, %ebp
        int     $0x03           /* paranoid, not 'int3' */
        popl    %ebp
        ret
END(breakpoint)


Cheers,

Patrick


Home | Main Index | Thread Index | Old Index