From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 30 18:20:09 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 099B216A404 for ; Fri, 30 Mar 2007 18:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id ED9C413C484 for ; Fri, 30 Mar 2007 18:20:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2UIK8Fn031692 for ; Fri, 30 Mar 2007 18:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2UIK8rJ031690; Fri, 30 Mar 2007 18:20:08 GMT (envelope-from gnats) Date: Fri, 30 Mar 2007 18:20:08 GMT Message-Id: <200703301820.l2UIK8rJ031690@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: John Hood Cc: Subject: Re: kern/97000: [kernel] [patch] bogus "All threads purged from ugen0.1" message X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: John Hood List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Mar 2007 18:20:09 -0000 The following reply was made to PR kern/97000; it has been noted by GNATS. From: John Hood To: Andrew Muhametshin Cc: bug-followup@FreeBSD.org Subject: Re: kern/97000: [kernel] [patch] bogus "All threads purged from ugen0.1" message Date: Fri, 30 Mar 2007 13:58:28 -0400 On Fri, Mar 30, 2007 at 06:00:48AM +0400, Andrew Muhametshin wrote: > I have a similar problem... Very often, scanning terminates in lag of > the program "sane" and a conclusion of messages: > > ===========[start]===================== > ugen0: at uhub4 port 1 (addr 2) disconnected > All threads purged from ugen0.2 > All threads purged from ugen0.1 > All threads purged from ugen0 > ugen0: detached > ===========[stop]===================== > > Whether will solve this problem a patch offered by *john hood*? Or in > last versions FreeBSD(version 6.2-RELEASE and above) it have already > corrected? A similar patch is already in HEAD (src/sys/kern/kern_conf.c rev 1.198), but hasn't been merged into any of the branches. This only fixes the overly noisy printf, though, and probably does not fix your other problems. --jh