Giter VIP home page Giter VIP logo

Comments (7)

kvijayan avatar kvijayan commented on September 2, 2024

Hey dnicolson. Thanks for the report.

In a given week, do you delete a lot of apps? Also, do you move a lot of stuff to the trash throughout the day? I ask because AppTrap lays dormant until something happens with the trash. This definitely seems like a leak and I'm guessing it's coming from somewhere in the code relating to that.

Thanks for your help!

from apptrap.

dnicolson avatar dnicolson commented on September 2, 2024

In the few hours it took to get to 1.95GB I don't know if anything was moved to the trash. The memory usage is now at 2.31GB.

Is there anything I can do to diagnose the problem?

from apptrap.

kvijayan avatar kvijayan commented on September 2, 2024

Hmm, do you keep a lot of items in your trash folder? If so, does the memory use go down when you empty it?

from apptrap.

dnicolson avatar dnicolson commented on September 2, 2024

There were quite a few items in there:

find .Trash -type f | wc -l
  637480

After emptying the trash, the memory usage is now 4.68GB.

from apptrap.

R-S-T avatar R-S-T commented on September 2, 2024

Same for me. 1.2.2 is eating up all available memory. Both on a MBP and MP. No items in the trash at all. Returning to 1.2.1 stopped that.

from apptrap.

diimdeep avatar diimdeep commented on September 2, 2024

Every time something is happening in Trash directory, runs search for deleted apps and somewhere it's leaking..

Process:         AppTrap [6973]
Path:            /Users/wolf/Library/PreferencePanes/AppTrap.prefPane/Contents/Resources/AppTrap.app/Contents/MacOS/AppTrap
Load Address:    0x10fa7f000
Identifier:      com.KumaranVijayan.AppTrap
Version:         1.2.2 (64)
Code Type:       X86-64
Parent Process:  launchd [285]

Date/Time:       2014-10-17 16:56:45.139 +0400
OS Version:      Mac OS X 10.9.5 (13F34)
Report Version:  7

leaks Report Version:  2.0
Process 6973: 250874 nodes malloced for 51672 KB
Process 6973: 12 leaks for 768 total leaked bytes.

from apptrap.

kvijayan avatar kvijayan commented on September 2, 2024

You're correct. I've determined that it occurs every time I call contentsOfDirectoryAtPath:error:. There appears to be a memory leak in that API. I was at WWDC this year and I brought it up with an engineer and he proposed that I use contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:. Unfortunately, this also has a memory leak. I need to file a radar or two.

I think I have a design that sidesteps this entirely. The parts of the background process that touch the filesystem (using the aforementioned APIs) can be factored out into an XPC process. That way the memory leaks are contained in the XPC process which will be destroyed once the search for related files for a particular application is finished. That's a pretty substantial design change but I'm pretty sure it would fix the problem. Thoughts?

from apptrap.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.