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
You may be calling fragmentManager.popBackStackImmediate(); when activity is paused. Activity is not finished but is paused and not on foreground. You need to check whether activity is paused or not before popBackStackImmediate().