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

Registration service start/stop race condition #1275

Closed
daniele-athome opened this issue Sep 21, 2019 · 1 comment
Closed

Registration service start/stop race condition #1275

daniele-athome opened this issue Sep 21, 2019 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@daniele-athome
Copy link
Member

Seriously...

java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Handler.post(java.lang.Runnable)' on a null object reference
       at org.kontalk.service.registration.RegistrationService.onDestroy + 376(RegistrationService.java:376)
       at android.app.ActivityThread.handleStopService + 3921(ActivityThread.java:3921)
       at android.app.ActivityThread.access$1800 + 237(ActivityThread.java:237)
       at android.app.ActivityThread$H.handleMessage + 1821(ActivityThread.java:1821)
       at android.os.Handler.dispatchMessage + 106(Handler.java:106)
       at android.os.Looper.loop + 214(Looper.java:214)
       at android.app.ActivityThread.main + 7050(ActivityThread.java:7050)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run + 493(RuntimeInit.java:493)
       at com.android.internal.os.ZygoteInit.main + 964(ZygoteInit.java:964)
@daniele-athome daniele-athome added the bug Something isn't working label Sep 21, 2019
@daniele-athome daniele-athome added this to the Next milestone Sep 21, 2019
@Perflyst
Copy link

Perflyst commented Nov 5, 2019

Currently I cannot login again with latest release from F-Droid. After entering the code from the SMS it just stuck. Is it because of this bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants