frida / frida

Clone this repo to build Frida
https://frida.re
Other
15.71k stars 1.63k forks source link

Failed to spawn: spawn already in progress for the specified identifier #2928

Open bigfk opened 1 month ago

bigfk commented 1 month ago

iPhone X 16.7.9 rootless jailbroken with palera1n Both frida 16.4.8 on macbook pro m2 and iPhone X

first try: frida -U -f com.some.app -l ./_agent.js


/ _  |   Frida 16.4.8 - A world-class dynamic instrumentation toolkit

| (_| |

| Commands: // |_| help -> Displays the help system . . . . object? -> Display information about 'object' . . . . exit/quit -> Exit . . . . . . . . More info at https://frida.re/docs/home/ . . . . . . . . Connected to iPhone (id=xxxxxxx) Spawning com.some.app...

Failed to spawn: timeout was reached


try again: frida -U -f com.some.app -l ./_agent.js


/ _  |   Frida 16.4.8 - A world-class dynamic instrumentation toolkit

| (_| |

| Commands: // |_| help -> Displays the help system . . . . object? -> Display information about 'object' . . . . exit/quit -> Exit . . . . . . . . More info at https://frida.re/docs/home/ . . . . . . . . Connected to iPhone (id=xxxxxxx) Failed to spawn: spawn already in progress for the specified identifier

daMatz commented 1 month ago

I have the same issue, also with iPhone X, iOS 16.7.9, rootless palera1n jailbreak and frida 16.4.8 client and server

daMatz commented 1 month ago

Temporary fix: install frida 16.1.4 from a different source worked for me, see: https://github.com/frida/frida/issues/2292

daMatz commented 1 month ago

Installed several different versions from the releases page from 16.3.3 upwards. 16.4.4 is the first version that doesn't work anymore, so the error was introduced from 16.4.3 to 16.4.4 @oleavr