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 when editing edit. #36

Closed
GoogleCodeExporter opened this issue Mar 10, 2016 · 1 comment
Closed

NPE when editing edit. #36

GoogleCodeExporter opened this issue Mar 10, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1) Edit a host
2) Hit back

What version of the product are you using? On what operating system?
r80

Please provide any additional information below.

E/AndroidRuntime( 1173): java.lang.RuntimeException: Failure delivering
result ResultInfo{who=null, request=1, result=0, data=null} to activity
{org.connectbot/org.connectbot.HostListActivity}:
java.lang.NullPointerException
E/AndroidRuntime( 1173):    at
android.app.ActivityThread.deliverResults(ActivityThread.java:2839)
E/AndroidRuntime( 1173):    at
android.app.ActivityThread.handleSendResult(ActivityThread.java:2881)
E/AndroidRuntime( 1173):    at
android.app.ActivityThread.access$2300(ActivityThread.java:112)
E/AndroidRuntime( 1173):    at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1608)
E/AndroidRuntime( 1173):    at
android.os.Handler.dispatchMessage(Handler.java:88)
E/AndroidRuntime( 1173):    at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1173):    at
android.app.ActivityThread.main(ActivityThread.java:3742)
E/AndroidRuntime( 1173):    at java.lang.reflect.Method.invokeNative(Native
Method)
E/AndroidRuntime( 1173):    at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 1173):    at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:739)
E/AndroidRuntime( 1173):    at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:497)
E/AndroidRuntime( 1173):    at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 1173): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 1173):    at
org.connectbot.HostListActivity.updateCursor(HostListActivity.java:297)
E/AndroidRuntime( 1173):    at
org.connectbot.HostListActivity.onActivityResult(HostListActivity.java:148)
E/AndroidRuntime( 1173):    at
android.app.Activity.dispatchActivityResult(Activity.java:3415)
E/AndroidRuntime( 1173):    at
android.app.ActivityThread.deliverResults(ActivityThread.java:2835)
E/AndroidRuntime( 1173):    ... 11 more



Original issue reported on code.google.com by arm...@gmail.com on 26 Oct 2008 at 5:01

@GoogleCodeExporter
Copy link
Author

This should be fixed in SVN r81 and it's included in the 1.01 Android Market 
release.

Original comment by kenny@the-b.org on 27 Oct 2008 at 8:12

  • Changed state: Fixed

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

1 participant