Search code examples
iphonecocoa-touchmemory-leaksinstruments

Leak - GeneralBlock-3584


When i try to check leaks of my iPhone App using Instruments, everything is just fine. Same App on actual real device shows this leak for a few times during the app launch. It is pretty non-deterministic and it happens in system libraries. I tried to google down the solution without a luck. Anyone experiencing the same problems? Anyone knows the solution?

I find interesting, that every of my leak in code will crash the app sooner or later. These GeneralBlock-3584 leaks keeps app perfectly stable. Might this be reason for AppStore rejection?

Thanx for any answer regarding this undocumented problem (Apple is silent unfortunately).


Solution

  • Leak detection tools can often yield false positives, especially in underlying system libraries.

    I am familiar with these "leaked" GeneralBlocks, and they didn't cause an App Store rejection in my experience.

    IANAASRW**, but I think you're fine.

    ** I am not an App Store Review Wizard