-
Notifications
You must be signed in to change notification settings - Fork 114
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
resist stuck index tasks #85
Comments
regrettably, I didn't kill with -QUIT. Let's see if this problems resurfaces. |
|
looks like a crash/hang in ctags |
.jvm/src/test/resources/n_structure_100000_opening_arrays.json is a sequence of 100k '[' chars. This kills the json parser. |
reported as universal-ctags/ctags#2107 |
zbindenren
pushed a commit
to zbindenren/zoekt
that referenced
this issue
Jun 17, 2019
github.com/sirthias/borer contains a JSON file with 100k '[' chars, This caused a "token too long" error from bufio, which left the subprocess alive. Before, we waited for the subprocess to die, which never happened. This will now cause the indexing to fail for a single repo, but that is better than stopping the complete indexing pipeline. Fixes google#85. Change-Id: I4ee370ae5e531fc8fde0256eac3d280771594c73
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
here the index server was stuck since Apr 21. This should have timed out and continued with another repo instead.
The text was updated successfully, but these errors were encountered: