Re: Core scsi layer crashes in 2.6.8.1
From: Alan Cox (alan_at_lxorguk.ukuu.org.uk)
Date: 09/29/04
- Previous message: Christoph Hellwig: "Re: New DRM driver model - gets rid of DRM() macros!"
- In reply to: James Bottomley: "Re: Core scsi layer crashes in 2.6.8.1"
- Next in thread: James Bottomley: "Re: Core scsi layer crashes in 2.6.8.1"
- Reply: James Bottomley: "Re: Core scsi layer crashes in 2.6.8.1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: James Bottomley <James.Bottomley@SteelEye.com> Date: Wed, 29 Sep 2004 14:24:10 +0100
On Mer, 2004-09-29 at 15:11, James Bottomley wrote:
> What was the oops?
>
> I have a theory that we should be taking a device reference before
> waking up the error handler, otherwise host removal can race with error
> handling.
The sequence I scribbled down from the console was
Illegal state transition Cancel->Offline
Badness in scsi_device_set_state
scsi_device_set_state
scsi_unjam_host
scsi_error_handler
badness in kref_get
kobject_get, get_device, scsi_request_fn
blk_insert_request, scsi_queue_insert
scsi_eh_flush_done_q, scsi_unjam_host
scsi_error_handler
OOPS scsi_device_dev_release
device_release
kobject_cleanup
kobject_release
kref_put
scsi_request_fn
Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Christoph Hellwig: "Re: New DRM driver model - gets rid of DRM() macros!"
- In reply to: James Bottomley: "Re: Core scsi layer crashes in 2.6.8.1"
- Next in thread: James Bottomley: "Re: Core scsi layer crashes in 2.6.8.1"
- Reply: James Bottomley: "Re: Core scsi layer crashes in 2.6.8.1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|