From owner-freebsd-virtualization@FreeBSD.ORG Fri Nov 29 20:31:34 2013 Return-Path: Delivered-To: freebsd-virtualization@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 ESMTPS id 5D2AD5F5; Fri, 29 Nov 2013 20:31:34 +0000 (UTC) Received: from mail-qe0-x22c.google.com (mail-qe0-x22c.google.com [IPv6:2607:f8b0:400d:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 060BB1E21; Fri, 29 Nov 2013 20:31:33 +0000 (UTC) Received: by mail-qe0-f44.google.com with SMTP id nd7so10160584qeb.17 for ; Fri, 29 Nov 2013 12:31:33 -0800 (PST) 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=VlrXKSibTWb6/9t7pZhWH8Ygmd1Vg5917/tMvjtNe7o=; b=S4nAzpBvzNsmw6gZ7l5z7aZwCdkNiA/lrPlckYE5q25VtvxZdqy8hK/4uM59UG3e2w 2Ibiakqhk2PbCQknrzmfNRxEDPtm+3SFt+2a2Lm+8/2eZM3DWv1etct6crThOPQKhLZG 3HOIZG8KDP7ye1vHVTGuWGbe3c2iZ8xLxfH0LMRRe2Qdb5dVj4sqwifJao670sMY8ewn 4FzB0y31Nrfih5o6e/BYc6/GZl5xGQuTD22GOFCiADr22IsIiPz53WVZpHZxPUaIiP6S k+lLNFDlhGUkNsQZObS70AiFXYtf3DuYEZ9vUNOnvG3Q5ljVGGVsHoBrOO5OXNTPnXMA cWAA== MIME-Version: 1.0 X-Received: by 10.224.111.197 with SMTP id t5mr90889274qap.49.1385757093184; Fri, 29 Nov 2013 12:31:33 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.53.200 with HTTP; Fri, 29 Nov 2013 12:31:33 -0800 (PST) In-Reply-To: References: Date: Fri, 29 Nov 2013 12:31:33 -0800 X-Google-Sender-Auth: AmOoodnKEw5FstWcbZ2GuS4Z2kw Message-ID: Subject: Re: VIMAGE: Freed UMA keg was not empty From: Adrian Chadd To: Craig Rodrigues Content-Type: text/plain; charset=ISO-8859-1 Cc: thierry.herbelot@free.fr, "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 20:31:34 -0000 Cool! Glad to have helped! -a On 29 November 2013 00:47, Craig Rodrigues wrote: > > > > On Wed, Nov 27, 2013 at 1:11 PM, Adrian Chadd wrote: >> >> Modify that function to print out keg->uk_name as well. > > > > Done. See: > http://lists.freebsd.org/pipermail/svn-src-all/2013-November/077349.html > > Now if I run a kernel with VIMAGE enabled, and run the testcase mentioned > here: > > http://lists.freebsd.org/pipermail/freebsd-current/2010-November/021280.html > > I get this on the console: > > Freed UMA keg (udp_inpcb) was not empty (30 items). Lost 3 pages of memory. > Freed UMA keg (udpcb) was not empty (249 items). Lost 1 pages of memory. > ifa_del_loopback_route: deletion failed: 48 > > > This certainly helps narrow down where to look for problems. > I'll see if I can post more fixes to eliminate these error messages. > Thanks for your suggestion! > > -- > Craig