Re: panic from isp1020

From: Martin J. Bligh
Date: Tue Jul 13 2004 - 15:39:29 EST


> The EIP according to addr2line is:
> Cmnd->result = isp1020_return_status(sts);
> (drivers/scsi/qlogicisp.c:1048)
>
> 0xc01eb588 <isp1020_intr_handler+572>: mov %eax,0x154(%esi)
>
> but esi is 0 ....

ie. Cmnd = NULL. Which was set above by:

Cmnd = hostdata->cmd_slots[cmd_slot];

M.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/