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

Error in Google Play Store #4677

Open
gitlacf opened this issue Jan 14, 2025 · 2 comments
Open

Error in Google Play Store #4677

gitlacf opened this issue Jan 14, 2025 · 2 comments
Labels
bug Something isn't working upstream

Comments

@gitlacf
Copy link

gitlacf commented Jan 14, 2025

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

Originally posted by @gitlacf in #4379 (comment)

@thestinger thestinger added the bug Something isn't working label Jan 14, 2025
@muhomorr
Copy link
Member

Is this crash repeatable? It looks like an upstream bug in Play Store, navigation backstack state got huge somehow (nav_controller_state [size=447032]).

@gitlacf
Copy link
Author

gitlacf commented Jan 15, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream
Projects
None yet
Development

No branches or pull requests

3 participants