Opened 2 years ago
Last modified 18 months ago
#2404 assigned defect
Android OnBootReceiver java.lang.IllegalStateException
Reported by: | Meeh | Owned by: | Meeh |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | apps/android | Version: | 0.9.38 |
Keywords: | Cc: | idk | |
Parent Tickets: | Sensitive: | no |
Description
java.lang.RuntimeException?:
at android.app.ActivityThread?.handleReceiver (ActivityThread?.java:3397)
at android.app.ActivityThread?.-wrap18 (Unknown Source)
at android.app.ActivityThread?$H.handleMessage (ActivityThread?.java:1780)
at android.os.Handler.dispatchMessage (Handler.java:105)
at android.os.Looper.loop (Looper.java:164)
at android.app.ActivityThread?.main (ActivityThread?.java:6938)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller?.run (Zygote.java:327)
at com.android.internal.os.ZygoteInit?.main (ZygoteInit?.java:1374)
Caused by: java.lang.IllegalStateException?:
at android.app.ContextImpl?.startServiceCommon (ContextImpl?.java:1538)
at android.app.ContextImpl?.startService (ContextImpl?.java:1484)
at android.content.ContextWrapper?.startService (ContextWrapper?.java:663)
at android.content.ContextWrapper?.startService (ContextWrapper?.java:663)
at net.i2p.android.router.receiver.OnBootReceiver?.onReceive (OnBootReceiver?.java:22)
at android.app.ActivityThread?.handleReceiver (ActivityThread?.java:3390)
Has happened 117 times, on the top bug list.
Subtickets
Change History (4)
comment:1 Changed 2 years ago by
comment:2 Changed 23 months ago by
Owner: | changed from Meeh to zzz |
---|---|
Status: | new → assigned |
@zzz was this one of the ones we fixed?
comment:3 Changed 22 months ago by
Owner: | changed from zzz to Meeh |
---|---|
Sensitive: | unset |
Your comment 1 indicates that you added a try/catch. That rev is 474bb12e81ae576495b67e6773135bee8f059324 on Jan. 24 2019 and was included on 0.9.38.
I haven't done anything with it, before or since.
Have you seen it happen since 0.9.38?
comment:4 Changed 18 months ago by
Cc: | idk added |
---|
ping @meeh please report if this is still happening on 39 or higher
Added a try {} catch for this.