W@ng

Results 38 comments of 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.

Hi, Please upgrade to the latest version of tree sitter and parsers. This should fix the issue.

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...