-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
java.lang.NullPointerException at com.bumptech.glide.manager.RequestManagerFragment #329
Comments
Let's leave this open until we import the fix. |
Is there a workaround for this at the moment? Maybe go back to a previous version till 4.0 comes out? |
Sorry for the delay, there isn't a workaround that I know of. I'll try and do a dot release in the next week or two once I'm more confident we've fixed this. |
Tried 3.6-SNAPSHOT and bug is still present. See stack trace below. java.lang.NullPointerException
at ade.onTrimMemory(RequestManagerFragment.java:74)
at android.app.Fragment.performTrimMemory(Fragment.java:1769)
at android.app.FragmentManagerImpl.dispatchTrimMemory(FragmentManager.java:1920)
at android.app.Activity.onTrimMemory(Activity.java:1795)
at android.app.ActivityThread.handleTrimMemory(ActivityThread.java:4298)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1481)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:146)
at android.app.ActivityThread.main(ActivityThread.java:5487)
at java.lang.reflect.Method.invokeNative(Method.java)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)
at dalvik.system.NativeStart.main(NativeStart.java) |
That line number is out of date, it looks like you're using an old snapshot that doesn't contain the fix: https://github.com/bumptech/glide/blob/master/library/src/main/java/com/bumptech/glide/manager/RequestManagerFragment.java#L74. You may need to try forcing whatever build system you're using to refresh the dependencies for your project. |
Hi, do you know when you will be doing the 3.5.2 release? Thanks! |
@erichkleung You can see target dates in milestones. Goal is this Friday the 20th unless more bugs come up. |
I was trying to switch out of my app and I encountered this NPE:
The text was updated successfully, but these errors were encountered: