From owner-freebsd-usb@FreeBSD.ORG Wed Apr 7 13:03:58 2010 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B865106564A; Wed, 7 Apr 2010 13:03:58 +0000 (UTC) (envelope-from giovanni.trematerra@gmail.com) Received: from mail-fx0-f225.google.com (mail-fx0-f225.google.com [209.85.220.225]) by mx1.freebsd.org (Postfix) with ESMTP id C6E6A8FC12; Wed, 7 Apr 2010 13:03:57 +0000 (UTC) Received: by fxm25 with SMTP id 25so4112fxm.3 for ; Wed, 07 Apr 2010 06:03:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=kCBURN4zAjBUlTHzGn7VTKaRIVM4hGGwLZVWpJcTacw=; b=vaRk6f7bvtg5wQ0XuY7ebE4YNiitEL8z9M9v7B8qrCRcqd12Rjpyo46WurC9LdAjXw aJ/8v8hhqxMZw5mErVp3OYkBCnDhtQROPMmSgCLJMQPggms56ZXRJhZ05kRwEdzkX76l +tVzCi/zFBk3Unk57rEgRJxo3zbmrR39wuLA4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=sZVlTlqjeHaWCDBvCT5VSdvgCuolpIhB9qYNK2c2ERy541Ux+bdezwLxyICTKGuJ/7 y09/UJeCVcy9tkCcq8C+z9j7emQqFD5r2sWIzitbQbsMPd/txcXOblgrUPWmHdJ2QyCM sHnaUiJkw8pInt7SMfRgKyNFYnurcWl7FU9rE= MIME-Version: 1.0 Received: by 10.223.121.195 with HTTP; Wed, 7 Apr 2010 05:38:20 -0700 (PDT) In-Reply-To: <4BBC0986.3080000@aldan.algebra.com> References: <4BBBFE67.3080302@aldan.algebra.com> <20100407034752.GA33354@icarus.home.lan> <4BBC0986.3080000@aldan.algebra.com> Date: Wed, 7 Apr 2010 14:38:20 +0200 Received: by 10.223.102.206 with SMTP id h14mr8768088fao.23.1270643900769; Wed, 07 Apr 2010 05:38:20 -0700 (PDT) Message-ID: From: Giovanni Trematerra To: "Mikhail T." Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Cc: usb@freebsd.org, stable@freebsd.org, Jeremy Chadwick Subject: Re: 7.3: instant panic upon connecting a umass X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2010 13:03:58 -0000 2010/4/7 Mikhail T. : > Jeremy Chadwick =CE=C1=D0=C9=D3=C1=D7(=CC=C1): >> Regarding your problem: it likely has nothing to do with SMP, so don't >> worry about that aspect of it. > Thanks for the reassuring response, Jeremy. If this is not about SMP, > then there is a (bad) regression -- the 7.2-kernel from March 5 never > crashed this way... I connected the same phone numerous times, as well > as the camera... > > I shall await response from USB-maintainers... While in the meantime why not compile a kernel with -DUSB_DEBUG and report back the trace before the panic? If it's not an issue for you, you could try to upgrade to 8.0-RELEASE that has a completely new usb stack as Jeremy pointed out. Thanks -- Gianni