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: Byte-array currently in use #113

Closed
eboudrant opened this issue Apr 8, 2015 · 4 comments
Closed

java.lang.IllegalStateException: Byte-array currently in use #113

eboudrant opened this issue Apr 8, 2015 · 4 comments
Assignees
Labels

Comments

@eboudrant
Copy link

Hi,

While using Facebook app v30.0.0.19.17 none of the picture displayed so I had a look in the logs and I see some Fresco error : java.lang.IllegalStateException: Byte-array currently in use

W/fb4a(:<default>):RequestLoggingListener( 2614): time 104750537: onRequestFailure: {requestId: 840, elapsedTime: -1 ms, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104750609: onProducerFinishWithFailure: {requestId: 842, stage: DecodeProducer, elapsedTime: -1 ms, extraMap: null, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104750609: onRequestFailure: {requestId: 842, elapsedTime: -1 ms, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104750614: onProducerFinishWithFailure: {requestId: 843, stage: DecodeProducer, elapsedTime: -1 ms, extraMap: null, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104750614: onRequestFailure: {requestId: 843, elapsedTime: -1 ms, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104750616: onProducerFinishWithFailure: {requestId: 844, stage: DecodeProducer, elapsedTime: -1 ms, extraMap: null, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104750616: onRequestFailure: {requestId: 844, elapsedTime: -1 ms, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104750839: onProducerFinishWithFailure: {requestId: 845, stage: DecodeProducer, elapsedTime: -1 ms, extraMap: null, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104750839: onRequestFailure: {requestId: 845, elapsedTime: -1 ms, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104750890: onProducerFinishWithFailure: {requestId: 846, stage: DecodeProducer, elapsedTime: -1 ms, extraMap: null, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104750890: onRequestFailure: {requestId: 846, elapsedTime: -1 ms, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104751111: onProducerFinishWithFailure: {requestId: 848, stage: DecodeProducer, elapsedTime: -1 ms, extraMap: null, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104751111: onRequestFailure: {requestId: 848, elapsedTime: -1 ms, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104751235: onProducerFinishWithFailure: {requestId: 849, stage: DecodeProducer, elapsedTime: -1 ms, extraMap: null, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104751235: onRequestFailure: {requestId: 849, elapsedTime: -1 ms, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104751304: onProducerFinishWithFailure: {requestId: 847, stage: DecodeProducer, elapsedTime: -1 ms, extraMap: null, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104751304: onRequestFailure: {requestId: 847, elapsedTime: -1 ms, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104751360: onProducerFinishWithFailure: {requestId: 850, stage: DecodeProducer, elapsedTime: -1 ms, extraMap: null, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104751360: onRequestFailure: {requestId: 850, elapsedTime: -1 ms, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104751398: onProducerFinishWithFailure: {requestId: 851, stage: DecodeProducer, elapsedTime: -1 ms, extraMap: null, throwable: java.lang.IllegalStateException: Byte-array currently in use}
W/fb4a(:<default>):RequestLoggingListener( 2614): time 104751399: onRequestFailure: {requestId: 851, elapsedTime: -1 ms, throwable: java.lang.IllegalStateException: Byte-array currently in use}

Force stop / restart the app fix it.
I was on an good WIFI connection using a Nexus 6.

Thanks

@michalgr michalgr self-assigned this Apr 8, 2015
@michalgr
Copy link
Contributor

michalgr commented Apr 8, 2015

Thanks ! Wow, we didn't see this happening :)

I will make sure it does not happen in next releases.

@tyronen tyronen added the bug label Apr 12, 2015
@plamenko
Copy link
Contributor

I believe this has been fixed.

@eboudrant
Copy link
Author

Cool, which commit ?

@plamenko
Copy link
Contributor

@michalgr would know for sure, but i believe it is 8665fbd

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

No branches or pull requests

4 participants