BlockBlock icon indicating copy to clipboard operation
BlockBlock copied to clipboard

Memory leak due to autoreleasepools not getting drained

Open TellowKrinkle opened this issue 3 years ago • 0 comments

Was having issues with heavy memory usage, and upon inspection it looks like there's a lot of NSDatas and NSStrings lying around

When randomly clicking on some of them, most were referenced only by autorelease pools, and were initially created by [NSString UTF8String] and [NSString stringWithFormat:], so I'm guessing they were made by Shared/logging.m:logMsg but it's hard to tell as I don't have symbols If you have the dsym available for 1.1.0 this should be helpful: memgraph with malloc stack logging

TellowKrinkle avatar Dec 17 '20 01:12 TellowKrinkle