We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I make own build fzy on AIX
AIX 7100-04-06-1806 default shell: /usr/bin/ksh gcc (GCC) 8.3.0 fzy --version fzy 1.0 Š 2014-2018 John Hawthorn
locale LANG=cs_CZ LC_COLLATE="cs_CZ" LC_CTYPE="cs_CZ" LC_MONETARY="cs_CZ" LC_NUMERIC="cs_CZ" LC_TIME="cs_CZ" LC_MESSAGES=C LC_ALL=
When I run -> find . -type f |fzy Error: Can't allocate memory Error: Can't allocate memory The result is ksh: 10420394 Abort(coredump)
Any suggestion?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I make own build fzy on AIX
AIX 7100-04-06-1806
default shell: /usr/bin/ksh
gcc (GCC) 8.3.0
fzy --version
fzy 1.0 Š 2014-2018 John Hawthorn
locale
LANG=cs_CZ
LC_COLLATE="cs_CZ"
LC_CTYPE="cs_CZ"
LC_MONETARY="cs_CZ"
LC_NUMERIC="cs_CZ"
LC_TIME="cs_CZ"
LC_MESSAGES=C
LC_ALL=
When I run -> find . -type f |fzy
Error: Can't allocate memory
Error: Can't allocate memory
The result is
ksh: 10420394 Abort(coredump)
Any suggestion?
The text was updated successfully, but these errors were encountered: