-
-
Notifications
You must be signed in to change notification settings - Fork 876
I seem to still get PFCommandCache memory errors #1168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We see this as well, we're working on a fix at the comment and expect to release soon. |
@tealshift any STR that would help me reproduce and make sure the fix is 👍 |
@tealshift can you try with the branch: example with Podfile:
|
@flovilmart Alright, I'll give it a shot. I'm not the best memory debugger but I'll try my best. Can you tell me what an STR is? |
STR: Step To Reproduce, that would be helpful to ensure that this is gone for good, we have the issue as well in production, but never noticed it in our dev or QA builds. |
I'm still setting up my project with the new SDK, but did you try profiling Zombies using Release "build configuration" in the scheme? That's what I've done to reproduce and sounds like the ticket. |
yep, seems fixed, can you try again with the same steps with the branch and let me know if that's fixed? |
Sorry but I'm having trouble converting my framework import from manual to CocoaPods. I'm not 100% certain I had the new framework from pods linked. (update: Yes I did have the new framework here.) |
You were importing it manually? That’s trickier. Would you be able to make a sample app that has the issue? |
Also, can you share the bottom of the retain/release list, and that may help identify your issue
…On Aug 16, 2017, 19:01 +0200, tealshift ***@***.***>, wrote:
Sorry but I'm having trouble converting my framework import from manual to CocoaPods. I'm not 100% certain I had the new framework from pods linked.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
To clarify, by "manual" I mean I simply dragged the framework file into my project. I'm not terribly familiar with the terminology. |
Ok, I just fixed my pod issues and I've definitely removed the old framework file. The Zombie Messaged event still occurs as I screenshotted so I must have had the new stuff linked. Anything else you'd like to see? |
Do you have a code example that triggers this behavior / sample project? |
I made a new project but didn't get the zombie message. It could take me a long time to find the actual cause in my project, sadly. :( |
I can't share my project, but I'd gladly take some pointers on finding the cause. |
Yeah, I understand that, i’ll Investigate further. |
I'm seeing something as well, with the zombie tools on that branch, investigating now. |
@tealshift just updated the branch, can you tell me if that's better for you now? I don't see it anymore, an no leaks either are popping. |
Looks good! My profiler found a zombie before the pod update and didn't right after. Thank you! |
YES! Very nice! And AFAICT, it seems that the deallocation is happening correctly as well :) |
@tealshift do you confirm you don't have any zombie messaging nor leaks around the command cache anymore? Do you mind having a look at the PR and let me know what you think? |
Yeah, no issues from Parse so far! I read your recent commits and though I haven't played much with block execution myself, they look correct. |
Good to hear! |
I've made a stackoverflow post here: https://stackoverflow.com/q/45683981/1921002
Let me know if there is any more information you need to help resolve.
The text was updated successfully, but these errors were encountered: