Skip to content
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

org.sugr.gearshift.ui.TorrentListActivity may leak #56

Open
mjblackhorse opened this issue Dec 5, 2016 · 1 comment
Open

org.sugr.gearshift.ui.TorrentListActivity may leak #56

mjblackhorse opened this issue Dec 5, 2016 · 1 comment

Comments

@mjblackhorse
Copy link

I recently found a strange leak of org.sugr.gearshift.ui.TorrentListActivity, the reference chain is shown bellow:

image

Although I might be caused by android.view.inputmethod.InputMethodManager (https://code.google.com/p/android/issues/detail?id=171190)

But I still think this is strange: how could the the leaked instance (id=0x13ce1ba0) of org.sugr.gearshift.ui.TorrentListActivity be referenced by another new created instance (id=0x13ce20b0) of the same type. Is that caused by reusing any fragment?

@subiol
Copy link

subiol commented Dec 14, 2016

I am seeing "Out of memory" messages randomly when using Gearshift, so it might be related. I have a 3Gb RAM phone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants