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

Hanging parser on illegal input with errors ignored #1

Closed
aburmeis opened this issue Oct 1, 2015 · 1 comment
Closed

Hanging parser on illegal input with errors ignored #1

aburmeis opened this issue Oct 1, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@aburmeis
Copy link
Collaborator

aburmeis commented Oct 1, 2015

When using a parser ignoring errors (csvParser().separatedBy(',').handlingErrors(ignoreErrors()).build()) then illegal input can cause an endless loop.

@aburmeis aburmeis added the bug label Oct 1, 2015
@aburmeis aburmeis added this to the 3.0.1 milestone Oct 1, 2015
@aburmeis aburmeis self-assigned this Oct 1, 2015
@aburmeis aburmeis closed this as completed Oct 1, 2015
@aburmeis
Copy link
Collaborator Author

aburmeis commented Oct 7, 2015

was a problem with the caching of former incomplete lines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant