From owner-freebsd-current@FreeBSD.ORG Mon Sep 16 00:52:15 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 34BFFB25; Mon, 16 Sep 2013 00:52:15 +0000 (UTC) (envelope-from davide.italiano@gmail.com) Received: from mail-vb0-x229.google.com (mail-vb0-x229.google.com [IPv6:2607:f8b0:400c:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5E7D2FFA; Mon, 16 Sep 2013 00:52:14 +0000 (UTC) Received: by mail-vb0-f41.google.com with SMTP id g17so2429574vbg.14 for ; Sun, 15 Sep 2013 17:52:13 -0700 (PDT) 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=buhC491m7n5OJ8fKh+zSu79gC5Np6L7mJZ0BMk8Q3n4=; b=nBvRNO4R5ytFzbrQKQUBYXn5GoFR55foX1YMsMPZjvqnJDizRDxx8jTZLnQ5oIDHK2 I2kYpB9bTyxxIZCnT37Feb+EDuIBvib3wRrB63xIgy+lcNwmnNL1216kh9X3bSevr3+N nc5426zppGqK1b8wUqf9D4dDcEbMGCrvlczBtFjYVQRuZTtXg0WyPswQr7M10IUfHgAW nuT2ZksEufGdKzXYT4CnSsVOdmQv63LW+xFz/bNJn/S+25GTMLQwGbtXZPPR7CrhCNo+ HeODiToHGM7b/bNeefnwiTC4dYNiGLOiJso1HdD+BWpVe3O8GuWZd3WwK4/0Z+5irc/J 1pLA== MIME-Version: 1.0 X-Received: by 10.58.235.193 with SMTP id uo1mr23995208vec.6.1379292733877; Sun, 15 Sep 2013 17:52:13 -0700 (PDT) Sender: davide.italiano@gmail.com Received: by 10.220.65.132 with HTTP; Sun, 15 Sep 2013 17:52:13 -0700 (PDT) In-Reply-To: References: <20130912092737.GC4574@FreeBSD.org> Date: Sun, 15 Sep 2013 17:52:13 -0700 X-Google-Sender-Auth: 7JIjzqzMY7HOQpH1FCzYSjoJDhE Message-ID: Subject: Re: Intermittent hangs in vmem_periodic() From: Davide Italiano To: hiren panchasara Content-Type: text/plain; charset=ISO-8859-1 Cc: Gleb Smirnoff , freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 16 Sep 2013 00:52:15 -0000 > > Thanks Gleb. > I've removed DIAGNOSTIC and the problem is gone now. > JFYI, I hit this problem today as well. I don't think you really need to disable DIAGNOSTIC completely in order to get rid of that. I've noticed Peter Holm has recently committed a new sysctl that allows you to selectively disable calls to vmem_check (debug.vmem_check), which should (probably) help. Thanks, -- Davide "There are no solved problems; there are only problems that are more or less solved" -- Henri Poincare