W@ng
W@ng
Please upgrade to the latest version of tree sitter and parsers. This should fix the issue.
Please paste the parser you were using and the sample source code to parse.
Could you paste the source you are parsing?
Hi, Please upgrade to the latest version of tree sitter and parsers. This should fix the issue.
Could you paste the sample Java code and the C++ source code?
Hi there, thanks for reporting this issue. The `TSParser.ts_language_delete` method is invoked when a `TsLanguage` object is garbage collected. However, it appears that this method was not implemented in the...
I executed the query on the Neo4j repository on JDK 11 without any crashes. Below is a sample code snippet. I hope this helps. ```java @Test void parseNeo4j(){ Path startPath...
I tested it on both Linux and Windows boxes, running 20 iterations each time, and still no crashes. I'll try to reproduce it when more available.
This is really helpful, @Zerxoi ! I’ll be looking into it soon.
Hi @XYZboom, you’re absolutely right—the issue was caused by the garbage-collected TSTree. I've just uploaded v0.24.5, which should fix the problem. Now, TSNode instances returned by query or node APIs...