-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
xargs interleaving bytes, resulting in invalid wof.extract #142
Comments
Using the docker containers, so whatever versions we have installed in there, maybe we can upgrade |
FYI, the bug is intermittent:
|
I confirm the issue, it occurs quite often on hard drive less often on my SSD :/ Working on it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that #134 introduced a bug where the output of
xargs
processes running in parallel can be output interleaved, resulting in invalid json when runningwof_extract.sh
.I have been seeing a bunch of errors such as
Unexpected token { in JSON at position 3657
in the logs, usingjq
I can confirm that the file is corrupt:An example of inteleaving can be found in the extract below near
name:por_x_preferred
:cc/ @Joxit could you please confirm the issue? I'd like to find a fix for
xargs
, or if that's not possible we might need to revert toparallel
because it has flags for this:The text was updated successfully, but these errors were encountered: