On May 22, 2010, at 20:48:58, Gary L. Gray wrote: > Do I need to quit the MallocStackLogging process first?
There is no MallocStackLogging process. MallocStackLogging is an environment variable that records information about what a program is doing when it allocates memory. In this case, the program is GrowlHelperApp. The “MallocStackLogging=1 /Library/blahblahblah/GrowlHelperApp” command runs GrowlHelperApp with that environment variable set to 1. Thus, the process is GrowlHelperApp. You do not need to, and should not, kill GrowlHelperApp before running leaks/heap. They can only extract information from a running process. -- 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.
