Re: [Evolution-hackers] Handy GObject debugging trick
- From: David Woodhouse <dwmw2 infradead org>
- To: Matthew Barnes <mbarnes redhat com>
- Cc: evolution-hackers gnome org
- Subject: Re: [Evolution-hackers] Handy GObject debugging trick
- Date: Thu, 10 Mar 2011 13:42:12 +0000
On Wed, 2011-03-09 at 18:20 -0500, Matthew Barnes wrote:
>
> 4. Read the stats to see how badly $MY_APPLICATION is leaking objects.
This is useful; thanks. Although we really *do* need to see it at
runtime. I played a little with Colin's LD_PRELOAD hack and Evolution:
CamelDataCache | created 214 | destroyed 0
CamelEwsFolder | created 30 | destroyed 0
CamelEwsSummary | created 30 | destroyed 0
CamelFolderSearch | created 232 | destroyed 0
CamelIMAPXFolder | created 183 | destroyed 0
CamelIMAPXSummary | created 183 | destroyed 0
Are we not *ever* closing a folder, after the UI has visited it once?
No wonder Evolution tends to grow until it's eating all the memory in my
system... :)
--
dwmw2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]