From owner-freebsd-stable@FreeBSD.ORG Tue Jun 22 16:39:35 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8015106566B for ; Tue, 22 Jun 2010 16:39:35 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2-b.corp.re1.yahoo.com (mrout2-b.corp.re1.yahoo.com [69.147.107.21]) by mx1.freebsd.org (Postfix) with ESMTP id 735448FC08 for ; Tue, 22 Jun 2010 16:39:35 +0000 (UTC) Received: from [127.0.0.1] (cheese.corp.yahoo.com [216.145.50.99]) by mrout2-b.corp.re1.yahoo.com (8.13.8/8.13.8/y.out) with ESMTP id o5MGcaQt071212 for ; Tue, 22 Jun 2010 09:38:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=subject:from:to:content-type:date:message-id:mime-version: x-mailer:content-transfer-encoding; b=kc4GkaotaeSJuJHMv8BI1WcO2oFhQa7McwhEIiYmgY+4IsJf5R9LIdBXnCVxHPp6 From: Sean Bruno To: freebsd-stable Content-Type: text/plain; charset="UTF-8" Date: Tue, 22 Jun 2010 09:38:36 -0700 Message-ID: <1277224716.2581.5.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Content-Transfer-Encoding: 7bit Subject: [stable 7]config -g -ppp + kgmon causes deadlock X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2010 16:39:35 -0000 Not sure where to start poking about, but I'm seeing a dead lock on my boxes when the kernel is configured with -g -ppp. The dead lock occurs when I start profiling via kgmon -p. Any one else seeing this on 7? Sean