From owner-freebsd-mips@freebsd.org Thu Nov 19 19:05:11 2015 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C9ACA33E0E for ; Thu, 19 Nov 2015 19:05:11 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-oi0-x22e.google.com (mail-oi0-x22e.google.com [IPv6:2607:f8b0:4003:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA7E31443; Thu, 19 Nov 2015 19:05:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by oixx65 with SMTP id x65so50916063oix.0; Thu, 19 Nov 2015 11:05:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=HZ3CqUBgnEypmqFnvFS4mopR+oiyMYCNek9eh2j7wm0=; b=UgGjaxBcz/W7wixZYKH17M7VqBvU+Efj9D3RybOPdrXrL8WNrVc05K4hqLFYelyPJY sdDl6hADUFtX9y9QG9fQ/2S7IaqrZrLcwDmL83qXs4wICeFhciFN34HcMRv4PsAstOXq OYJnfQuUchpTLMgsOYj1ji1wAmy0MrHbez6i6fSqVo5pNcwxnTVwt2OhesiGXllszyAS McTyTkHvRV8zAyveiQ4jHxDN/3X+afmhAntH2z7GOo9K3iuj3Vl9Dhxalhm6EdzUApah QWoo3fm4D0dklaUWzcV9YshI4E6Kz0jKjUzKJdO67NqCoFde8tr4fZk5HX3Q8C9AIAJ6 wq9Q== MIME-Version: 1.0 X-Received: by 10.202.243.134 with SMTP id r128mr5756486oih.116.1447959910037; Thu, 19 Nov 2015 11:05:10 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.202.107.11 with HTTP; Thu, 19 Nov 2015 11:05:09 -0800 (PST) In-Reply-To: <564AE210.3050804@grosbein.net> References: <56348063.3090508@grosbein.net> <563F5630.2000407@grosbein.net> <563F6F6F.1010807@grosbein.net> <563F91A8.9080702@grosbein.net> <5640C0FD.2040803@grosbein.net> <5640F315.5020303@grosbein.net> <56410214.3070901@grosbein.net> <564231DE.7090308@grosbein.net> <56423D82.5030203@grosbein.net> <564512A8.1000006@grosbein.net> <564AE210.3050804@grosbein.net> Date: Thu, 19 Nov 2015 11:05:09 -0800 X-Google-Sender-Auth: e-H8QoYwSPRht7TMfYNKhrmwKlk Message-ID: Subject: Re: USB-related problem From: Adrian Chadd To: Eugene Grosbein Cc: benno , Jeff Roberson , Konstantin Belousov , "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 19:05:11 -0000 On 17 November 2015 at 00:15, Eugene Grosbein wrote: > On 17.11.2015 14:44, Adrian Chadd wrote: >> hiya, >> >> any updates? I caan't trigger this one myself :( > > No updates. Yesterday I've spent some time to discover if KASSERT is guilty > but finally found sysctl debug.kassert.kassert and it works as expected, no hangs. > Working backtrace in KDB would be invaluable. > Yeah. When it happens, do "show registers" ? I'd like to see if the registers show anything useful. And yes, I'd like DDB to work right again .:) -a