GrapheneOS / os-issue-tracker

Issue tracker for GrapheneOS Android Open Source Project hardening work. Standalone projects like Auditor, AttestationServer and hardened_malloc have their own dedicated trackers.
https://grapheneos.org/
329 stars 18 forks source link

Random crash of system_server #3454

Open jriberg opened 3 weeks ago

jriberg commented 3 weeks ago

Opened an app to pay for parking. When it loaded maps and reached GPS, system rebooted with grapheneos logo

type: crash
SystemUptimeMs: 217267834
Process: system_server
Build: google/cheetah/cheetah:14/AP1A.240405.002/2024040900:user/release-keys
Crash-Handler: com.android.internal.os.RuntimeInit$KillApplicationHandler
Loading-Progress: 1.0
Dropped-Count: 0

java.lang.IllegalStateException: Lost network stack. This is not the root cause of any issue, it is a side effect of a crash that happened earlier. Earlier logs should point to the actual issue.
    at android.net.ConnectivityModuleConnector.maybeCrashWithTerribleFailure(ConnectivityModuleConnector.java:335)
    at android.net.ConnectivityModuleConnector.-$$Nest$mmaybeCrashWithTerribleFailure(ConnectivityModuleConnector.java:0)
    at android.net.ConnectivityModuleConnector$ModuleServiceConnection.onServiceDisconnected(ConnectivityModuleConnector.java:278)
    at android.app.LoadedApk$ServiceDispatcher.doDeath(LoadedApk.java:2226)
    at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:2241)
    at android.os.Handler.handleCallback(Handler.java:959)
    at android.os.Handler.dispatchMessage(Handler.java:100)
    at android.os.Looper.loopOnce(Looper.java:232)
    at android.os.Looper.loop(Looper.java:317)
    at com.android.server.SystemServer.run(SystemServer.java:1001)
    at com.android.server.SystemServer.main(SystemServer.java:685)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:872)
thestinger commented 2 weeks ago

@ANDROID2468 That's not related to this. It's https://github.com/GrapheneOS/os-issue-tracker/issues/3093.