View · Search · Index
No registered users in community xowiki
in last 10 minutes

[Xotcl] NX memory leak

From: Victor Mayevski <vitick_at_gmail.com>
Date: Fri, 4 Feb 2011 16:14:34 -0800

Hello Gustaf,

I am using the latest Tcl 8.6 from SourceForge and latest NX on 32bit
Linux. I am experiencing a pretty bad memory leak when using NX
objects with attributes. Example code:

time {Object create o; o attribute "[clock clicks] [clock clicks]";o
destroy} 1000000

Within like 3 minutes the memory usage grows to around 300meg.

Thanks,

Victor