From owner-freebsd-hackers@FreeBSD.ORG Sun Dec 7 10:00:43 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A0AD629 for ; Sun, 7 Dec 2014 10:00:43 +0000 (UTC) Received: from puchar.net (puchar.net [188.252.31.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "puchar.net", Issuer "puchar.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A0742C12 for ; Sun, 7 Dec 2014 10:00:42 +0000 (UTC) Received: Received: from 127.0.0.1 (localhost [127.0.0.1]) by puchar.net (8.14.9/8.14.9) with ESMTP id sB79e9NP063141 for ; Sun, 7 Dec 2014 10:40:09 +0100 (CET) (envelope-from wojtek@puchar.net) Date: Sun, 7 Dec 2014 10:40:05 +0100 (CET) From: Wojciech Puchar X-X-Sender: wojtek@laptop To: FreeBSD Hackers Subject: 10.1-STABLE one week old from svn - random hangs Message-ID: User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (puchar.net [10.0.1.1]); Sun, 07 Dec 2014 10:40:10 +0100 (CET) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2014 10:00:43 -0000 i have a problem with FreeBSD-10. To make it more probable one have to 1) reduce maxbcache. eg kern.maxbcache=50000000 in loader.conf but NOT doing this doesn't make problem disappear. it is just more rare. 2) use swap. But you don't need system that swaps heavily. Probably - it may not swap at all. 3) do lots of I/O 4) it is more often if you use virtualbox, but still - it is not required, just make problem more common. The problem. At random moment system I/O stops. If you are running top at this moment, there are lots of prosesses stalled in vnread or biord. network keeps running, processes that doesn't need I/O still runs. top often reports at least 10MB free memory. seems like a deadlock. Anyone know that problem. How to trace it down?