HolmesProcessing / Holmes-Totem

Investigation Planner for fast running analysis with predictable execution time. For example, static analysis.
Apache License 2.0
29 stars 16 forks source link

Fix for gogadget's memleak #144

Closed ms-xy closed 7 years ago

ms-xy commented 7 years ago

Note: It still seems to very slowly accumulate certain artifacts in memory. Most notably it accumulates buffers from encoding/json and slices from strings.Split(). We will have to try it at a larger scale to see if those get freed eventually or not. (I think they do, as objdump has similar problems with encoding/json and appears to be fine at large scale)

cynexit commented 7 years ago

Please create an issue so we don't forget to check on this later on so we can at some point remove the debug dependency.