Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752380AbYKFTgw (ORCPT ); Thu, 6 Nov 2008 14:36:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751083AbYKFTgm (ORCPT ); Thu, 6 Nov 2008 14:36:42 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:41883 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750804AbYKFTgl (ORCPT ); Thu, 6 Nov 2008 14:36:41 -0500 Date: Thu, 6 Nov 2008 14:36:40 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Andrew Morton cc: Brian Kysela , , Jens Axboe , , Subject: Re: [BUG] usb-storage: Error in queuecommand: us->srb = ffff88006a338480 In-Reply-To: <20081106095757.2c2fcdc3.akpm@linux-foundation.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1168 Lines: 30 On Thu, 6 Nov 2008, Andrew Morton wrote: > > The error message: > > > > > [ 152.701070] usb-storage: Error in queuecommand: us->srb = ffff88007dfd0680 > > > > means that the SCSI layer has told usb-storage to start a new command > > before the old one completed. This could happen, for example, if the > > SCSI layer had gotten confused and tried to cancel a command that > > wasn't running -- then it would think usb-storage was idle when in fact > > it was still busy. (This was the failure mechanism resulting from the > > timeout changes.) > > > > OK, thanks. I'll cc linux-scsi, but I have this-wont-be-getting-fixed > feelings on this one :( > > I wonder what's special about Brian's setup. Brian, if you can use usbmon to monitor what happens during the file copy and subsequent error, it might provide a clue. Instructions are in the kernel source file Documentation/usb/usbmon.txt. Alan Stern -- 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/