Opened 3 years ago
Closed 2 years ago
#2077 closed defect (fixed)
Android: Random shut down
Reported by: | zzz | Owned by: | Meeh |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.40 |
Component: | apps/android | Version: | 0.9.32 |
Keywords: | Cc: | ||
Parent Tickets: | Sensitive: | no |
Description
Change History (6)
comment:1 Changed 3 years ago by
comment:3 Changed 3 years ago by
Milestone: | 0.9.33 → 0.9.34 |
---|---|
Owner: | changed from str4d to Meeh |
Status: | new → assigned |
comment:5 Changed 2 years ago by
In 0.9.39:
java.lang.IllegalStateException: at gnu.crypto.prng.BasePRNGStandalone.nextBytes (BasePRNGStandalone.java:127) at gnu.crypto.prng.BasePRNGStandalone.nextBytes (BasePRNGStandalone.java:110) at net.i2p.util.FortunaRandomSource.nextBytes (FortunaRandomSource.java:174) at net.i2p.router.transport.crypto.X25519KeyFactory.precalc (X25519KeyFactory.java:133) at net.i2p.router.transport.crypto.X25519KeyFactory.run (X25519KeyFactory.java:93)
comment:6 Changed 2 years ago by
Milestone: | 0.9.41 → 0.9.40 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Thread is interrupted but Android can be slow and it isn't stopped until after PRNG stops. Ignore ISE when this happens.
In c88b4076c5928a0e87d073abc0c0c94a341c921e 0.9.39-12-rc
Note: See
TracTickets for help on using
tickets.
Add a subticket #2091.