From [bblfsh logs](https://github.com/bblfsh/bblfshd/issues/298) we got the error: ``` rpc error: code = Internal desc = tech.sourced.babelfish.DriverResponse.ResponseSendException Error serializing the AST to JSON: com.fasterxml.jackson.databind.JsonMappingException: (was java.lang.NegativeArraySizeException) (through reference chain: tech.sourced.babelfish.DriverResponse[\"ast\"]) tech.sourced.babelfish.DriverResponse$ResponseSendException: com.fasterxml.jackson.databind.JsonMappingException: (was java.lang.NegativeArraySizeException) (through reference chain: tech.sourced.babelfish.DriverResponse[\"ast\"]) ... ``` Files that triggered the error: ``` external/bsd/llvm/dist/clang/test/Index/annotate-deep-statements.cpp src/pal/src/misc/sysinfo.cpp ```
From bblfsh logs we got the error:
Files that triggered the error: