-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Android 15: zygote64: Failed to reach single-threaded state
#1133
Comments
can you grep for "JNI FatalError called: (system_server) Not allowlisted" at the logs? |
Can't find anything similar.
|
Thank you, I also get this error on my device therefore I am trying to check whether they share the same root cause, can you please egrep for "Zygote : Process (.*) exited due to signal 11 \(Segmentation fault\)" ? And also can you please mention your ART version? You can get it with the command "pm dump com.google.android.art | grep Version" ? |
I had to use
|
It might be worth nothing that this only happens when I see a secondary Android profile. |
I'm trying to triage what's wrong with I tried adding a |
@aleclearmind @enovella Facing exactly same issue in Pixel 7a. |
@bl4ckbo7 with Frida 16.6.6? |
@enovella Well, after upgrading to Frida 16.6.6 this issue doesn't occur again. It's solved really. |
Problem
When launching an app while
frida-server
is running,zygote64
crashes with "Failed to reach single-threaded state"Set up
OS: LineageOS 22.1 (based on AOSP 15)
Phone: Pixel 7
Frida version: 16.6.4
I get an error similar to #500 when starting an app while
frida-server
is running.To reproduce
When I launch an application, from
adb logcat
I see the following:Afterwards, I get a soft reboot.
Let me know if I can provide further information.
The text was updated successfully, but these errors were encountered: