-
Notifications
You must be signed in to change notification settings - Fork 218
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
Infinite loop in TerminalLine constructor #751
Milestone
Comments
I will try to re-create the issue in a small example project and get back. |
Here is an example project that will cause the infinite loop in certain environments when you run It happens on my machine and I use:
Note: Without
|
neo-technology-build-agent
pushed a commit
to neo4j/neo4j
that referenced
this issue
Dec 6, 2021
This is an attempt to workaround a bug in jline that causes an infinite loop sometimes [1]. We have seen it in osx when running maven tests and we have seen it out in the wild on an old version of docker. [1] jline/jline3#751
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The constructor of
LineReaderImpl$TerminalLine
can go into an infinite loop under certain circumstances.It seems to be caused by
width
being zero. We have seen it when using jansi in the following environments:The text was updated successfully, but these errors were encountered: