Re: VIMAGE: Freed UMA keg was not empty

From: Bjoern A. Zeeb <bzeeb-lists_at_lists.zabbadoz.net>
Date: Wed, 17 Nov 2010 05:57:53 +0000 (UTC)
On Wed, 17 Nov 2010, Thierry Herbelot wrote:

Hi,

first of all freebsd-virtualization_at_ is the better list for this; Cc:ed.

> We are using FreeBSD + VIMAGE at work, and we have seen an annoying problem :
> there seems to be a memory leak in the kernel, which eventually causes a
> panic.
>
> (yes, we have seen the following message : "WARNING: VIMAGE (virtualized
> network stack) is a highly experimental feature.")
>
> Configuring a network interface in a jail with vnet enabled, then removing
> that jail causes these messages. In dmesg:
>
> [...]
> Freed UMA keg was not empty (203 items).  Lost 1 pages of memory.
> Freed UMA keg was not empty (36 items).  Lost 2 pages of memory.
>
> The issue happens in a GENERIC FreeBSD 8.1 kernel, with VIMAGE enabled (with
> attached VIMAGE kernel config file).
>
> The following commands reproduce the bug:
>
> jail -l -u root -c path=/ name=foo persist vnet &&
> jexec foo ifconfig lo0 127.0.0.1/8 &&
> jail -r foo
>
> Running it too many times exhausts kernel memory and crashes the machine.
>
> The probleme is seen on 8.1-release kernel, 8-stable from SVN and SVN -head.

The problem has been present since day 1 and is still present up to
HEAD.  This is about type stability and teardown.  So far we are no
able to actually free TCP (and UDP in SVN) states as they might still
be accesses after "free".  It's a general problem in the network stack
and has been implemented as a measure to circumvent panics in those
cases.

I am not sure if that's actually what's biting you wrt to memory or
if it's something else.  Unfortunately boot logs and kernel configs
don't help much; enable ddb and get show uma and show malloc reports
after the crash (or watch vmstat -z and vmstat -m) after every 50 jail
restarts.  I might have some patches for a couple of things but cannot
(yet) help with the additional (duplicate) UMA zones showing up at
each iteration (for the -z case).

/bz

-- 
Bjoern A. Zeeb                              Welcome a new stage of life.
         <ks> Going to jail sucks -- <bz> All my daemons like it!
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails.html
Received on Wed Nov 17 2010 - 05:00:25 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:09 UTC