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

Illegal seek #42

Closed
calleluks opened this issue Mar 5, 2015 · 0 comments · Fixed by #43
Closed

Illegal seek #42

calleluks opened this issue Mar 5, 2015 · 0 comments · Fixed by #43
Labels

Comments

@calleluks
Copy link
Collaborator

Giving pick a list of 200.000 strings and then typing really fast into pick's search field makes pick crash with the error message pick: getc: Illegal seek.

To reproduce run the following and type really fast:

cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 200000 | pick
@calleluks calleluks added the bug label Mar 5, 2015
calleluks added a commit that referenced this issue Mar 9, 2015
This avoids illegal seek errors when users send input while we're
outputting to the terminal.

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

Successfully merging a pull request may close this issue.

1 participant