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

Look into recurring crash when closing the app #323

Open
PerrineAguiar opened this issue Jun 20, 2017 · 0 comments
Open

Look into recurring crash when closing the app #323

PerrineAguiar opened this issue Jun 20, 2017 · 0 comments

Comments

@PerrineAguiar
Copy link

PerrineAguiar commented Jun 20, 2017

This crash seems to occur when unbinding from the Tango Service, so when closing the app.

java.lang.IllegalArgumentException: 
  at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1044)
  at android.app.ContextImpl.unbindService(ContextImpl.java:1337)
  at android.content.ContextWrapper.unbindService(ContextWrapper.java:616)
  at eu.intermodalics.nodelet_manager.TangoInitializationHelper.unbindTangoService(TangoInitializationHelper.java:109)
  at eu.intermodalics.tango_ros_streamer.activities.RunningActivity.unbindFromTango(RunningActivity.java:503)
  at eu.intermodalics.tango_ros_streamer.activities.RunningActivity.access$2400(RunningActivity.java:79)
  at eu.intermodalics.tango_ros_streamer.activities.RunningActivity$12.onShutdown(RunningActivity.java:712)
  at org.ros.android.NodeMainExecutorService$2.run(NodeMainExecutorService.java:185)
  at org.ros.android.NodeMainExecutorService$2.run(NodeMainExecutorService.java:182)
  at org.ros.concurrent.EventDispatcher.loop(EventDispatcher.java:43)
  at org.ros.concurrent.CancellableLoop.run(CancellableLoop.java:56)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
  at java.lang.Thread.run(Thread.java:818)
@PerrineAguiar PerrineAguiar added ready and removed ready labels Jun 20, 2017
@PerrineAguiar PerrineAguiar reopened this Aug 1, 2017
@PerrineAguiar PerrineAguiar changed the title Look into recurring crash Look into recurring crash when closing the app Aug 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants