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

Null race condition #1169

Closed
daniele-athome opened this issue Apr 7, 2018 · 0 comments
Closed

Null race condition #1169

daniele-athome opened this issue Apr 7, 2018 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@daniele-athome
Copy link
Member

java.lang.NullPointerException: Attempt to invoke virtual method 'void org.kontalk.service.msgcenter.MessageCenterService$IdleConnectionHandler.reset()' on a null object reference
       at org.kontalk.service.msgcenter.MessageCenterService.sendPacket(MessageCenterService.java:900)
       at org.kontalk.service.msgcenter.MessageCenterService.sendPacket(MessageCenterService.java:890)
       at org.kontalk.service.msgcenter.RosterListener.userSubscribed(RosterListener.java:134)
       at org.kontalk.service.msgcenter.RosterListener.entriesUpdated(RosterListener.java:106)
       at org.jivesoftware.smack.roster.Roster.fireRosterChangedEvent(Roster.java:1253)
       at org.jivesoftware.smack.roster.Roster.access$2200(Roster.java:91)
       at org.jivesoftware.smack.roster.Roster$RosterPushListener.handleIQRequest(Roster.java:1754)
       at org.jivesoftware.smack.AbstractXMPPConnection$3.run(AbstractXMPPConnection.java:1159)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
       at java.lang.Thread.run(Thread.java:776)
@daniele-athome daniele-athome added the bug Something isn't working label Apr 7, 2018
@daniele-athome daniele-athome self-assigned this Apr 9, 2018
@daniele-athome daniele-athome added this to the Next milestone Apr 9, 2018
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

1 participant