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

NPE in SdlRouterService.RegisteredApp.handleIncommingClientMessage (SdlRouterService.java:3109) #951

Closed
asheeshs opened this issue Dec 20, 2018 · 0 comments

Comments

@asheeshs
Copy link

Bug Report

NPE in SdlRouterService.RegisteredApp.handleIncommingClientMessage (SdlRouterService.java:3109) after updating to lib version 4.7.2. Found the crash in Fabric(Crashlytics) so no reproduction steps are available.

Reproduction Steps
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.util.HashMap.get(java.lang.Object)' on a null object reference
       at com.smartdevicelink.transport.SdlRouterService$RegisteredApp.handleIncommingClientMessage(SdlRouterService.java:3109)
       at com.smartdevicelink.transport.SdlRouterService$RouterHandler$1.run(SdlRouterService.java:492)
       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
       at java.lang.Thread.run(Thread.java:764)
Expected Behavior

No crash

Observed Behavior

NPE

OS & Version Information
  • Android Version: 8.1.0 on Pixel 2
  • SDL Android Version: 4.7.2
  • Testing Against: N/A
Test Case, Sample Code, and / or Example App

N/A, Found the crash in Fabric(Crashlytics).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants