I found that almost all of my apps start to crash as soon as I open them. I started with clearing cache and storage then a soft restart. Afterwords most still didn't work, I then uninstalled and reinstalled and this helped a few. I have checked for updates as well as uninstalling and reinstalling GPS + GPF. However many persist to have the issue of crashing and I get this log for each one:

type: crash
osVersion: google/raven/raven:14/AP2A.240805.005.F1/2024080600:user/release-keys
package: com.apkmirror.helper.prod:26
process: com.apkmirror.helper.prod
processUptime: 0 + 0 ms
installer: com.android.vending

signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 0x0000bde615710760

backtrace:
      #00 pc 00000000003cd760  /data/dalvik-cache/arm64/product@app@TrichromeWebView@TrichromeWebView.apk@classes.dex (WV.kG.call+0)
      #01 pc 000000000021f0d4  /system/framework/arm64/boot.oat (java.util.concurrent.FutureTask.run+164) (BuildId: 0e02db5aa82c84456d6ae7534d8a790cc186fd31)
      #02 pc 0000000000267008  /system/framework/arm64/boot.oat (java.util.concurrent.ThreadPoolExecutor.runWorker+680) (BuildId: 0e02db5aa82c84456d6ae7534d8a790cc186fd31)
      #03 pc 0000000000264b28  /system/framework/arm64/boot.oat (java.util.concurrent.ThreadPoolExecutor$Worker.run+56) (BuildId: 0e02db5aa82c84456d6ae7534d8a790cc186fd31)
      #04 pc 00000000001461f0  /system/framework/arm64/boot.oat (java.lang.Thread.run+64) (BuildId: 0e02db5aa82c84456d6ae7534d8a790cc186fd31)
      #05 pc 00000000003a4374  /apex/com.android.art/lib64/libart.so (art_quick_invoke_stub+612) (BuildId: 317192f153bb642bf0f8e79c4dedba49)
      #06 pc 00000000003415f0  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+144) (BuildId: 317192f153bb642bf0f8e79c4dedba49)
      #07 pc 000000000049ce78  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallback(void*)+1720) (BuildId: 317192f153bb642bf0f8e79c4dedba49)
      #08 pc 000000000049c7a8  /apex/com.android.art/lib64/libart.so (art::Thread::CreateCallbackWithUffdGc(void*)+8) (BuildId: 317192f153bb642bf0f8e79c4dedba49)
      #09 pc 00000000000767ac  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+204) (BuildId: 3b8ce491d2e6bb5fffd33dfcc364ab4f)
      #10 pc 0000000000067d50  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: 3b8ce491d2e6bb5fffd33dfcc364ab4f)

    Ploon note that this is just one of the apps, APKMirror. Others such as my bank apps and Uber won't work as well

    Ploon Is it always the same fault (SIGILL)? Is it always the same address (0x0000bde615710760)? Is the PC always in TrichromeWebView?