Skip to content
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

Error in threading.py causes no usb devices #160

Open
juangvega opened this issue Jul 26, 2024 · 0 comments
Open

Error in threading.py causes no usb devices #160

juangvega opened this issue Jul 26, 2024 · 0 comments

Comments

@juangvega
Copy link

frida 16.4.7
frida-tools 12.5.0

This started when I connected new devices. I'm currently working with nine devices without issues. However, more than nine trigger this error, causing no devices to be found.

Exception in thread Thread-1 (_run):
Traceback (most recent call last):
File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
Id Type Name OS


local local Local System Debian GNU/Linux 12
barebone remote GDB Remote Stub
socket remote Local Socket
self.run()
File "/usr/lib/python3.11/threading.py", line 975, in run
self._target(*self._args, **self._kwargs)
File "/home/admin/.python3/lib/python3.11/site-packages/frida_tools/reactor.py", line 80, in _run
self._on_stop()
File "/home/admin/.python3/lib/python3.11/site-packages/frida_tools/lsd.py", line 90, in _on_stop
self._ui_app.exit()
File "/home/admin/.python3/lib/python3.11/site-packages/prompt_toolkit/application/application.py", line 1289, in exit
raise Exception("Application is not running. Application.exit() failed.")
Exception: Application is not running. Application.exit() failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant