This crash is due to a FragmentTransaction being committed after its owning Activity's lifecycle has already run onSaveInstanceState. This is often caused by committing FragmentTransactions from an asynchronous callback. Check out the linked resource for more details.
Fragment Transactions & Activity State Loss
http://www.androiddesignpatterns.com/2013/08/fragment-transaction-commit-state-loss.html