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

Crash on too many open files #21

Open
dandv opened this issue Mar 21, 2023 · 0 comments
Open

Crash on too many open files #21

dandv opened this issue Mar 21, 2023 · 0 comments

Comments

@dandv
Copy link
Contributor

dandv commented Mar 21, 2023

When attempting to download a lot of files (e.g. from Camera), the app crashes with:

(process:64670): GLib-ERROR **: 01:46:40.739: Creating pipes for GWakeup: Too many open files
./run.sh: line 8: 64670 Trace/breakpoint trap (core dumped) python ./src/app

I was using adb-shell because external adb was unable to read the device at all:

image

There were no other adb processes running and the app had started fine (except for lacking venv):

$ ./run.sh
./run.sh: line 1: ./venv/bin/activate: No such file or directory
Android Debug Bridge version 1.0.41
Version 28.0.2-debian
Installed as /usr/lib/android-sdk/platform-tools/adb

* daemon not running; starting now at tcp:5037
* daemon started successfully

ADB server running...
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