JingMatrix / LSPosed

LSPosed Framework
https://lsposed.org
GNU General Public License v3.0
763 stars 19 forks source link

LSPosed does not open #38

Open FreePhoenix888 opened 1 day ago

FreePhoenix888 commented 1 day ago

Steps to reproduce/复现步骤

  1. Install my ROM on my device
  2. Flash lsposed
  3. Reboot
  4. Try to open from notification and see nothing

Expected behaviour/预期行为

LSPosed to open

Actual behaviour/实际行为

Context: - Device: Redmi Note 8 (ginkgo) - ROM: crDroid 10.7 - Android: 14 - Magisk: 27.0 - Is Magisk rebuilt with random name: Yes - Zygisk: Enabled, for the most of the apps Problem Description: LSPosed does not open I have tried 3 variants of LSposed: https://github.com/LSPosed/LSPosed https://github.com/mywalkb/LSPosed_mod https://github.com/JingMatrix/LSPosed I install zygisk variant. By using magisk modules. After reboot module is successfully installed and I have a notification. But when I tap it - nothing happens Note: some man recommended me to disable zygisk and use https://github.com/Dr-TSNG/ZygiskNext instead (which I do not like because I have not found how to enable Deny List when using this zygisk). In this case I see error when I tap notification:

time: 1726835972333
msg: java.lang.ClassNotFoundException: Didn't find class "org.lsposed.manager.App" on path: DexPathList[[],nativeLibraryDirectories=[/system/priv-app/Shell/lib/arm64, /system/lib64, /system/system_ext/lib64]]
stacktrace: java.lang.RuntimeException: Unable to instantiate application org.lsposed.manager.App package com.android.shell: java.lang.ClassNotFoundException: Didn't find class "org.lsposed.manager.App" on path: DexPathList[[],nativeLibraryDirectories=[/system/priv-app/Shell/lib/arm64, /system/lib64, /system/system_ext/lib64]]
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1474)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1399)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7361)
at java.lang.reflect.Method.invoke(Native Method)
at AyfemFk.n.zi.DCZLj.f.Epn.XCLh.HookBridge.invokeOriginalMethod(Native Method)
at J.callback(Unknown Source:193)
at LSPHooker_.handleBindApplication(Unknown Source:11)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2379)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8594)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:583)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)
Caused by: java.lang.ClassNotFoundException: Didn't find class "org.lsposed.manager.App" on path: DexPathList[[],nativeLibraryDirectories=[/system/priv-app/Shell/lib/arm64, /system/lib64, /system/system_ext/lib64]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:259)
at java.lang.ClassLoader.loadClass(ClassLoader.java:637)
at java.lang.ClassLoader.loadClass(ClassLoader.java:573)
at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
at android.app.Instrumentation.newApplication(Instrumentation.java:1354)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1467)
... 15 more

Xposed Module List/Xposed 模块列表

Nothing

Magisk Module List/Magisk 模块列表

Nothing, Only this module

LSPosed version/LSPosed 版本

1.10.0

Android version/Android 版本

14

Magisk version/Magisk 版本

27

Riru version/Riru 版本

N/A

Version requirement/版本要求

Logs/日志

time: 1726835972333
msg: java.lang.ClassNotFoundException: Didn't find class "org.lsposed.manager.App" on path: DexPathList[[],nativeLibraryDirectories=[/system/priv-app/Shell/lib/arm64, /system/lib64, /system/system_ext/lib64]]
stacktrace: java.lang.RuntimeException: Unable to instantiate application org.lsposed.manager.App package com.android.shell: java.lang.ClassNotFoundException: Didn't find class "org.lsposed.manager.App" on path: DexPathList[[],nativeLibraryDirectories=[/system/priv-app/Shell/lib/arm64, /system/lib64, /system/system_ext/lib64]]
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1474)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1399)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7361)
at java.lang.reflect.Method.invoke(Native Method)
at AyfemFk.n.zi.DCZLj.f.Epn.XCLh.HookBridge.invokeOriginalMethod(Native Method)
at J.callback(Unknown Source:193)
at LSPHooker_.handleBindApplication(Unknown Source:11)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2379)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8594)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:583)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)
Caused by: java.lang.ClassNotFoundException: Didn't find class "org.lsposed.manager.App" on path: DexPathList[[],nativeLibraryDirectories=[/system/priv-app/Shell/lib/arm64, /system/lib64, /system/system_ext/lib64]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:259)
at java.lang.ClassLoader.loadClass(ClassLoader.java:637)
at java.lang.ClassLoader.loadClass(ClassLoader.java:573)
at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
at android.app.Instrumentation.newApplication(Instrumentation.java:1354)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1467)
... 15 more
JingMatrix commented 1 day ago

Were you trying the debug version from latest CI: https://github.com/JingMatrix/LSPosed/actions/runs/10933177132 ?

gabriel20xx commented 1 day ago

I have the same issue with crDroid version 10.8 on my Poco F3 with KernelSU and ZygiskNext Can't open the latest Lsposed stable or github actions release. When opening via KernelSU or LSPosed notification it opens an app with default android app logo and after some seconds it says "shell crashed" https://paste.crdroid.net/eTjffn Screenshot_20240920-222401_Shell.png

Screenshot_20240920-222428_Shell.png

Niemandausduisburg commented 1 day ago

I have the same issue on latest VoltageOS.

type: crash
osVersion: Xiaomi/apollopro_global/apollo:12/RKQ1.211001.001/V14.0.4.0.SJDMIXM:user/release-keys
package: com.android.shell:34
process: org.lsposed.manager
processUptime: 0 + 0 ms

signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
Abort message: 'JNI FatalError called: (org.lsposed.manager) frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:2155: selinux_android_setcontext(2000, 0, "platform:privapp:targetSdkVersion=34:partition=system:complete", "org.lsposed.manager") failed'

backtrace:
      #00 pc 000000000005e32c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+168) (BuildId: f2fe6dd26c15ea3a3d0f1db01ef24801)
      #01 pc 00000000008fb8f4  /apex/com.android.art/lib64/libart.so (art::Runtime::Abort(char const*)+600) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #02 pc 000000000001791c  /apex/com.android.art/lib64/libbase.so (android::base::SetAborter(std::__1::function<void (char const*)>&&)::$_0::__invoke(char const*)+80) (BuildId: 4fcdd35fe781b15010cd4277e386dcd4)
      #03 pc 0000000000016e5c  /apex/com.android.art/lib64/libbase.so (android::base::LogMessage::~LogMessage()+356) (BuildId: 4fcdd35fe781b15010cd4277e386dcd4)
      #04 pc 0000000000869aac  /apex/com.android.art/lib64/libart.so (art::JNI<true>::FatalError(_JNIEnv*, char const*)+196) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #05 pc 0000000000201d6c  /system/lib64/libandroid_runtime.so (android::zygote::ZygoteFailure(_JNIEnv*, char const*, _jstring*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)+172) (BuildId: 841023e0596e6dab21a004a564f83bbc)
      #06 pc 000000000020c264  /system/lib64/libandroid_runtime.so ((anonymous namespace)::SpecializeCommon(_JNIEnv*, unsigned int, unsigned int, _jintArray*, int, _jobjectArray*, long, long, long, int, _jstring*, _jstring*, bool, bool, _jstring*, _jstring*, bool, _jobjectArray*, _jobjectArray*, bool, bool, bool, (anonymous namespace)::ExtraArgs&)+25992) (BuildId: 841023e0596e6dab21a004a564f83bbc)
      #07 pc 0000000000204750  /system/lib64/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeSpecializeAppProcess(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, unsigned char, _jstring*, _jstring*, unsigned char, _jobjectArray*, _jobjectArray*, unsigned char, unsigned char, unsigned char, _jlongArray*)+380) (BuildId: 841023e0596e6dab21a004a564f83bbc)
      #08 pc 00000000001fd514  /system/framework/arm64/boot-framework.oat (art_jni_trampoline+340) (BuildId: 7d2b4bb2b79f405e8cba66211efabb8082da6cae)
      #09 pc 00000000006bca28  /apex/com.android.art/lib64/libart.so (nterp_helper+2152) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #10 pc 00000000000dabbe  /system/framework/framework.jar (com.android.internal.os.Zygote.specializeAppProcess+82)
      #11 pc 00000000006bc9a4  /apex/com.android.art/lib64/libart.so (nterp_helper+2020) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #12 pc 00000000000da51e  /system/framework/framework.jar (com.android.internal.os.Zygote.childMain+686)
      #13 pc 00000000006bc1f4  /apex/com.android.art/lib64/libart.so (nterp_helper+52) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #14 pc 00000000000da664  /system/framework/framework.jar (com.android.internal.os.Zygote.forkSimpleApps+16)
      #15 pc 000000000081b7cc  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteConnection.processCommand+1116) (BuildId: 7d2b4bb2b79f405e8cba66211efabb8082da6cae)
      #16 pc 00000000008212ec  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteServer.runSelectLoop+2172) (BuildId: 7d2b4bb2b79f405e8cba66211efabb8082da6cae)
      #17 pc 000000000081e66c  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+3068) (BuildId: 7d2b4bb2b79f405e8cba66211efabb8082da6cae)
      #18 pc 000000000039b040  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #19 pc 000000000033aa80  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+220) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #20 pc 000000000056009c  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+320) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #21 pc 000000000068ac24  /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+112) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #22 pc 00000000000e1594  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+104) (BuildId: 841023e0596e6dab21a004a564f83bbc)
      #23 pc 00000000000ecf30  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+844) (BuildId: 841023e0596e6dab21a004a564f83bbc)
      #24 pc 0000000000002580  /system/bin/app_process64 (main+1224) (BuildId: acf3b7a29793c11c5da2941adecace4d)
      #25 pc 0000000000057b64  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+116) (BuildId: f2fe6dd26c15ea3a3d0f1db01ef24801)
gabriel20xx commented 1 day ago

Steps to reproduce/复现步骤

  1. Install my ROM on my device
  2. Flash lsposed
  3. Reboot
  4. Try to open from notification and see nothing

Expected behaviour/预期行为

LSPosed to open

Actual behaviour/实际行为

Context: - Device: Redmi Note 8 (ginkgo) - ROM: crDroid 10.7 - Android: 14 - Magisk: 27.0 - Is Magisk rebuilt with random name: Yes - Zygisk: Enabled, for the most of the apps Problem Description: LSPosed does not open I have tried 3 variants of LSposed: https://github.com/LSPosed/LSPosed https://github.com/mywalkb/LSPosed_mod https://github.com/JingMatrix/LSPosed I install zygisk variant. By using magisk modules. After reboot module is successfully installed and I have a notification. But when I tap it - nothing happens Note: some man recommended me to disable zygisk and use https://github.com/Dr-TSNG/ZygiskNext instead (which I do not like because I have not found how to enable Deny List when using this zygisk). In this case I see error when I tap notification:

time: 1726835972333
msg: java.lang.ClassNotFoundException: Didn't find class "org.lsposed.manager.App" on path: DexPathList[[],nativeLibraryDirectories=[/system/priv-app/Shell/lib/arm64, /system/lib64, /system/system_ext/lib64]]
stacktrace: java.lang.RuntimeException: Unable to instantiate application org.lsposed.manager.App package com.android.shell: java.lang.ClassNotFoundException: Didn't find class "org.lsposed.manager.App" on path: DexPathList[[],nativeLibraryDirectories=[/system/priv-app/Shell/lib/arm64, /system/lib64, /system/system_ext/lib64]]
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1474)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1399)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7361)
at java.lang.reflect.Method.invoke(Native Method)
at AyfemFk.n.zi.DCZLj.f.Epn.XCLh.HookBridge.invokeOriginalMethod(Native Method)
at J.callback(Unknown Source:193)
at LSPHooker_.handleBindApplication(Unknown Source:11)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2379)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8594)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:583)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)
Caused by: java.lang.ClassNotFoundException: Didn't find class "org.lsposed.manager.App" on path: DexPathList[[],nativeLibraryDirectories=[/system/priv-app/Shell/lib/arm64, /system/lib64, /system/system_ext/lib64]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:259)
at java.lang.ClassLoader.loadClass(ClassLoader.java:637)
at java.lang.ClassLoader.loadClass(ClassLoader.java:573)
at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
at android.app.Instrumentation.newApplication(Instrumentation.java:1354)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1467)
... 15 more

Xposed Module List/Xposed 模块列表

Nothing

Magisk Module List/Magisk 模块列表

Nothing, Only this module

LSPosed version/LSPosed 版本

1.10.0

Android version/Android 版本

14

Magisk version/Magisk 版本

27

Riru version/Riru 版本

N/A

Version requirement/版本要求

  • [X] I am using latest debug CI version of LSPosed and enable verbose log/我正在使用最新 CI 调试版本且启用详细日志

Logs/日志

time: 1726835972333
msg: java.lang.ClassNotFoundException: Didn't find class "org.lsposed.manager.App" on path: DexPathList[[],nativeLibraryDirectories=[/system/priv-app/Shell/lib/arm64, /system/lib64, /system/system_ext/lib64]]
stacktrace: java.lang.RuntimeException: Unable to instantiate application org.lsposed.manager.App package com.android.shell: java.lang.ClassNotFoundException: Didn't find class "org.lsposed.manager.App" on path: DexPathList[[],nativeLibraryDirectories=[/system/priv-app/Shell/lib/arm64, /system/lib64, /system/system_ext/lib64]]
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1474)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1399)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:7361)
at java.lang.reflect.Method.invoke(Native Method)
at AyfemFk.n.zi.DCZLj.f.Epn.XCLh.HookBridge.invokeOriginalMethod(Native Method)
at J.callback(Unknown Source:193)
at LSPHooker_.handleBindApplication(Unknown Source:11)
at android.app.ActivityThread.-$$Nest$mhandleBindApplication(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2379)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8594)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:583)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)
Caused by: java.lang.ClassNotFoundException: Didn't find class "org.lsposed.manager.App" on path: DexPathList[[],nativeLibraryDirectories=[/system/priv-app/Shell/lib/arm64, /system/lib64, /system/system_ext/lib64]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:259)
at java.lang.ClassLoader.loadClass(ClassLoader.java:637)
at java.lang.ClassLoader.loadClass(ClassLoader.java:573)
at android.app.AppComponentFactory.instantiateApplication(AppComponentFactory.java:76)
at android.app.Instrumentation.newApplication(Instrumentation.java:1354)
at android.app.LoadedApk.makeApplicationInner(LoadedApk.java:1467)
... 15 more

Sidenote: With latest pre-release / canary build of Official Magisk you are able to enable and use DenyList without inbuilt Zygisk enabled ;)

gabriel20xx commented 1 day ago

For me it's working now. I uninstalled Zygisk Next and LSPosed from KernelSU, rebooted phone, installed Zygisk Next, rebooted, installed latest github actions LSPosed (this repo) debug build, rebooted. Working now

JingMatrix commented 1 day ago

@Niemandausduisburg, @FreePhoenix888 Please try the latest CI build in GitHub Actions, this issue has already been fixed.

gabriel20xx commented 1 day ago

The problem lies on Zygisk Next, if enforce DenyList is on, lsposed crashes otherwise lsposed works. Either you disable enforce DenyList Or You give LSPosed and/or Shell (com.android.shell) SuperUser permissions

Dev4Mod commented 1 day ago

Deny list has always been a problem, even in magisk (force denylist), you can see that when you activate it you receive a warning that Lsposed does not work

Em sex., 20 de set. de 2024 18:45, Gabriel @.***> escreveu:

The problem lies on Zygisk Next, if enforce DenyList is on, lsposed crashes otherwise lsposed works

— Reply to this email directly, view it on GitHub https://github.com/JingMatrix/LSPosed/issues/38#issuecomment-2364658936, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZJUJR6ICLEXBG2YTPCCADZXSJN7AVCNFSM6AAAAABOSCZNHKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRUGY2TQOJTGY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Niemandausduisburg commented 21 hours ago

@Niemandausduisburg, @FreePhoenix888 Please try the latest CI build in GitHub Actions, this issue has already been fixed.

Don't work for me with KSU. LSPOSED still crashing

JingMatrix commented 21 hours ago

@Niemandausduisburg Please upload your logs if possible. Btw, did you try to open it from KernelSU?

Niemandausduisburg commented 21 hours ago

@Niemandausduisburg Please upload your logs if possible. Btw, did you try to open it from KernelSU?

No I tried open it from Notification. When I open it with the Lsposed Manager it showing not installed

type: crash
osVersion: Xiaomi/apollopro_global/apollo:12/RKQ1.211001.001/V14.0.4.0.SJDMIXM:user/release-keys
package: com.android.shell:34
process: org.lsposed.manager
processUptime: 0 + 0 ms

signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
Abort message: 'JNI FatalError called: (org.lsposed.manager) frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:2155: selinux_android_setcontext(2000, 0, "platform:privapp:targetSdkVersion=34:partition=system:complete", "org.lsposed.manager") failed'

backtrace:
      #00 pc 000000000005e32c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+168) (BuildId: f2fe6dd26c15ea3a3d0f1db01ef24801)
      #01 pc 00000000008fb8f4  /apex/com.android.art/lib64/libart.so (art::Runtime::Abort(char const*)+600) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #02 pc 000000000001791c  /apex/com.android.art/lib64/libbase.so (android::base::SetAborter(std::__1::function<void (char const*)>&&)::$_0::__invoke(char const*)+80) (BuildId: 4fcdd35fe781b15010cd4277e386dcd4)
      #03 pc 0000000000016e5c  /apex/com.android.art/lib64/libbase.so (android::base::LogMessage::~LogMessage()+356) (BuildId: 4fcdd35fe781b15010cd4277e386dcd4)
      #04 pc 0000000000869aac  /apex/com.android.art/lib64/libart.so (art::JNI<true>::FatalError(_JNIEnv*, char const*)+196) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #05 pc 0000000000201d6c  /system/lib64/libandroid_runtime.so (android::zygote::ZygoteFailure(_JNIEnv*, char const*, _jstring*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)+172) (BuildId: 841023e0596e6dab21a004a564f83bbc)
      #06 pc 000000000020c264  /system/lib64/libandroid_runtime.so ((anonymous namespace)::SpecializeCommon(_JNIEnv*, unsigned int, unsigned int, _jintArray*, int, _jobjectArray*, long, long, long, int, _jstring*, _jstring*, bool, bool, _jstring*, _jstring*, bool, _jobjectArray*, _jobjectArray*, bool, bool, bool, (anonymous namespace)::ExtraArgs&)+25992) (BuildId: 841023e0596e6dab21a004a564f83bbc)
      #07 pc 0000000000204750  /system/lib64/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeSpecializeAppProcess(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, unsigned char, _jstring*, _jstring*, unsigned char, _jobjectArray*, _jobjectArray*, unsigned char, unsigned char, unsigned char, _jlongArray*)+380) (BuildId: 841023e0596e6dab21a004a564f83bbc)
      #08 pc 00000000001fd514  /system/framework/arm64/boot-framework.oat (art_jni_trampoline+340) (BuildId: 7d2b4bb2b79f405e8cba66211efabb8082da6cae)
      #09 pc 00000000006bca28  /apex/com.android.art/lib64/libart.so (nterp_helper+2152) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #10 pc 00000000000dabbe  /system/framework/framework.jar (com.android.internal.os.Zygote.specializeAppProcess+82)
      #11 pc 00000000006bc9a4  /apex/com.android.art/lib64/libart.so (nterp_helper+2020) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #12 pc 00000000000da51e  /system/framework/framework.jar (com.android.internal.os.Zygote.childMain+686)
      #13 pc 00000000006bc1f4  /apex/com.android.art/lib64/libart.so (nterp_helper+52) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #14 pc 00000000000da664  /system/framework/framework.jar (com.android.internal.os.Zygote.forkSimpleApps+16)
      #15 pc 000000000081b7cc  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteConnection.processCommand+1116) (BuildId: 7d2b4bb2b79f405e8cba66211efabb8082da6cae)
      #16 pc 00000000008212ec  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteServer.runSelectLoop+2172) (BuildId: 7d2b4bb2b79f405e8cba66211efabb8082da6cae)
      #17 pc 000000000081e66c  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+3068) (BuildId: 7d2b4bb2b79f405e8cba66211efabb8082da6cae)
      #18 pc 000000000039b040  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #19 pc 000000000033aa80  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+220) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #20 pc 000000000056009c  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+320) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #21 pc 000000000068ac24  /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+112) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
      #22 pc 00000000000e1594  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+104) (BuildId: 841023e0596e6dab21a004a564f83bbc)
      #23 pc 00000000000ecf30  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+844) (BuildId: 841023e0596e6dab21a004a564f83bbc)
      #24 pc 0000000000002580  /system/bin/app_process64 (main+1224) (BuildId: acf3b7a29793c11c5da2941adecace4d)
      #25 pc 0000000000057b64  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+116) (BuildId: f2fe6dd26c15ea3a3d0f1db01ef24801)
JingMatrix commented 17 hours ago

@Niemandausduisburg

When I open it with the Lsposed Manager it showing not installed

Did you mean that you opened it from the KernelSU manager? If not, please try it.

Niemandausduisburg commented 17 hours ago

@Niemandausduisburg

When I open it with the Lsposed Manager it showing not installed

Did you mean that you opened it from the KernelSU manager? If not, please try it.

Still crashing.


