chaitin / passionfruit

[WIP] Crappy iOS app analyzer
MIT License
1.66k stars 228 forks source link

Passionfruit randomly disconnects from apps #59

Closed r3ggi closed 4 years ago

r3ggi commented 5 years ago

Hey,

I've noticed that Passionfruit randomly hangs and disconnects from the attached apps.

My setup: iPhone 6, iOS 12.4 Chimera jailbreak 1.3.8 Frida 12.6.23 (iOS, macOS)

The error:

An unhandledRejection occurred:
Rejection: Error: Unable to find process with pid 779
Error: Unable to find process with pid 779
  <-- GET /static/icon.svg
  --> GET /static/icon.svg 200 1ms 6.44kb
  <-- GET /static/icon.svg
  --> GET /static/icon.svg 200 1ms 6.44kb
nc localhost 63262
Uncaught RPC Error: Script is destroyed
    at Signals.onScriptDestroyed (/usr/local/lib/node_modules/passionfruit/node_modules/frida/dist/script.js:111:26)
method: info args: null

and also

An unhandledRejection occurred:
Rejection: Error: Timeout was reached
Error: Timeout was reached
(node:46868) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
ChiChou commented 5 years ago

We've moved to v8 as the javascript interpreter, but it seems to consume too much memory which causes the crash very now and then

ChiChou commented 4 years ago

A new project will be announced soon. The stability has been improved a lot. https://github.com/chaitin/passionfruit/issues/74

Closing all issues here.