From owner-freebsd-ports@FreeBSD.ORG Sun Jan 2 11:54:14 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3E95106566B for ; Sun, 2 Jan 2011 11:54:14 +0000 (UTC) (envelope-from dennylin93@hs.ntnu.edu.tw) Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3]) by mx1.freebsd.org (Postfix) with ESMTP id 97BC38FC0A for ; Sun, 2 Jan 2011 11:54:14 +0000 (UTC) Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 1001) id 2258F4B782A; Sun, 2 Jan 2011 19:37:15 +0800 (CST) Date: Sun, 2 Jan 2011 19:37:15 +0800 From: Denny Lin To: freebsd-ports@freebsd.org Message-ID: <20110102113714.GA81113@mail.hs.ntnu.edu.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: Ccache hangs while compiling and cache size is exaggerated X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2011 11:54:14 -0000 Hi, I'm using ccache 3.1.3, and it often hangs while compiling. Every time this happens, the cache size from $ ccache -s also becomes ridiculously large (larger than the actual cache size). $ ccache -s [...] cache size 6.9 Gbytes The filesystem says it's only 2.9 GB. I can reproduce this, but I don't know what is causing this. -- Denny Lin