type: logcat
osVersion: Xiaomi/apollopro_global/apollo:12/RKQ1.211001.001/V14.0.4.0.SJDMIXM:user/release-keys
packageName: com.android.shell:34
buffers: main,system,crash,events,kernel
level: verbose

--------- beginning of crash
09-21 11:51:51.174  7130  7130 F libc    : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 7130 (main), pid 7130 (main)
09-21 11:51:51.813  7133  7133 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
09-21 11:51:51.813  7133  7133 F DEBUG   : Build fingerprint: 'Xiaomi/apollopro_global/apollo:12/RKQ1.211001.001/V14.0.4.0.SJDMIXM:user/release-keys'
09-21 11:51:51.813  7133  7133 F DEBUG   : Revision: '0'
09-21 11:51:51.813  7133  7133 F DEBUG   : ABI: 'arm64'
09-21 11:51:51.813  7133  7133 F DEBUG   : Timestamp: 2024-09-21 13:51:51.283716235+0200
09-21 11:51:51.813  7133  7133 F DEBUG   : Process uptime: 0s
09-21 11:51:51.813  7133  7133 F DEBUG   : Cmdline: zygote64
09-21 11:51:51.813  7133  7133 F DEBUG   : pid: 7130, tid: 7130, name: main  >>> zygote64 <<<
09-21 11:51:51.813  7133  7133 F DEBUG   : uid: 2000
09-21 11:51:51.813  7133  7133 F DEBUG   : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
09-21 11:51:51.813  7133  7133 F DEBUG   : Abort message: 'JNI FatalError called: (org.lsposed.manager) frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:2155: selinux_android_setcontext(2000, 0, "platform:privapp:targetSdkVersion=34:partition=system:complete", "org.lsposed.manager") failed'
09-21 11:51:51.813  7133  7133 F DEBUG   :     x0  0000000000000000  x1  0000000000001bda  x2  0000000000000006  x3  0000007fff1c6770
09-21 11:51:51.813  7133  7133 F DEBUG   :     x4  666d6873716e6160  x5  666d6873716e6160  x6  666d6873716e6160  x7  7f7f7f7f7f7f7f7f
09-21 11:51:51.813  7133  7133 F DEBUG   :     x8  00000000000000f0  x9  0000007b8fb17660  x10 ffffff80fffffbdf  x11 0000000000000001
09-21 11:51:51.813  7133  7133 F DEBUG   :     x12 0000007fff1c5530  x13 00000000000009e0  x14 0000007fff1c5560  x15 00000000388e5444
09-21 11:51:51.813  7133  7133 F DEBUG   :     x16 0000007b8fbd0010  x17 0000007b8fbba6d0  x18 0000007bb42d4000  x19 0000000000001bda
09-21 11:51:51.813  7133  7133 F DEBUG   :     x20 0000000000001bda  x21 00000000ffffffff  x22 00000078e932a3e0  x23 0000000000000000
09-21 11:51:51.813  7133  7133 F DEBUG   :     x24 0000000001000800  x25 0000000000000000  x26 b40000797ca94ff0  x27 0000007fff1c6c31
09-21 11:51:51.813  7133  7133 F DEBUG   :     x28 00000000000007d0  x29 0000007fff1c67f0
09-21 11:51:51.813  7133  7133 F DEBUG   :     lr  0000007b8fb522fc  sp  0000007fff1c6750  pc  0000007b8fb5232c  pst 0000000000001000
09-21 11:51:51.813  7133  7133 F DEBUG   : 26 total frames
09-21 11:51:51.813  7133  7133 F DEBUG   : backtrace:
09-21 11:51:51.813  7133  7133 F DEBUG   :       #00 pc 000000000005e32c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+168) (BuildId: f2fe6dd26c15ea3a3d0f1db01ef24801)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #01 pc 00000000008fb8f4  /apex/com.android.art/lib64/libart.so (art::Runtime::Abort(char const*)+600) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #02 pc 000000000001791c  /apex/com.android.art/lib64/libbase.so (android::base::SetAborter(std::__1::function<void (char const*)>&&)::$_0::__invoke(char const*)+80) (BuildId: 4fcdd35fe781b15010cd4277e386dcd4)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #03 pc 0000000000016e5c  /apex/com.android.art/lib64/libbase.so (android::base::LogMessage::~LogMessage()+356) (BuildId: 4fcdd35fe781b15010cd4277e386dcd4)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #04 pc 0000000000869aac  /apex/com.android.art/lib64/libart.so (art::JNI<true>::FatalError(_JNIEnv*, char const*)+196) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #05 pc 0000000000201d6c  /system/lib64/libandroid_runtime.so (android::zygote::ZygoteFailure(_JNIEnv*, char const*, _jstring*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)+172) (BuildId: 841023e0596e6dab21a004a564f83bbc)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #06 pc 000000000020c264  /system/lib64/libandroid_runtime.so ((anonymous namespace)::SpecializeCommon(_JNIEnv*, unsigned int, unsigned int, _jintArray*, int, _jobjectArray*, long, long, long, int, _jstring*, _jstring*, bool, bool, _jstring*, _jstring*, bool, _jobjectArray*, _jobjectArray*, bool, bool, bool, (anonymous namespace)::ExtraArgs&)+25992) (BuildId: 841023e0596e6dab21a004a564f83bbc)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #07 pc 0000000000204750  /system/lib64/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeSpecializeAppProcess(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, unsigned char, _jstring*, _jstring*, unsigned char, _jobjectArray*, _jobjectArray*, unsigned char, unsigned char, unsigned char, _jlongArray*)+380) (BuildId: 841023e0596e6dab21a004a564f83bbc)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #08 pc 00000000001fd514  /system/framework/arm64/boot-framework.oat (art_jni_trampoline+340) (BuildId: 7d2b4bb2b79f405e8cba66211efabb8082da6cae)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #09 pc 00000000006bca28  /apex/com.android.art/lib64/libart.so (nterp_helper+2152) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #10 pc 00000000000dabbe  /system/framework/framework.jar (com.android.internal.os.Zygote.specializeAppProcess+82)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #11 pc 00000000006bc9a4  /apex/com.android.art/lib64/libart.so (nterp_helper+2020) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #12 pc 00000000000da51e  /system/framework/framework.jar (com.android.internal.os.Zygote.childMain+686)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #13 pc 00000000006bc1f4  /apex/com.android.art/lib64/libart.so (nterp_helper+52) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #14 pc 00000000000da664  /system/framework/framework.jar (com.android.internal.os.Zygote.forkSimpleApps+16)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #15 pc 000000000081b7cc  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteConnection.processCommand+1116) (BuildId: 7d2b4bb2b79f405e8cba66211efabb8082da6cae)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #16 pc 00000000008212ec  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteServer.runSelectLoop+2172) (BuildId: 7d2b4bb2b79f405e8cba66211efabb8082da6cae)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #17 pc 000000000081e66c  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+3068) (BuildId: 7d2b4bb2b79f405e8cba66211efabb8082da6cae)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #18 pc 000000000039b040  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+640) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #19 pc 000000000033aa80  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+220) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #20 pc 000000000056009c  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<_jmethodID*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+320) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #21 pc 000000000068ac24  /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+112) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
09-21 11:51:51.813  7133  7133 F DEBUG   :       #22 pc 00000000000e1594  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+104) (BuildId: 841023e0596e6dab21a004a564f83bbc)
09-21 11:51:51.814  7133  7133 F DEBUG   :       #23 pc 00000000000ecf30  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+844) (BuildId: 841023e0596e6dab21a004a564f83bbc)
09-21 11:51:51.814  7133  7133 F DEBUG   :       #24 pc 0000000000002580  /system/bin/app_process64 (main+1224) (BuildId: acf3b7a29793c11c5da2941adecace4d)
09-21 11:51:51.814  7133  7133 F DEBUG   :       #25 pc 0000000000057b64  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+116) (BuildId: f2fe6dd26c15ea3a3d0f1db01ef24801)
--------- beginning of main
09-21 11:52:01.361  8754  8754 E SELinux : seapp_context_lookup_internal:  No match for app with uid 2000, seinfo platform:privapp:targetSdkVersion=34:partition=system:complete, name org.lsposed.manager
09-21 11:52:01.361  8754  8754 E SELinux : selinux_android_setcontext:  Error setting context for app with uid 2000, seinfo platform:privapp:targetSdkVersion=34:partition=system:complete: Success
09-21 11:52:01.361  8754  8754 F zygote64: jni_internal.cc:825] JNI FatalError called: (org.lsposed.manager) frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:2155: selinux_android_setcontext(2000, 0, "platform:privapp:targetSdkVersion=34:partition=system:complete", "org.lsposed.manager") failed
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708] Runtime aborting...
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708] Dumping all threads without mutator lock held
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708] All threads:
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708] DALVIK THREADS (1):
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708] "main" prio=10 tid=1 Runnable
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   | group="" sCount=0 ucsCount=0 flags=0 obj=0x7283f588 self=0xb400007a5ca7c010
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   | sysTid=1075 nice=-20 cgrp=default sched=0/0 handle=0x7bb5388d38
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   | state=? schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   | stack=0x7ffe9d5000-0x7ffe9d7000 stackSize=8188KB
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   | held mutexes= "abort lock" "mutator lock"(shared held)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   native: (Unwind failed for thread 1075: Thread Does Not Exist)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   at com.android.internal.os.Zygote.nativeSpecializeAppProcess(Native method)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   at com.android.internal.os.Zygote.specializeAppProcess(Zygote.java:439)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   at com.android.internal.os.Zygote.childMain(Zygote.java:875)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   at com.android.internal.os.Zygote.forkSimpleApps(Zygote.java:735)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   at com.android.internal.os.ZygoteConnection.processCommand(ZygoteConnection.java:291)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   at com.android.internal.os.ZygoteServer.runSelectLoop(ZygoteServer.java:521)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:865)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708] Aborting thread:
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708] "main" prio=10 tid=1 Native
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   | group="" sCount=0 ucsCount=0 flags=0 obj=0x7283f588 self=0xb400007a5ca7c010
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   | sysTid=1075 nice=-20 cgrp=default sched=0/0 handle=0x7bb5388d38
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   | state=? schedstat=( 0 0 0 ) utm=0 stm=0 core=0 HZ=100
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   | stack=0x7ffe9d5000-0x7ffe9d7000 stackSize=8188KB
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   | held mutexes= "abort lock" "mutator lock"(shared held)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   native: (Unwind failed for thread 1075: Thread Does Not Exist)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   at com.android.internal.os.Zygote.nativeSpecializeAppProcess(Native method)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   at com.android.internal.os.Zygote.specializeAppProcess(Zygote.java:439)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   at com.android.internal.os.Zygote.childMain(Zygote.java:875)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   at com.android.internal.os.Zygote.forkSimpleApps(Zygote.java:735)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   at com.android.internal.os.ZygoteConnection.processCommand(ZygoteConnection.java:291)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   at com.android.internal.os.ZygoteServer.runSelectLoop(ZygoteServer.java:521)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:865)
09-21 11:52:01.376  8754  8754 F zygote64: runtime.cc:708]
--------- switch to crash
09-21 11:52:01.376  8754  8754 F libc    : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 8754 (main), pid 8754 (main)
--------- switch to main
09-21 11:52:01.396  8760  8760 E cutils-trace: Error opening trace file: No such file or directory (2)
09-21 11:52:01.417  8770  8770 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstoneProto
09-21 11:52:01.421  8770  8770 I crash_dump64: performing dump of process 8754 (target tid = 8754)
09-21 11:52:01.424  8770  8770 E DEBUG   : unreasonable large fdsan overflow table size 262143, bailing out
09-21 11:52:01.424  8770  8770 E DEBUG   : failed to read process info: failed to open /proc/8754: No such file or directory
--------- switch to crash
09-21 11:52:01.600  8770  8770 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
09-21 11:52:01.600  8770  8770 F DEBUG   : Build fingerprint: 'Xiaomi/apollopro_global/apollo:12/RKQ1.211001.001/V14.0.4.0.SJDMIXM:user/release-keys'
09-21 11:52:01.600  8770  8770 F DEBUG   : Revision: '0'
09-21 11:52:01.600  8770  8770 F DEBUG   : ABI: 'arm64'
09-21 11:52:01.600  8770  8770 F DEBUG   : Timestamp: 2024-09-21 13:52:01.424470346+0200
09-21 11:52:01.600  8770  8770 F DEBUG   : Process uptime: 0s
09-21 11:52:01.600  8770  8770 F DEBUG   : Cmdline: zygote64
09-21 11:52:01.600  8770  8770 F DEBUG   : pid: 8754, tid: 8754, name: main  >>> zygote64 <<<
09-21 11:52:01.600  8770  8770 F DEBUG   : uid: 2000
09-21 11:52:01.600  8770  8770 F DEBUG   : signal 6 (SIGABRT), code -1 (SI_QUEUE), fault addr --------
09-21 11:52:01.600  8770  8770 F DEBUG   : Abort message: 'JNI FatalError called: (org.lsposed.manager) frameworks/base/core/jni/com_android_internal_os_Zygote.cpp:2155: selinux_android_setcontext(2000, 0, "platform:privapp:targetSdkVersion=34:partition=system:complete", "org.lsposed.manager") failed'
09-21 11:52:01.600  8770  8770 F DEBUG   :     x0  0000000000000000  x1  0000000000002232  x2  0000000000000006  x3  0000007fff1c6770
09-21 11:52:01.600  8770  8770 F DEBUG   :     x4  666d6873716e6160  x5  666d6873716e6160  x6  666d6873716e6160  x7  7f7f7f7f7f7f7f7f
09-21 11:52:01.600  8770  8770 F DEBUG   :     x8  00000000000000f0  x9  0000007b8fb17660  x10 ffffff80fffffbdf  x11 0000000000000001
09-21 11:52:01.600  8770  8770 F DEBUG   :     x12 0000007fff1c5530  x13 00000000000009e6  x14 0000007fff1c5560  x15 00000000443a9c44
09-21 11:52:01.600  8770  8770 F DEBUG   :     x16 0000007b8fbd0010  x17 0000007b8fbba6d0  x18 0000007bb42d4000  x19 0000000000002232
09-21 11:52:01.600  8770  8770 F DEBUG   :     x20 0000000000002232  x21 00000000ffffffff  x22 00000078e932a3e0  x23 0000000000000000
09-21 11:52:01.600  8770  8770 F DEBUG   :     x24 0000000001000800  x25 0000000000000000  x26 b40000797ca94ff0  x27 0000007fff1c6c31
09-21 11:52:01.600  8770  8770 F DEBUG   :     x28 00000000000007d0  x29 0000007fff1c67f0
09-21 11:52:01.600  8770  8770 F DEBUG   :     lr  0000007b8fb522fc  sp  0000007fff1c6750  pc  0000007b8fb5232c  pst 0000000000001000
09-21 11:52:01.601  8770  8770 F DEBUG   : 26 total frames
09-21 11:52:01.601  8770  8770 F DEBUG   : backtrace:
09-21 11:52:01.601  8770  8770 F DEBUG   :       #00 pc 000000000005e32c  /apex/com.android.runtime/lib64/bionic/libc.so (abort+168) (BuildId: f2fe6dd26c15ea3a3d0f1db01ef24801)
09-21 11:52:01.601  8770  8770 F DEBUG   :       #01 pc 00000000008fb8f4  /apex/com.android.art/lib64/libart.so (art::Runtime::Abort(char const*)+600) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
09-21 11:52:01.601  8770  8770 F DEBUG   :       #02 pc 000000000001791c  /apex/com.android.art/lib64/libbase.so (android::base::SetAborter(std::__1::function<void (char const*)>&&)::$_0::__invoke(char const*)+80) (BuildId: 4fcdd35fe781b15010cd4277e386dcd4)
09-21 11:52:01.601  8770  8770 F DEBUG   :       #03 pc 0000000000016e5c  /apex/com.android.art/lib64/libbase.so (android::base::LogMessage::~LogMessage()+356) (BuildId: 4fcdd35fe781b15010cd4277e386dcd4)
09-21 11:52:01.601  8770  8770 F DEBUG   :       #04 pc 0000000000869aac  /apex/com.android.art/lib64/libart.so (art::JNI<true>::FatalError(_JNIEnv*, char const*)+196) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
09-21 11:52:01.601  8770  8770 F DEBUG   :       #05 pc 0000000000201d6c  /system/lib64/libandroid_runtime.so (android::zygote::ZygoteFailure(_JNIEnv*, char const*, _jstring*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)+172) (BuildId: 841023e0596e6dab21a004a564f83bbc)
09-21 11:52:01.601  8770  8770 F DEBUG   :       #06 pc 000000000020c264  /system/lib64/libandroid_runtime.so ((anonymous namespace)::SpecializeCommon(_JNIEnv*, unsigned int, unsigned int, _jintArray*, int, _jobjectArray*, long, long, long, int, _jstring*, _jstring*, bool, bool, _jstring*, _jstring*, bool, _jobjectArray*, _jobjectArray*, bool, bool, bool, (anonymous namespace)::ExtraArgs&)+25992) (BuildId: 841023e0596e6dab21a004a564f83bbc)
09-21 11:52:01.601  8770  8770 F DEBUG   :       #07 pc 0000000000204750  /system/lib64/libandroid_runtime.so (android::com_android_internal_os_Zygote_nativeSpecializeAppProcess(_JNIEnv*, _jclass*, int, int, _jintArray*, int, _jobjectArray*, int, _jstring*, _jstring*, unsigned char, _jstring*, _jstring*, unsigned char, _jobjectArray*, _jobjectArray*, unsigned char, unsigned char, unsigned char, _jlongArray*)+380) (BuildId: 841023e0596e6dab21a004a564f83bbc)
09-21 11:52:01.601  8770  8770 F DEBUG   :       #08 pc 00000000001fd514  /system/framework/arm64/boot-framework.oat (art_jni_trampoline+340) (BuildId: 7d2b4bb2b79f405e8cba66211efabb8082da6cae)
09-21 11:52:01.601  8770  8770 F DEBUG   :       #09 pc 00000000006bca28  /apex/com.android.art/lib64/libart.so (nterp_helper+2152) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
09-21 11:52:01.601  8770  8770 F DEBUG   :       #10 pc 00000000000dabbe  /system/framework/framework.jar (com.android.internal.os.Zygote.specializeAppProcess+82)
09-21 11:52:01.601  8770  8770 F DEBUG   :       #11 pc 00000000006bc9a4  /apex/com.android.art/lib64/libart.so (nterp_helper+2020) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
09-21 11:52:01.601  8770  8770 F DEBUG   :       #12 pc 00000000000da51e  /system/framework/framework.jar (com.android.internal.os.Zygote.childMain+686)
09-21 11:52:01.601  8770  8770 F DEBUG   :       #13 pc 00000000006bc1f4  /apex/com.android.art/lib64/libart.so (nterp_helper+52) (BuildId: 3ee1473077f5b07b1c3b3b44043e4a96)
09-21 11:52:01.601  8770  8770 F DEBUG   :       #14 pc
JingMatrix commented 16 hours ago

