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

java.lang.IllegalStateException when loading an image from s3 server #77

Open
atalyad opened this issue Feb 3, 2014 · 0 comments
Open

Comments

@atalyad
Copy link

atalyad commented Feb 3, 2014

java.lang.IllegalStateException: Negative size: http://s3.funtomic.com/system/static/thumbs/square/33901/thumb100_thumb.png?1386118796=android.graphics.Bitmap@4153fd48
at com.koushikdutta.urlimageviewhelper.LruCache.safeSizeOf(LruCache.java:232)
at com.koushikdutta.urlimageviewhelper.LruCache.remove(LruCache.java:182)
at com.koushikdutta.urlimageviewhelper.UrlImageViewHelper$ZombieDrawable.(UrlImageViewHelper.java:760)
at com.koushikdutta.urlimageviewhelper.UrlImageViewHelper$ZombieDrawable.(UrlImageViewHelper.java:750)
at com.koushikdutta.urlimageviewhelper.UrlImageViewHelper$2.run(UrlImageViewHelper.java:605)
at com.koushikdutta.urlimageviewhelper.UrlImageViewHelper$3.onPostExecute(UrlImageViewHelper.java:653)
at com.koushikdutta.urlimageviewhelper.UrlImageViewHelper$3.onPostExecute(UrlImageViewHelper.java:645)
at android.os.AsyncTask.finish(AsyncTask.java:631)
at android.os.AsyncTask.access$600(AsyncTask.java:177)
at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:644)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:153)
at android.app.ActivityThread.main(ActivityThread.java:4987)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:821)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:584)
at dalvik.system.NativeStart.main(Native Method)

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

1 participant