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

Crash when modifying trip after going to background ( reported by Josh Mudge) #43

Closed
nbossard opened this issue Aug 7, 2016 · 3 comments
Assignees
Labels
Milestone

Comments

@nbossard
Copy link
Owner

nbossard commented Aug 7, 2016

java.lang.NullPointerException: Attempt to invoke virtual method 'void com.nbossard.packlist.gui.TripListFragment.populateList()' on a null object reference
at com.nbossard.packlist.gui.MainActivity.onTripChange(MainActivity.java:266)
at com.nbossard.packlist.process.saving.PrefsSavingModule.updateTrip(PrefsSavingModule.java:352)
at com.nbossard.packlist.process.saving.PrefsSavingModule.addOrUpdateTrip(PrefsSavingModule.java:143)
at com.nbossard.packlist.gui.MainActivity.saveTrip(MainActivity.java:328)
at com.nbossard.packlist.gui.TripDetailFragment.onClickAddItem(TripDetailFragment.java:495)
at com.nbossard.packlist.gui.TripDetailFragment.access$700(TripDetailFragment.java:80)
at com.nbossard.packlist.gui.TripDetailFragment$3.onClick(TripDetailFragment.java:305)
at android.view.View.performClick(View.java:4764)
at android.view.View$PerformClick.run(View.java:19844)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:135)
at android.app.ActivityThread.main(ActivityThread.java:5292)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:908)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:703)

@nbossard nbossard added the bug label Aug 7, 2016
@nbossard
Copy link
Owner Author

nbossard commented Aug 7, 2016

android 5.0.1

@nbossard nbossard self-assigned this Aug 7, 2016
@nbossard nbossard added this to the 0.10.3 milestone Aug 7, 2016
@nbossard
Copy link
Owner Author

nbossard commented Aug 7, 2016

Steps to reproduce :

  • launch packlist v0.10.2
  • open a trip
  • make packlist go to background (press home key)
  • wait long enough for system to kill app (or configure in parameter / developer option / don't keep activities)
  • return to app (it is in fact restarted)
  • modify trip
    CRASHHHHH

@nbossard nbossard changed the title Crash reported by Josh Mudge Crash when modifying trip after going to background ( reported by Josh Mudge) Aug 7, 2016
@nbossard
Copy link
Owner Author

Fixed on branch develop, will be in next release

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

No branches or pull requests

1 participant