Hello FreeBSD folks,
I'm Sudarshan, a Software Engineer from a Networking team at NetApp.
While working on a bug, I observed a memory leak in keg_dtor() and looking at
the call stack
it looks like the FreeBSD bug 164763, i.e. memory leak during vnet_sysuninit()
triggered from the UDP path.
Refer
The following reply was made to PR kern/164763; it has been noted by GNATS.
From: Mark Linimon
To: bug-follo...@freebsd.org
Cc:
Subject: Re: kern/164763: [vimage] Memory leak in VNET
Date: Thu, 22 May 2014 15:53:34 -0500
- Forwarded message from "Bjoern A. Zeeb" -
Dat
On 22 May 2014, at 15:10 , Hiroo Ono (小野寛生) wrote:
> The following reply was made to PR kern/164763; it has been noted by GNATS.
>
> From: =?UTF-8?B?SGlyb28gT25vICjlsI/ph47lr5vnlJ8p?=
>
> To: bug-follo...@freebsd.org
> Cc:
> Subject: Re: kern/164763: [vimage] Memor
The following reply was made to PR kern/164763; it has been noted by GNATS.
From: =?UTF-8?B?SGlyb28gT25vICjlsI/ph47lr5vnlJ8p?=
To: bug-follo...@freebsd.org
Cc:
Subject: Re: kern/164763: [vimage] Memory leak in VNET
Date: Fri, 23 May 2014 00:02:36 +0900
I tracked this issue down a little