You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a Pixel 8 Pro, and my OS was current at the time the issue occurred. While installing apps the Google Play Store crashed; I believe there were 10-15 apps queued to install.
I thought this might be related to issue #4379, but was informed that was not the case.
Let me know if you would like me to provide anything additional information!
type: crash
osVersion: google/husky/husky:15/AP4A.250105.002/2025010700:user/release-keys
package: com.android.vending:84411730, targetSdk 35
process: com.android.vending
processUptime: 2537006 + 263 ms
installer: app.grapheneos.apps
GmsCompatConfig version: 152
java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 540536 bytes
Bundle stats:
androidx.lifecycle.BundlableSavedStateRegistry.key [size=90744]
androidx.lifecycle.internal.SavedStateHandlesProvider [size=3672]
androidx.lifecycle.ViewModelProvider.DefaultKey:afyc [size=3544]
savedState [size=3500]
persistFilterIdsState [size=3436]
fhb:2131427546 [size=85988]
d5fpd0 [size=85692]
nav_controller_state [size=447032]
android-support-nav:controller:backStack [size=446928]
PersistableBundle stats:
[null]
at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:146)
at android.os.Handler.handleCallback(Handler.java:991)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8826)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:591)
at com.android.internal.os.ExecInit.main(ExecInit.java:50)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:369)
Caused by: android.os.TransactionTooLargeException: data parcel size 540536 bytes
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(BinderProxy.java:598)
at android.app.IActivityClientController$Stub$Proxy.activityStopped(IActivityClientController.java:1498)
at android.app.ActivityClient.activityStopped(ActivityClient.java:100)
at android.app.servertransaction.PendingTransactionActions$StopInfo.run(PendingTransactionActions.java:135)
... 10 more
Is this crash repeatable? It looks like an upstream bug in Play Store, navigation backstack state got huge somehow (nav_controller_state [size=447032]).
Is this crash repeatable? It looks like an upstream bug in Play Store, navigation backstack state got huge somehow (nav_controller_state [size=447032]).
When it occurred, it kept crashing with a similar error after force stopping & restarting the Play Store app. However, once I rebooted the device, all returned to normal.
I'm using a Pixel 8 Pro, and my OS was current at the time the issue occurred. While installing apps the Google Play Store crashed; I believe there were 10-15 apps queued to install.
I thought this might be related to issue #4379, but was informed that was not the case.
Let me know if you would like me to provide anything additional information!
Originally posted by @gitlacf in #4379 (comment)
The text was updated successfully, but these errors were encountered: