Closed GoogleCodeExporter closed 8 years ago
Adding a dealloc method is correct, however I am not able to reproduce this
leak with Instruments.
Original comment by ms...@gmail.com
on 11 Apr 2010 at 11:40
Forgot to mention I'm on 10.6.2 (10.6.3 now). If there is anything I can do,
let me know.
Charlie
Original comment by untitled...@gmail.com
on 12 Apr 2010 at 10:34
Not sure if this is directly related to this ticket, but I am seeing a crazy
high vsize in top. See the attachment - vsize is at 11G
System: 10.6.4
Original comment by toolbag
on 6 Jul 2010 at 6:21
Attachments:
Neglected to include this earlier, my SIMBL version is the latest 0.9.7a
Original comment by toolbag
on 6 Jul 2010 at 6:43
it's not that top is lying per-se, more that its version of the truth is not
relevant. vsize is not actual memory use. rsize is closer, but that too is
wrong. if you want the *real* answer, you have to manually scan and account for
every shared library properly.
anyway, the short answer is that your observation has nothing to do with this
leak. if you restart the agent, it's vsize will jump back to some incredible,
but harmless number of gigabytes.
Original comment by ms...@gmail.com
on 6 Jul 2010 at 7:02
I can reproduce this with TextEdit.app and AFloat [1] and Visor [2] installed.
Initially, no memory is leaked, but after closing the default document and
creating a new document, I can detect the memory leaks with leaks(1) [3].
I also have added a -(void)dealloc method to SIMBLPlugin and that fixes the
leaks for me. The changes are attached to this comment.
[1] http://infinite-labs.net/afloat/
[2] http://visor.binaryage.com/
[3]
http://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/m
an1/leaks.1.html
Original comment by m...@howaboutanorange.com
on 7 Oct 2010 at 3:55
Attachments:
[deleted comment]
Original comment by ms...@gmail.com
on 12 Oct 2010 at 5:42
Original issue reported on code.google.com by
untitled...@gmail.com
on 3 Feb 2010 at 9:50