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

[Bug] constant IllegalStateException in google services causes high disk usage #739

Closed
1 task done
Ulinsky opened this issue Nov 11, 2023 · 1 comment
Closed
1 task done
Labels
bug Something isn't working

Comments

@Ulinsky
Copy link

Ulinsky commented Nov 11, 2023

Steps to reproduce/复现步骤

  1. install WSA with GApps
  2. have WSA running/continous resource usage
  3. check AppData\Local\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalState\diagnostics\logcat

Expected behaviour/预期行为

There shouldn't be constant exceptions in google services

Actual behaviour/实际行为

Theres constants logs in logcat folder about IllegalStateExceptions

This causes 1. huge log files over time, and 2. constant disk usage (7+ mb/s)

MagiskOnWSALocal commit full SHA/MagiskOnWSALocal 提交的完整哈希

d44a77b

Linux distribution info/Linux 发行版信息

Debian

Windows version/Windows 版本

22H2 build 23580.1000

Build Parameters/构建参数

COMMAND_LINE=--arch x64 --release-type retail --magisk-ver stable --gapps-brand MindTheGapps --gapps-variant pico --root-sol none
INFO: Architecture: x64
INFO: Release Type: retail
INFO: Magisk Version: stable
INFO: GApps Brand: MindTheGapps
INFO: GApps Variant: pico
INFO: Root Solution: none
Build: RELEASE_TYPE=Retail

Version requirement/版本要求

  • I am using latest commit of MagiskOnWSALocal/我正在使用最新 commit 的版本

Logs/日志

11-11 13:49:36.017 804 1071 I SystemUpdate: [Execution,ExecutionManager] Action pending executed for 0.03 seconds.

11-11 13:49:36.026 804 1071 I SystemUpdate: [Execution,ExecutionManager] Action pre-download-validate executed for 0.00 seconds.

11-11 13:49:36.035 804 1071 W SystemUpdate: [Execution,ExecutionManager] Unable to create the action. Restart the execution from the scratch.

11-11 13:49:36.035 804 1071 W SystemUpdate: java.lang.IllegalStateException

11-11 13:49:36.035 804 1071 W SystemUpdate: at aixp.l(:com.google.android.gms@[email protected] (190800-580326705):6)

11-11 13:49:36.035 804 1071 W SystemUpdate: at cyax.a(:com.google.android.gms@[email protected] (190800-580326705):324)

11-11 13:49:36.035 804 1071 W SystemUpdate: at com.google.android.gms.update.execution.InstallationIntentOperation.onHandleIntent(:com.google.android.gms@[email protected] (190800-580326705):120)

11-11 13:49:36.035 804 1071 W SystemUpdate: at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@[email protected] (190800-580326705):2)

11-11 13:49:36.035 804 1071 W SystemUpdate: at agjm.onHandleIntent(:com.google.android.gms@[email protected] (190800-580326705):10)

11-11 13:49:36.035 804 1071 W SystemUpdate: at noz.run(:com.google.android.gms@[email protected] (190800-580326705):70)

11-11 13:49:36.035 804 1071 W SystemUpdate: at noy.run(:com.google.android.gms@[email protected] (190800-580326705):152)

11-11 13:49:36.035 804 1071 W SystemUpdate: at dvlp.run(:com.google.android.gms@[email protected] (190800-580326705):13)

11-11 13:49:36.035 804 1071 W SystemUpdate: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)

11-11 13:49:36.035 804 1071 W SystemUpdate: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)

11-11 13:49:36.035 804 1071 W SystemUpdate: at java.lang.Thread.run(Thread.java:1012)

@Ulinsky Ulinsky added the bug Something isn't working label Nov 11, 2023
@tarasverq
Copy link

Same here.

12-30 03:01:31.958 I/SystemUpdate(  800): [Execution,ExecutionManager] Action pending executed for 0.03 seconds.
12-30 03:01:31.966 I/SystemUpdate(  800): [Execution,ExecutionManager] Action pre-download-validate executed for 0.00 seconds.
12-30 03:01:31.973 W/SystemUpdate(  800): [Execution,ExecutionManager] Unable to create the action. Restart the execution from the scratch.
12-30 03:01:31.973 W/SystemUpdate(  800): java.lang.IllegalStateException
12-30 03:01:31.973 W/SystemUpdate(  800): 	at ajmi.l(:com.google.android.gms@[email protected] (190800-590025996):6)
12-30 03:01:31.973 W/SystemUpdate(  800): 	at dayc.a(:com.google.android.gms@[email protected] (190800-590025996):324)
12-30 03:01:31.973 W/SystemUpdate(  800): 	at com.google.android.gms.update.execution.InstallationIntentOperation.onHandleIntent(:com.google.android.gms@[email protected] (190800-590025996):122)
12-30 03:01:31.973 W/SystemUpdate(  800): 	at com.google.android.chimera.IntentOperation.onHandleIntent(:com.google.android.gms@[email protected] (190800-590025996):2)
12-30 03:01:31.973 W/SystemUpdate(  800): 	at agxt.onHandleIntent(:com.google.android.gms@[email protected] (190800-590025996):10)
12-30 03:01:31.973 W/SystemUpdate(  800): 	at nze.run(:com.google.android.gms@[email protected] (190800-590025996):70)
12-30 03:01:31.973 W/SystemUpdate(  800): 	at nzd.run(:com.google.android.gms@[email protected] (190800-590025996):152)
12-30 03:01:31.973 W/SystemUpdate(  800): 	at dyui.run(:com.google.android.gms@[email protected] (190800-590025996):13)
12-30 03:01:31.973 W/SystemUpdate(  800): 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137)
12-30 03:01:31.973 W/SystemUpdate(  800): 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
12-30 03:01:31.973 W/SystemUpdate(  800): 	at java.lang.Thread.run(Thread.java:1012)

@Howard20181 Howard20181 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 3, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants