Last modified: 2014-06-16 21:37:56 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T68688, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 66688 - crash on log out
crash on log out
Status: RESOLVED FIXED
Product: Wikipedia App
Classification: Unclassified
Android App (Other open bugs)
Beta
All All
: Unprioritized normal
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-06-16 21:14 UTC by Bernd Sitzmann
Modified: 2014-06-16 21:37 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Bernd Sitzmann 2014-06-16 21:14:49 UTC
turn on "Don't keep activities" in Dev options

stack trace from
https://ticket.wikimedia.org/otrs/index.pl?Action=AgentTicketZoom&TicketID=7609499

java.lang.RuntimeException: Unable to resume activity {org.wikipedia/org.wikipedia.page.PageActivity}: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=262145, result=2, data=null} to activity {org.wikipedia/org.wikipedia.page.PageActivity}: java.lang.NullPointerException
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2774)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2803)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2238)
at android.app.ActivityThread.access$800(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5001)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=262145, result=2, data=null} to activity {org.wikipedia/org.wikipedia.page.PageActivity}: java.lang.NullPointerException
at android.app.ActivityThread.deliverResults(ActivityThread.java:3351)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2761)
... 12 more
Caused by: java.lang.NullPointerException
at org.wikipedia.NavDrawerFragment.doLogout(NavDrawerFragment.java:110)
at org.wikipedia.NavDrawerFragment.onActivityResult(NavDrawerFragment.java:164)
at android.support.v4.app.FragmentActivity.onActivityResult(FragmentActivity.java:166)
at org.wikipedia.page.PageActivity.onActivityResult(PageActivity.java:415)
at android.app.Activity.dispatchActivityResult(Activity.java:5423)
at android.app.ActivityThread.deliverResults(ActivityThread.java:3347)
... 13 more
java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=262145, result=2, data=null} to activity {org.wikipedia/org.wikipedia.page.PageActivity}: java.lang.NullPointerException
at android.app.ActivityThread.deliverResults(ActivityThread.java:3351)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2761)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2803)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2238)
at android.app.ActivityThread.access$800(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5001)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.NullPointerException
at org.wikipedia.NavDrawerFragment.doLogout(NavDrawerFragment.java:110)
at org.wikipedia.NavDrawerFragment.onActivityResult(NavDrawerFragment.java:164)
at android.support.v4.app.FragmentActivity.onActivityResult(FragmentActivity.java:166)
at org.wikipedia.page.PageActivity.onActivityResult(PageActivity.java:415)
at android.app.Activity.dispatchActivityResult(Activity.java:5423)
at android.app.ActivityThread.deliverResults(ActivityThread.java:3347)
... 13 more
java.lang.NullPointerException
at org.wikipedia.NavDrawerFragment.doLogout(NavDrawerFragment.java:110)
at org.wikipedia.NavDrawerFragment.onActivityResult(NavDrawerFragment.java:164)
at android.support.v4.app.FragmentActivity.onActivityResult(FragmentActivity.java:166)
at org.wikipedia.page.PageActivity.onActivityResult(PageActivity.java:415)
at android.app.Activity.dispatchActivityResult(Activity.java:5423)
at android.app.ActivityThread.deliverResults(ActivityThread.java:3347)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2761)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2803)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2238)
at android.app.ActivityThread.access$800(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5001)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
at dalvik.system.NativeStart.main(Native Method)
Comment 1 Gerrit Notification Bot 2014-06-16 21:25:34 UTC
Change 139859 had a related patch set uploaded by BearND:
Fix possible crash when logging out, with "don't keep activities"

https://gerrit.wikimedia.org/r/139859
Comment 2 Gerrit Notification Bot 2014-06-16 21:34:03 UTC
Change 139859 merged by jenkins-bot:
Fix possible crash when logging out, with "don't keep activities"

https://gerrit.wikimedia.org/r/139859

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links