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

programs that produce a lot of output freezes app. #36

Closed
cswl opened this issue Jan 8, 2016 · 2 comments
Closed

programs that produce a lot of output freezes app. #36

cswl opened this issue Jan 8, 2016 · 2 comments

Comments

@cswl
Copy link

cswl commented Jan 8, 2016

I ran to this issue again today,
https://plus.google.com/u/0/105143408064070053742/posts/SckNbhF6RQY
I was busy with other stuffs so I had made a quick post there hoping someone would chime in.. great to know that issues I wanted to report with C++ linking and play-audio have been resolved already.

Anyways back to current issue, programs that write a lot of output to terminal freezes app. I investigated it a bit and it doesnt happen if the write is limited..

Here's a test case..
Run a program that writes to terminal
find $PREFIX/lib
The terminal will output until a new line and freeze until the command completes.

Now limit the output with pv.
apt install pv
find $PREFIX/lib | pv -L 2048
The output will be scrolled too fast to read in the terminal but it doesnt freeze the app.

@PwnicornDev
Copy link

I can't reproduce this at all. I just tried find / and it scrolls smoothly until I interrupt it.

@cswl
Copy link
Author

cswl commented Mar 11, 2016

This seems like an issue with tmp-mksh on OmniROM. As I'm getting this on other term emulators too.

I guess I will close this as it is not related to Termux only.

@cswl cswl closed this as completed Mar 11, 2016
@ghost ghost locked and limited conversation to collaborators Oct 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants