From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 24 Jan 2010 22:00:10 +0100 From: Andrew Lunn Message-ID: <20100124210010.GB17803@lunn.ch> References: <20100123174616.GA4795@Sellars> <20100123181048.GO24649@lunn.ch> <20100124204212.GA4350@Sellars> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100124204212.GA4350@Sellars> Subject: Re: [B.A.T.M.A.N.] bat_events: page allocation failure (batman-adv maint) Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Sun, Jan 24, 2010 at 09:42:12PM +0100, Linus L??ssing wrote: > Hi Andrew, > > Here is the output with the symbols inserted. I can reproduce this > memory leak very reliable now, by just activating the vis server > (didn't do that with the logs I've posted before) in a couple of > minutes. free is showing a nice countdown then :). So it is vis server functionality which is leaking? If vis server is not enabled, there is no leak? If so, we don't need kmemcheck. I expect just looking at the vis code is probably enough to find the missing free. Andrew