-
Notifications
You must be signed in to change notification settings - Fork 242
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
There is a memory leak in the program #419
Comments
Did you find a solution for the "Unbalanced calls" problem? I am currently getting the same thing happening to me. |
hi,
I can't remember, it seems that it is not a bug, but a memory management problem in the early version of ios 12. The test is normal in the ios 11 series version. In addition, kivy has a caching mechanism for the release of image resources. However, for programs that frequently change images, this caching mechanism slows down the time to release memory, resulting in increasing memory requirements. I only remember this, and I hope it can help you.
…________________________________
发件人: paulwilson90 ***@***.***>
发送时间: 2021年10月10日 11:48
收件人: kivy/kivy-ios ***@***.***>
抄送: zsf1975 ***@***.***>; Author ***@***.***>
主题: Re: [kivy/kivy-ios] There is a memory leak in the program (#419)
Did you find a solution for the "Unbalanced calls" problem? I am currently getting the same thing happening to me.
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#419 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC3LJK6CDASSPZZ7XEC6QF3UGF4PRANCNFSM4KM5JX7Q>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Closing as a support issue, not a bug. If this is in error, please let us know. |
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project. If you're having trouble installing or using kivy-ios, maybe you could be interested to installation and requirements. Let us know if this comment was made in error, and we'll be happy to reopen the issue. |
Please forgive me for my English level. I found that xcode instruments reported multiple memory leaks in my program, and 48 memory leaks in the kivy touchtracer example, and no leaks after the program started 20 seconds later. I'm a kivy beginner, and I don't know if this is sdl2 2.0.9, python-specific garbage collection or other code problems. I'm concerned that this issue will affect the program's submission to the app store. I use kivy 2.0 rc, xcode 11, ios version 12-13.3.
In addition, each time the program starts, the program always outputs Unbalanced calls to begin/end appearance transitions SDL_uikitviewcontroller: 0x113de0cc.
Thanks for such a great program.
The text was updated successfully, but these errors were encountered: