summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-08-23 14:59:32 +0200
committerArne Schwabe <arne@rfc2549.org>2013-08-23 14:59:32 +0200
commitde5f1c789819f6da32846b22d27ea8d6ca62f914 (patch)
treef1987993219c6d4afc746571da9d8146e23a1743 /misc
parent2dcb1bd4cb884b875071d61379372308cd7e556c (diff)
Add todo for the KeyChain related crash
Diffstat (limited to 'misc')
-rw-r--r--misc/todo-keychain-crash.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/misc/todo-keychain-crash.txt b/misc/todo-keychain-crash.txt
new file mode 100644
index 00000000..04ac32e1
--- /dev/null
+++ b/misc/todo-keychain-crash.txt
@@ -0,0 +1,30 @@
+V/TEEKeyMaster( 131): Closing subsession 0x404fd468: 0x0
+E/ActivityThread(18919): Activity de.blinkt.openvpn.LaunchVPN has leaked ServiceConnection android.security.KeyChain$1@42145e30 that was originally bound here
+E/ActivityThread(18919): android.app.ServiceConnectionLeaked: Activity de.blinkt.openvpn.LaunchVPN has leaked ServiceConnection android.security.KeyChain$1@42145e30 that was originally bound here
+E/ActivityThread(18919): at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:974)
+E/ActivityThread(18919): at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:868)
+E/ActivityThread(18919): at android.app.ContextImpl.bindServiceAsUser(ContextImpl.java:1452)
+E/ActivityThread(18919): at android.app.ContextImpl.bindService(ContextImpl.java:1440)
+E/ActivityThread(18919): at android.security.KeyChain.bind(KeyChain.java:444)
+E/ActivityThread(18919): at android.security.KeyChain.getCertificateChain(KeyChain.java:336)
+E/ActivityThread(18919): at de.blinkt.openvpn.VpnProfile.getKeyStoreCertificates(VpnProfile.java:562)
+E/ActivityThread(18919): at de.blinkt.openvpn.VpnProfile.getKeyStoreCertificates(VpnProfile.java:549)
+E/ActivityThread(18919): at de.blinkt.openvpn.VpnProfile.getConfigFile(VpnProfile.java:251)
+E/ActivityThread(18919): at de.blinkt.openvpn.VpnProfile.prepareIntent(VpnProfile.java:538)
+E/ActivityThread(18919): at de.blinkt.openvpn.core.VPNLaunchHelper.startOpenVpn(VPNLaunchHelper.java:71)
+E/ActivityThread(18919): at de.blinkt.openvpn.LaunchVPN$startOpenVpnThread.run(LaunchVPN.java:374)
+W/ActivityManager( 443): Unbind failed: could not find connection for android.os.BinderProxy@4277f580
+W/dalvikvm(18919): threadid=16: thread exiting with uncaught exception (group=0x419bd700)
+E/AndroidRuntime(18919): FATAL EXCEPTION: Thread-738
+E/AndroidRuntime(18919): java.lang.IllegalArgumentException: Service not registered: android.security.KeyChain$1@42145e30
+E/AndroidRuntime(18919): at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:926)
+E/AndroidRuntime(18919): at android.app.ContextImpl.unbindService(ContextImpl.java:1485)
+E/AndroidRuntime(18919): at android.security.KeyChain$KeyChainConnection.close(KeyChain.java:412)
+E/AndroidRuntime(18919): at android.security.KeyChain.getCertificateChain(KeyChain.java:355)
+E/AndroidRuntime(18919): at de.blinkt.openvpn.VpnProfile.getKeyStoreCertificates(VpnProfile.java:562)
+E/AndroidRuntime(18919): at de.blinkt.openvpn.VpnProfile.getKeyStoreCertificates(VpnProfile.java:549)
+E/AndroidRuntime(18919): at de.blinkt.openvpn.VpnProfile.getConfigFile(VpnProfile.java:251)
+E/AndroidRuntime(18919): at de.blinkt.openvpn.VpnProfile.prepareIntent(VpnProfile.java:538)
+E/AndroidRuntime(18919): at de.blinkt.openvpn.core.VPNLaunchHelper.startOpenVpn(VPNLaunchHelper.java:71)
+E/AndroidRuntime(18919): at de.blinkt.openvpn.LaunchVPN$startOpenVpnThread.run(LaunchVPN.java:374)
+W/ActivityManager( 443): Force finishing activity de.blinkt.openvpn/.LogWindow