selfint / code-blocks

Manipulate code as blocks
https://marketplace.visualstudio.com/items?itemName=selfint.code-blocks
MIT License
5 stars 0 forks source link

out of bounds memory access #154

Open selfint opened 1 year ago

selfint commented 1 year ago

Can occur if extensions runs for more than a few minutes, sometimes

selfint commented 1 year ago

This might be similar to the tree-sitter rust crate bug, where if the library object is dropped, using the language object caused a memory access error.

selfint commented 5 days ago

Hopefully fixed by #125, time will tell.