From owner-freebsd-current@FreeBSD.ORG Sat Dec 11 09:38:53 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DB4F106566C for ; Sat, 11 Dec 2010 09:38:53 +0000 (UTC) (envelope-from oleg.nauman@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0FB538FC17 for ; Sat, 11 Dec 2010 09:38:52 +0000 (UTC) Received: by pwi10 with SMTP id 10so952312pwi.13 for ; Sat, 11 Dec 2010 01:38:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=fWb+kUTdNmdKQYoanDxl/YF6UmWQ7qZ4i8cmv3xwHd0=; b=HjYsWkZbs16rR1ZtNBXH5N0UM8GnpIACwwXVV0WsYggaM9zAdAfAIZpFpJYEa0/D2G L31fd7BXpajyBYfrl/iNV3CXkxSuZlNKUdMmjOQCtgdZKWZWr5PXkvFw4njb59ZL4HT+ qNXMQr+pddCo1G34nob5DDPErES9xus6ch+YQ= 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=EsmEl3eQRCF6ld1c/CSaTZaSaw9mzmxJj9mloJgQZDw5taVRjsfXvcKladLf/XpEgO BTomwCULv/iHsttC9fxU+kHDEs+8yAjsFzI7XQg54tkyiblOoSotP9kLN066WKaEdizA cSHSqG4iSU5Oq6RxL8n8C2XT3r5jYXxXuGybs= MIME-Version: 1.0 Received: by 10.143.11.19 with SMTP id o19mr1249727wfi.100.1292058585603; Sat, 11 Dec 2010 01:09:45 -0800 (PST) Received: by 10.142.230.17 with HTTP; Sat, 11 Dec 2010 01:09:45 -0800 (PST) In-Reply-To: <201012101915.40878.hselasky@c2i.net> References: <201012101915.40878.hselasky@c2i.net> Date: Sat, 11 Dec 2010 11:09:45 +0200 Message-ID: From: Oleg Nauman To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Sat, 11 Dec 2010 12:21:43 +0000 Cc: freebsd-current@freebsd.org, freebsd-usb@freebsd.org Subject: Re: USB related panic on 8.2-PRERELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2010 09:38:53 -0000 Hello Hans, On Fri, Dec 10, 2010 at 8:15 PM, Hans Petter Selasky wro= te: > Hi, > > I think this is a known issue which never got fixed. Please try the attac= hed > patch and report back. Have applied your patch, my laptop was not crashing anymore. Thank you! But we will continue the saga about this strange USB modem, if no objections from your side :) Is it possible to apply some quirk or some another workaround which will solve the issue with endless USB_ERR_STALLED reported while it trying to attach its builtin cardreader? Thank you again. > > XXX_SAFE !=3D XXX_REAL_SAFE :-) > > --HPS > > On Thursday 09 December 2010 12:02:48 Oleg Nauman wrote: >> On Wed, Dec 8, 2010 at 7:05 PM, Oleg Nauman wrot= e: >> > =C2=A0Hello Hans, >> > >> > On Wed, Dec 8, 2010 at 3:33 PM, Hans Petter Selasky > wrote: >> >> On Wednesday 08 December 2010 11:41:28 Oleg Nauman wrote: >> >>> Hello, >> >>> >> >>> Unfortunately my notebook experienced the crash during the attempts = to >> >>> attach EVDO modem supplied with builtin MicroSD cardreader. >> >>> Related core.txt file is attached as well as 'usbconfig >> >>> dump_all_config_desc' output (all_config.txt) >> >>> USB subsystem reports endless USB_ERR_STALLED events during attempts >> >>> to attach umass device, but attaches it finally ( sometimes it >> >>> attached after two attempts, sometimes it trying to attach during >> >>> 15-20 minutes ).MicroSD is inserted there, without any effect =C2=A0= on >> >>> attachment attempts though. >> >> >> >> Hi, >> >> >> >> Can you reproduce the panic using a kernel built with INVARIANTS opti= ons >> >> and DEBUG_MEMGUARD . >> > >> > =C2=A0I rebuilt my kernel with options you mentioned ( have added >> > INVARIANT_SUPPORT required =C2=A0by INVARIANTS though ) >> > >> > Waiting on panic.. >> >> =C2=A0Got it finally ( core.txt file is attached ) >> >