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

Few apps crashing randomly with KernelSU #66

Closed
1 task done
Generation88 opened this issue Oct 17, 2024 · 11 comments
Closed
1 task done

Few apps crashing randomly with KernelSU #66

Generation88 opened this issue Oct 17, 2024 · 11 comments
Labels
bug Something isn't working cannot reproduce The issue may be invalid

Comments

@Generation88
Copy link

Steps to reproduce/复现步骤

  1. Opened ODialer as soon as i call it crashes & reverts to google dialer.
  2. Whatsapp crashes randomly. I am using a module called waenhancer.
  3. Many other apps crash randomly even without doing anything. Like Super Backup & some other apps too

Expected behaviour/预期行为

There shouldn't be any crash whatsoever because all modules used to work fine on magisk. dunno why they aren't working on kernelSU

Actual behaviour/实际行为

I was on magisk earlier everything worked fine. Recently moved to KernelSU & facing such issues. I dunno if it is a ZygiskNext issue or an lsposed issue or kernel side issue.

All my KSU modules work perfectly
All modules based on zygisk works perfectly

The issue arises only after installing lsposed.

Xposed Module List/Xposed 模块列表

1. AdClose
2. Bootloader Spoofer
3. Card Emulator Pro
4. Core Patch
5. Disable Flag Secure
6. Hide My Applist
7. IAmNotADeveloper
8. Installer++
9. KeyboardGPT
10. NFGMultiCrack
11. NoStorageRestrict
12. Re-Telegram
13. SideStories
14. TeleSpeed
15. TG UserID Viewer
16. TGramHooks
17. WaEnhancer
18. Lucky Patcher(Not Activated)
19. SSL Killer(Not Activated)

Magisk Module List/Magisk 模块列表

1. Disable High Volume Warning
2. Hode Debugging
3. HTTPCanary Module
4. Music Revanced Extended
5. Play Integrity Fix
6. Tricky Store
7. T-Support(Support Addon For Tricky Store)
8. Shamiko
9. ZygiskNext
10. Lsposed Zygisk
11. Zygisk Detach
12. Reqable Certificate Installer
13. Tri-Chrome Library Squoosh
14. systemless hosts for kernelsu
15. Youtube Revanced Extended

LSPosed version/LSPosed 版本

1.10.1(7115)

Android version/Android 版本

13

Magisk version/Magisk 版本

Using Latest KernelSU(11928) Release With ZygiskNext(1.2.0) Release

Riru version/Riru 版本

N/A

Version requirement/版本要求

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

Logs/日志

LSPosed_2024-10-17T11_11_33.497370.zip

@Generation88 Generation88 added the bug Something isn't working label Oct 17, 2024
@JingMatrix
Copy link
Owner

Currently, I only find one crashing log for your Dialer app:

0-17 11:10:57.118  9829 13580 E AndroidRuntime: FATAL EXCEPTION: Contacts task pool No.1-thread-3
10-17 11:10:57.118  9829 13580 E AndroidRuntime: Process: com.oplus.dialer, PID: 9829
10-17 11:10:57.118  9829 13580 E AndroidRuntime: java.lang.IllegalArgumentException: Unknown authority com.android.badge
10-17 11:10:57.118  9829 13580 E AndroidRuntime: 	at android.content.ContentResolver.call(ContentResolver.java:2491)
10-17 11:10:57.118  9829 13580 E AndroidRuntime: 	at android.content.ContentResolver.call(ContentResolver.java:2474)
10-17 11:10:57.118  9829 13580 E AndroidRuntime: 	at pi.a.a(AppBadgeUtils.kt:8)
10-17 11:10:57.118  9829 13580 E AndroidRuntime: 	at x1.z0.M2(DialtactsFragment.java:1)
10-17 11:10:57.118  9829 13580 E AndroidRuntime: 	at x1.z0.m4(DialtactsFragment.java:1)
10-17 11:10:57.118  9829 13580 E AndroidRuntime: 	at x1.z0.s1(Unknown Source:0)
10-17 11:10:57.118  9829 13580 E AndroidRuntime: 	at x1.b0.run(Unknown Source:2)
10-17 11:10:57.118  9829 13580 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
10-17 11:10:57.118  9829 13580 E AndroidRuntime: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
10-17 11:10:57.118  9829 13580 E AndroidRuntime: 	at java.lang.Thread.run(Thread.java:1012)

If you encounter other crashes, please re-upload your logs so that I have more clues.

By the way, to be clear:

  1. Currently, Xposed modules are working well on your devices even some app crashes, am I correct?
  2. If you use Magisk, then the LSPosed v1.10.1 wroks well and there will be no crash, is this true and did you test it?

@Generation88
Copy link
Author

now i am on magisk alpha & I don't face any issues. but as soon as i move to ksu i am having only with lsposed modules. rest all modules work fine

@Generation88
Copy link
Author

Generation88 commented Oct 17, 2024

my whatsapp has also crashed & also com.idea.backup.smscontacts this app

Rest KSU is fine as it js good for most banking apps.

@JingMatrix JingMatrix changed the title Apps crashing randomly. Totally awkward behaviour in some apps Few apps crashing randomly with KernelSU Oct 17, 2024
@JingMatrix
Copy link
Owner

Please first try this CI build: https://github.com/JingMatrix/LSPosed/actions/runs/11389371092, which might help since it fixed another bug.

Then, if you encounter crashes, don't forget to upload your logs, which may give me more clues.

@Generation88
Copy link
Author

Please first try this CI build: https://github.com/JingMatrix/LSPosed/actions/runs/11389371092, which might help since it fixed another bug.

Then, if you encounter crashes, don't forget to upload your logs, which may give me more clues.

sure i'll try this soon & upload logs if i face any issue

@NBruderman
Copy link

Please first try this CI build: https://github.com/JingMatrix/LSPosed/actions/runs/11389371092, which might help since it fixed another bug.

Then, if you encounter crashes, don't forget to upload your logs, which may give me more clues.

sure i'll try this soon & upload logs if i face any issue

Any news? Did it fix the issue?

@JingMatrix JingMatrix added the cannot reproduce The issue may be invalid label Oct 22, 2024
@CanerKaraca23
Copy link

Remove Bootloader Spoofer.

@LeCmnGend
Copy link

https://paste.crdroid.net/R8HK6T

novalauncher crashing when import backup in 1.9.2 (7131), lsp is working (not work in 7127 7128)

@JingMatrix
Copy link
Owner

The full generated logs please.

@LeCmnGend
Copy link

The full generated logs please.

Mỹ fault, ít rom error. I remove ksu completely bút error still exist

@JingMatrix
Copy link
Owner

Haven't seen new reports in nearly two months, so I close this one as finished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cannot reproduce The issue may be invalid
Projects
None yet
Development

No branches or pull requests

5 participants