-
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.RuntimeException}error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded #1510
Comments
Glide is using the standard Java API. Does this only happen on those devices? |
Yes,this happened on some Samsung devices of OS version 4.4.2 & 4.4.4, and one itel it phone. ref glide through gradle and ProGuard keeps glide. |
I've look into this a little and looks like self-seeding was added in https://android.googlesource.com/platform/external/conscrypt/+/49336618a762eff280621cf7474021e06e8521fa%5E%21/#F0. I'm not sure what version of android is this because there are no tags pre-Lollipop in this repo. Not sure though that this is the problem. Can you reproduce this issue? |
I'm getting about 10 crashes per week with this issues, on the following devices, all on 4.4.4:
|
I am also getting this exception on device
|
Recently this issue occurs when use glide, detail info as follows:
Glide Version:glide:3.7.0
Integration libraries:NO
Device/Android Version:SM-G355M 4.4.2 /itel it1701 4.4.2
Issue details / Repro steps / Use case background:
Glide load line /
GlideModule
(if any) / list Adapter code (if any):Layout XML:
Stack trace / LogCat:
some ref in
but cannot solve it
The text was updated successfully, but these errors were encountered: