From owner-freebsd-current@FreeBSD.ORG Fri Jul 13 06:47:57 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4156616A401 for ; Fri, 13 Jul 2007 06:47:57 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.swip.net [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id A596113C4B9 for ; Fri, 13 Jul 2007 06:47:56 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [194.248.135.20] (account mc467741@c2i.net HELO laptop.lan) by mailfe12.swip.net (CommuniGate Pro SMTP 5.1.10) with ESMTPA id 373814781; Fri, 13 Jul 2007 08:47:54 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Fri, 13 Jul 2007 08:47:57 +0200 User-Agent: KMail/1.9.5 References: <46970DF7.3000803@elischer.org> <200707130751.48815.hselasky@c2i.net> <4697148F.8020304@elischer.org> In-Reply-To: <4697148F.8020304@elischer.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707130847.57829.hselasky@c2i.net> Cc: Julian Elischer , FreeBSD Current Subject: Re: crash in tty code in 6.1.. fixed since? 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: Fri, 13 Jul 2007 06:47:57 -0000 On Friday 13 July 2007 07:58, Julian Elischer wrote: > Hans Petter Selasky wrote: > > On Friday 13 July 2007 07:30, Julian Elischer wrote: > >> Does this crash look familiar to anyone? > >> It's in 6.1 unfortunatly.. > > > > Is this a USB modem ? > > no it's a pty Maybe you should add a "mtx_assert(&Giant, MA_OWNED);" there to check if the caller is really holding Giant! --HPS