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.h
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.fr
Modify that function to print out keg->uk_name as well.
-a
On 27 November 2013 12:45, Craig Rodrigues wrote:
>
>
>
> On Wed, Nov 27, 2013 at 2:05 AM, Adrian Chadd wrote:
>>
>> Well, the first step is figuring out which UMA zones are actually
>> problematic. Isn't it logging which zones aren'
On Wed, Nov 27, 2013 at 2:05 AM, Adrian Chadd wrote:
>
> Well, the first step is figuring out which UMA zones are actually
> problematic. Isn't it logging which zones aren't empty?
The error messages on the console look like this:
Freed UMA keg was not empty (203 items). Lost 1 pages of memor
Well, the first step is figuring out which UMA zones are actually
problematic. Isn't it logging which zones aren't empty?
-a
On 26 November 2013 20:01, Craig Rodrigues wrote:
> Adrian,
>
> As part of looking at this bug in FreeNAS:
>
> "Panic on new jail with vnet"
> https://bugs.freenas.org/i
Adrian,
As part of looking at this bug in FreeNAS:
"Panic on new jail with vnet"
https://bugs.freenas.org/issues/3102
I started looking at this thread:
http://lists.freebsd.org/pipermail/freebsd-current/2010-November/021280.html
Based on this clue from Thiery:
http://lists.freebsd.org/piperma
On Fri, 14 Jan 2011, Thierry Herbelot wrote:
"Bjoern A. Zeeb" a écrit
On Thu, 18 Nov 2010, Thierry Herbelot wrote:
"Bjoern A. Zeeb" a écrit
On Thu, 18 Nov 2010, Thierry Herbelot wrote:
"Bjoern A. Zeeb" a écrit
On Wed, 17 Nov 2010, Thierry Herbelot wrote:
As promised, here are the full
"Bjoern A. Zeeb" a écrit
> On Thu, 18 Nov 2010, Thierry Herbelot wrote:
> > "Bjoern A. Zeeb" a écrit
> >
> >> On Thu, 18 Nov 2010, Thierry Herbelot wrote:
> >>> "Bjoern A. Zeeb" a écrit
> >>>
> On Wed, 17 Nov 2010, Thierry Herbelot wrote:
> > As promised, here are the full logs (in at
On Thu, 18 Nov 2010, Thierry Herbelot wrote:
"Bjoern A. Zeeb" a écrit
On Thu, 18 Nov 2010, Thierry Herbelot wrote:
"Bjoern A. Zeeb" a écrit
On Wed, 17 Nov 2010, Thierry Herbelot wrote:
As promised, here are the full logs (in attachment)
This is a serial console log showing the command lo
On Thu, 18 Nov 2010, Dan wrote:
Hi,
I have been experiencing a similar problem. I am running
Freebsd8.1 64bit Release and after closing
my server application I come across
this type of message
Freed UMA keg was not empty (672 items). Lost 4 pages of
memory
The more virtual nodes I use the m
Brandon Gooch writes:
>
> On Wed, Nov 17, 2010 at 7:17 AM, Bjoern A. Zeeb
> wrote:
> > On Wed, 17 Nov 2010, Marko Zec wrote:
> >
> >> Actually, we never seriously discussed or revisited the issue with
> >> separate
> >> UMA pools for each vnet instance.
> >>
> >> My original motivation when O i
"Bjoern A. Zeeb" a écrit
> On Thu, 18 Nov 2010, Thierry Herbelot wrote:
> > "Bjoern A. Zeeb" a écrit
> >
> >> On Wed, 17 Nov 2010, Thierry Herbelot wrote:
> >>> As promised, here are the full logs (in attachment)
> >>>
> >>> This is a serial console log showing the command loop that triggers th
On Thu, 18 Nov 2010, Thierry Herbelot wrote:
"Bjoern A. Zeeb" a écrit
On Wed, 17 Nov 2010, Thierry Herbelot wrote:
As promised, here are the full logs (in attachment)
This is a serial console log showing the command loop that triggers the
bug on a debug kernel and ensuing DDB session.
the o
"Bjoern A. Zeeb" a écrit
> On Wed, 17 Nov 2010, Thierry Herbelot wrote:
> > As promised, here are the full logs (in attachment)
> >
> > This is a serial console log showing the command loop that triggers the
> > bug on a debug kernel and ensuing DDB session.
> >
> > the obvious problem line is :
On Wed, 17 Nov 2010, Thierry Herbelot wrote:
As promised, here are the full logs (in attachment)
This is a serial console log showing the command loop that triggers the bug on
a debug kernel and ensuing DDB session.
the obvious problem line is :
routetbl 2684 303890K
Thierry Herbelot a écrit
> "Bjoern A. Zeeb" a écrit
>
> > On Wed, 17 Nov 2010, Thierry Herbelot wrote:
> >
> > Hi,
> >
> > first of all freebsd-virtualization@ is the better list for this; Cc:ed.
>
> (in fact, I did not know where else to send this message : -net, ... ?
> thanks for the CC)
>
On Wed, Nov 17, 2010 at 7:17 AM, Bjoern A. Zeeb
wrote:
> On Wed, 17 Nov 2010, Marko Zec wrote:
>
>> Actually, we never seriously discussed or revisited the issue with
>> separate
>> UMA pools for each vnet instance.
>>
>> My original motivation when O introduced separate UMA pools was primarily
>>
On Wed, 17 Nov 2010, Marko Zec wrote:
Actually, we never seriously discussed or revisited the issue with separate
UMA pools for each vnet instance.
My original motivation when O introduced separate UMA pools was primarily in
making it easier to spot resource leaks, and to prove the correctness
On Wednesday 17 November 2010 06:57:53 Bjoern A. Zeeb wrote:
> On Wed, 17 Nov 2010, Thierry Herbelot wrote:
>
> Hi,
>
> first of all freebsd-virtualization@ 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
On Wed, 17 Nov 2010, Thierry Herbelot wrote:
Hi,
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 genera
"Bjoern A. Zeeb" a écrit
> On Wed, 17 Nov 2010, Thierry Herbelot wrote:
>
> Hi,
>
> first of all freebsd-virtualization@ is the better list for this; Cc:ed.
(in fact, I did not know where else to send this message : -net, ... ? thanks
for the CC)
>
> > We are using FreeBSD + VIMAGE at work, a
On Wed, 17 Nov 2010, Thierry Herbelot wrote:
Hi,
first of all freebsd-virtualization@ 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
22 matches
Mail list logo