PERFORCE change 105930 for review

Attilio Rao attilio at freebsd.org
Tue Sep 12 01:47:56 PDT 2006


2006/9/12, Attilio Rao <attilio at freebsd.org>:
> 2006/9/12, Alexander Leidinger <netchild at freebsd.org>:
> > Quoting John Baldwin <jhb at freebsd.org> (from Mon, 11 Sep 2006 15:28:48 -0400):
> >
> > > I've only gotten this message when I've leaked memory in a zone.  Do you have
> > > an example self-contained kernel module that produces this?
> >
> > Download
> > http://www.Leidinger.net/FreeBSD/linuxolator/linuxolator-p4.diff (or
> > check out the p4-branch) and recompile the aio and linux modules.
>
> You might put the code under "Initialize the new context"
> (linux_io_setup) into the init function for your UMA object, and so
> the destructive pair.
>
> It might not solve your problem, but it is more elegant.

BTW, the error that you receive effectively happens only on memory leak.
This is called from the keg destructor (uma_core.c).

Attilio


-- 
Peace can only be achieved by understanding - A. Einstein


More information about the p4-projects mailing list