Port-hp700 archive

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

Re: Panic with assertion failure "hppa_intr_depth == 0" on E25



On Sun, Jan 27, 2008 at 07:56:51PM +0000, Nick Hudson wrote:

Begin traceback...
(null)() at 0
__kernassert() at netbsd:__kernassert+0x58
trap() at netbsd:trap+0xc3c
-- trap #17
fdcache() at netbsd:fdcache+0x38
mbus_dmamap_sync() at netbsd:mbus_dmamap_sync+0xc4
iee_intr() at netbsd:iee_intr+0x2a78
hp700_intr_dispatch() at netbsd:hp700_intr_dispatch+0xa8
hppa_intr() at netbsd:hppa_intr+0x21c
trap() at netbsd:trap+0xa28
-- trap #4
idle_loop() at netbsd:idle_loop+0x154
-- trap #0
End traceback...

Can you find out which bus_dmamap_sync call in iee_intr is at address iee_intr+0x2a78?

nm(1) can get you the value of iee_intr and

        addr2line <value> -e netbsd.gdb

will give you the source file and line.

Strange, it points to sys/dev/ic/i82596.c:329, which is a call to iee_start?..

--
Sergey Svishchev

Attachment: pgpbYbLQ2DiKY.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index