ViRb3 / magisk-frida

🔐 Run frida-server on boot with Magisk, always up-to-date
956 stars 129 forks source link

Two "frida-server" processes #19

Closed russellchek closed 2 years ago

russellchek commented 3 years ago

Just wondering if this is normal when I run "frida-ps -U" i see two "frida-server" processes running.

ViRb3 commented 3 years ago

No, you shouldn't see two "frida-server" processes. Could the other one be from a different Magisk module/manual installation?

Manouchehri commented 2 years ago

Is one a zombie process? I think I might have seen this in the past too.

enovella commented 2 years ago

Can you show which processes are you talking about? Are you referring to frida-helper or frida-server?

ViRb3 commented 2 years ago

This was most likely introduced by a bug in db63dc26d033d2c13309b5d0de987da3e61d637d, where the daemon would be restarted infinitely every 1 second. This has now been fixed in 15.1.14-4 (d0eee42cb42332995c5b20f6a8e7ab3c8d5afb76). For more info: https://github.com/ViRb3/magisk-frida/pull/18#issuecomment-1022079368