Please upload new logs since your screen is on after reboot:

adb logcat -s AndroidRuntime LSPosed  LSPosed-Bridge LSPlant LSPosedContext zygisk64 LSPlt Dobby LSPosedService '*:F'
Niemandausduisburg commented 16 hours ago

Please upload new logs since your screen is on after reboot:

adb logcat -s AndroidRuntime LSPosed  LSPosed-Bridge LSPlant LSPosedContext zygisk64 LSPlt Dobby LSPosedService '*:F'

lsposed.txt

FreePhoenix888 commented 15 hours ago

@Niemandausduisburg, @FreePhoenix888 Please try the latest CI build in GitHub Actions, this issue has already been fixed.

This really helped. Can you release it?

JingMatrix commented 14 hours ago

This really helped. Can you release it?

I will release a new version when Android 15 is officially out. It should be around 15th October.

FreePhoenix888 commented 14 hours ago

This really helped. Can you release it?

I will release a new version when Android 15 is officially out. It should be around 15th October.

Why not now? More people than me just download releases from this repo or mod or the original one and have this issue, they do not know that they should download the latest version from github actions :) I have lost a few hours yesterday because of this

pershoot commented 14 hours ago

This really helped. Can you release it?

I will release a new version when Android 15 is officially out. It should be around 15th October.

Why not now? More people than me just download releases from this repo or mod or the original one and have this issue, they do not know that they should download the latest version from github actions :) I have lost a few hours yesterday because of this

It's about being methodical, IMO. For example, I do not currently face this issue on A14 but did on earlier versions which @JingMatrix was able to resolve (in the lsplit / lsplant changeset), but may face issue on A15; TBD.

Niemandausduisburg commented 14 hours ago

Please upload new logs since your screen is on after reboot:

adb logcat -s AndroidRuntime LSPosed  LSPosed-Bridge LSPlant LSPosedContext zygisk64 LSPlt Dobby LSPosedService '*:F'

lsposed.txt

Any workaround for the crashing issue?

JingMatrix commented 14 hours ago

Any workaround for the crashing issue?

Still working on, be patient. Could you please tell me that if you have some other special configurations on your phone?

LorisTecnology commented 14 hours ago

LSPosed-v1.10.0-7096-zygisk-release working on Pixel OS A14 Redmi Note 10 Pro

Niemandausduisburg commented 13 hours ago

Any workaround for the crashing issue?

Still working on, be patient. Could you please tell me that if you have some other special configurations on your phone?

Only these modules. I hope you'll find the issue.

Screenshot_20240921-174608 Screenshot_20240921-174602