Hi,

Running latest alpha on pixel 7 I suddenly have more app crashes than normal. It's affecting Instagram and my banking app. Never had any crashes before, but have now. Setting comparability mode for malloc does not fix it. Also already cleared cache. Anyone else having the same issues?

Second this. I keep getting an app crash notification on my banking app, even though the app itself doesnt crash because I can still use it fine.

Here's the error report ````
type: crash
osVersion: google/cheetah/cheetah:14/UP1A.231005.007/2023103100:user/release-keys
package: nl.rabomobiel:73242690
process: nl.rabomobiel:iyeydyuyjyqyoyvyryaygycyhypyxylyzysykiyieijiqioizikeueqexezeywiwewdwjwqwow:yy.zr
processUptime: 405 + 348 ms
installer: com.android.vending

java.lang.RuntimeException: Unable to create application yy.YW: yy.isG: Could not create instance for '[Singleton:'yy.qj']'
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7025)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2243)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:205)
at android.os.Looper.loop(Looper.java:294)
at android.app.ActivityThread.main(ActivityThread.java:8199)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ExecInit.main(ExecInit.java:49)
at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:359)
Caused by: yy.isG: Could not create instance for '[Singleton:'yy.qj']'
at yy.cmG.GkG(yy.cmG:59)
at yy.lnG.GkG(yy.lnG:46)
at yy.uEG.EvV(yy.uEG:53)
at yy.uEG.invoke(yy.uEG:51)
at yy.qmG.ZBV(yy.qmG:20)
at yy.lnG.VkG(yy.lnG:51)
at yy.hmG.Xc(yy.hmG:96)
at yy.hmG.hPG(yy.hmG:64)
at yy.UsG.Qxc(yy.UsG:339)
at yy.PsG.Coc(yy.PsG:74)
at yy.DnG.GLV(yy.DnG:66)
at yy.PX.Xc(Unknown Source:40)
at yy.YW.onCreate(yy.YW:85)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1321)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7020)
... 11 more
Caused by: yy.isG: Could not create instance for '[Factory:'android.net.ConnectivityManager']'
at yy.cmG.GkG(yy.cmG:59)
at yy.knG.VkG(yy.knG:38)
at yy.hmG.lPG(yy.hmG:116)
at yy.pmG.Xc(yy.pmG:246)
at yy.pmG.kc(yy.pmG:231)
at yy.pmG.kmV(yy.pmG:210)
at yy.Ovc.JWG(yy.Ovc:128)
at yy.Ovc.invoke(yy.Ovc:65)
at yy.cmG.GkG(yy.cmG:52)
... 25 more
Caused by: java.lang.NullPointerException: null cannot be cast to non-null type android.net.ConnectivityManager
at yy.VEG.IG(yy.VEG:31)
at yy.xvc.okV(yy.xvc:11)
at yy.xvc.invoke(yy.xvc:10)
at yy.cmG.GkG(yy.cmG:52)
... 33 more

    I suspect that this is due to a recent change in GrapheneOS which shows a crash the first time to happens.

    In AOSP, the first crash is supressed (not shown to the user) and is only visisble if it happens a second time.

    You can find the change here:

    https://grapheneos.org/releases#2023103000

    show crash dialog for first crash of an app since boot instead of waiting until the second crash like upstream Android

    It seems to me that this is unearthing app crashes that the app developers are unaware of or have ignored due to them not happening multiple times in a sequence, and therefore not appearing in other Android OSes.

    Thanks good to know that at least i can ignore it, for now....

    aquila-enu I have this error as well. It's consistent. Always happens at app start. App does not crash but constant popup.

    Instagram does fully crash. After few minutes. Consistently as well.

    Details;

    ```type: crash
    osVersion: google/panther/panther:14/UP1A.231005.007/2023103100:user/release-keys
    package: com.instagram.android:370711650
    process: com.instagram.android
    processUptime: 38279 + 233 ms
    installer: com.android.vending

    java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Class java.lang.Object.getClass()' on a null object reference
    at X.3JJ.<init>(:12)
    at X.3ct.A00(:5)
    at X.3cr.A00(:11)
    at X.41A.A01(:120)
    at X.KMX.CVe(:21)
    at X.2qV.A07(:46)
    at X.I5q.A04(:52)
    at X.I7i.BwD(:280)
    at X.2xt.A09(:46)
    at X.2xt.Ckm(:25)
    at X.2xR.Ckm(:32)
    at X.2x8.CKP(:727)
    at X.2xQ.CKP(:18)
    at X.2xt.A07(:183)
    at X.2xt.D8I(:245)
    at X.2xt.D8H(:2)
    at X.Ki7.D8H(:26)
    at X.IIB.onSuccess(:1318)
    at X.1eU.onFinish(:84)
    at X.18K.run(:31)
    at android.os.Handler.handleCallback(Handler.java:958)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loopOnce(Looper.java:205)
    at android.os.Looper.loop(Looper.java:294)
    at android.app.ActivityThread.main(ActivityThread.java:8199)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
    at com.android.internal.os.ExecInit.main(ExecInit.java:49)
    at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
    at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:359)
    at Z.init(1699047506481-9890fa4b-3dd2-d493-05f1-5fed4c18ecc7)```

    • [deleted]

    Will post my issue here also:

    type: crash
    osVersion: google/oriole/oriole:14/UP1A.231005.007/2023103100:user/release-keys
    package: nl.rabomobiel:73242690
    process: nl.rabomobiel:iyeydyuyjyqyoyvyryaygycyhypyxylyzysykiyieijiqioizikeueqexezeywiwewdwjwqwow:yy.zr
    processUptime: 435 + 365 ms
    installer: com.aurora.store

    java.lang.RuntimeException: Unable to create application yy.YW: yy.isG: Could not create instance for '[Singleton:'yy.qj']'
    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7025)
    at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2243)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loopOnce(Looper.java:205)
    at android.os.Looper.loop(Looper.java:294)
    at android.app.ActivityThread.main(ActivityThread.java:8199)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
    at com.android.internal.os.ExecInit.main(ExecInit.java:49)
    at com.android.internal.os.RuntimeInit.nativeFinishInit(Native Method)
    at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:359)
    Caused by: yy.isG: Could not create instance for '[Singleton:'yy.qj']'
    at yy.cmG.GkG(yy.cmG:59)
    at yy.lnG.GkG(yy.lnG:46)
    at yy.uEG.EvV(yy.uEG:53)
    at yy.uEG.invoke(yy.uEG:51)
    at yy.qmG.ZBV(yy.qmG:20)
    at yy.lnG.VkG(yy.lnG:51)
    at yy.hmG.Xc(yy.hmG:96)
    at yy.hmG.hPG(yy.hmG:64)
    at yy.UsG.Qxc(yy.UsG:339)
    at yy.PsG.Coc(yy.PsG:74)
    at yy.DnG.GLV(yy.DnG:66)
    at yy.PX.Xc(Unknown Source:40)
    at yy.YW.onCreate(yy.YW:85)
    at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1321)
    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7020)
    ... 11 more
    Caused by: yy.isG: Could not create instance for '[Factory:'android.net.ConnectivityManager']'
    at yy.cmG.GkG(yy.cmG:59)
    at yy.knG.VkG(yy.knG:38)
    at yy.hmG.lPG(yy.hmG:116)
    at yy.pmG.Xc(yy.pmG:246)
    at yy.pmG.k

    This may be fixed in the next release:

    revert change to show crash dialog for first crash of an app since boot since this results in a high support burden from the many third party app crashes it uncovers especially since it's not enabled on the stock OS