On Apr 6, 2010, at 10:38:06, Wim Leers wrote:
> I'm sorry to contact you directly, but I noticed your reply at growl-discuss
> to my memory usage griefs only months after your reply, because Google Groups
> was annoying me so much (I stopped using it).
What, the web interface? The email interface is much better.
> This is a reply to your message here [1], where you requested output for four
> commands. Here are the reports:
> 1)
>> --( ~ )-- grep -F ShortVersion
>> /L*/P*P*/Growl.prefPane/C*/R*/GrowlH*/C*/Info.plist
>> <key>CFBundleShortVersionString</key>
Oops. Try this:
grep --after-context=1 -F ShortVersion
/L*/P*P*/Growl.prefPane/C*/R*/GrowlH*/C*/Info.plist
> <leaks & heap.zip>
Hm. Lots of strings like these:
Leak: 0x1153c8540 size=176 zone: DefaultMallocZone_0x10006c000 string
'kfile://localhost/Users/wimleers/Documents/OmniFocus%20Backups/OmniFocus%202010-03-01%20194220.ofocus-backup'
Leak: 0x1001b0730 size=128 zone: DefaultMallocZone_0x10006c000
instance of 'NSCFString', type ObjC, implemented in Foundation
0x706f43e0 0x00007fff 0x0000078c 0x00000001 .Cop............
0x6e6d6f65 0x636f6669 0x2f3a7375 0x73552f2f eomnifocus:///Us
0x2f737265 0x6c6d6977 0x73726565 0x62694c2f ers/wimleers/Lib
0x79726172 0x7070412f 0x6163696c 0x6e6f6974 rary/Application
0x53303225 0x6f707075 0x4f2f7472 0x46696e6d %20Support/OmniF
0x7375636f 0x6e6d4f2f 0x636f4669 0x6f2e7375 ocus/OmniFocus.o
0x75636f66 0x61742f73 0x682f6b73 0x35325f46 focus/task/hF_25
0x5630636e 0x00006350 0x00000000 0x00000000 nc0VPc..........
I guessed that these are click contexts (which are application-provided text
strings) and went looking. Sure enough, there were at least two places where we
leak click contexts.
I've fixed those for 1.2.1.
--
You received this message because you are subscribed to the Google Groups
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/growldiscuss?hl=en.