Max

Results 4 comments of Max

In my case, and many others from what I read, this was caused by the disk being full. Remember that you can safely remove the ideviceinstaller staging folder, among other...

:+1: [tar formats limitations](http://www.gnu.org/software/tar/manual/html_node/Formats.html#SEC132)

:+1: Minimum reproducible example: ```py import frida import logging from multiprocessing import Process from threading import Thread logging.basicConfig(level=logging.INFO, format='%(processName)s %(threadName)s %(message)s') def list_devs(): logging.info("listing devices...") logging.info("got these devices: %s", frida.enumerate_devices())...

I managed to get the stack trace of the hung process on `14.0.0`: ``` #1 0x00007ffff7296087 in g_cond_wait (cond=0xad0138, mutex=0xad0130) at ../../../glib/glib/gthread-posix.c:1637 #2 0x00007ffff4175b35 in frida_async_task_execute (self=self@entry=0xad0160, cancellable=cancellable@entry=0x0, error=error@entry=0x7fffffffc1d0) at...