From owner-freebsd-current@FreeBSD.ORG Thu Jul 9 06:42:50 2009 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 082901065672 for ; Thu, 9 Jul 2009 06:42:50 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-bw0-f221.google.com (mail-bw0-f221.google.com [209.85.218.221]) by mx1.freebsd.org (Postfix) with ESMTP id 8334A8FC0A for ; Thu, 9 Jul 2009 06:42:49 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by bwz21 with SMTP id 21so2063704bwz.43 for ; Wed, 08 Jul 2009 23:42:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=RhkgHXX3iKeVfFBba1YmXePuz8oU9eT7Jjf8T39vtOI=; b=oB7MkuPgw5TJ47vTdfvgC00NDVYKEwsGVUsNHAKvNN5RJAA8DiMhR6dUKqEJIyL+rq BpWcGfs9lCIZu76JYFk0AmkZAm9jQAGsIr0k0PviFzFVrE/xl0SXR9ZAO6GiYmGjbAAY UCI4eDlyI0Xe0GC7AxmcpiW9Cqk7aY8IhJ5Hs= 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 :content-type:content-transfer-encoding; b=kqWPhA2BcmBmYDW1sZ0cyZw3Thq/81tKYeAw4uipm5EvfdwwPnooiKh+gJbEWoi9nt Y0x1JeA3SQxakiLoWpFzgJHYDXMUiDQi5lY5QvtBO71jjmIlufdYPMQASDRY8C3z5niR Lx4LwYH6ZEgdetrnDVNQCejZl/1Yq8PkYj0xg= MIME-Version: 1.0 Received: by 10.204.112.16 with SMTP id u16mr402040bkp.29.1247121768255; Wed, 08 Jul 2009 23:42:48 -0700 (PDT) In-Reply-To: <20090709060556.GA27373@rwpc12.mby.riverwillow.net.au> References: <20090709060556.GA27373@rwpc12.mby.riverwillow.net.au> Date: Thu, 9 Jul 2009 10:42:48 +0400 Message-ID: From: pluknet To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Process stuck in vmmaps on 8.0-BETA1 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: Thu, 09 Jul 2009 06:42:50 -0000 2009/7/9 John Marshall : > After upgrading... > - boot new kernel to single-user > - make installworld > - make delete-old > - make delete-old-libs > - mergemaster > - reboot > > I re-built a few of my applications. I noticed a problem with ntpd > 4.2.4p7. The build was fine, it started fine, but got stuck in vmmaps > and I couldn't kill it. Stopping the operating system appears to be the > only remedy. I have re-built a few times (starting with 'make > distclean') just to make sure. > > UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND > 0 791 1 0 44 0 4944 4920 vmmaps Ds ?? 0:00.01 ntpd > Can you place here 'procstat -k 791', where 791 is pid of ntpd? It'd be nice also if you go through all ddb steps described in Debugging Deadlocks chapter of FreeBSD Developers' Handbook. -- wbr, pluknet