I have a Live Android application, and from market i have received following stack trace and i have no idea why its happening as its not happening in application code but it
Simply call super.onPostResume() before showing your fragment or move your code in onPostResume() method after calling super.onPostResume(). This solve the problem!