Toby Schneider
Toby Schneider
When will it get patched?
I know it's pretty vague, but since I'm not getting any error message, I unfortunately can't provide more context. The only thing I'm doing is opening a file and scrolling...
And with treesitter uninstalled it doesn't happen.
I just did some quick testing with `lldb` and with it attached I can't reproduce the bug, but NeoVIM also behaves differently (not filling the entire terminal window, also the...
When attaching to the process I get this, and NeoVIM becomes unresponsive:
Got it to continue, thanks. And was now able to reproduce the behavior but it just says: ``` Process 19946 exited with status = 1 (0x00000001) ```
I repeated the test a few times now and these were my results: ``` Process 20035 exited with status = 13 (0x0000000d) Terminated due to signal 13 ``` ``` Process...
[@amaanq](https://github.com/amaanq) > you could also try stopping on exceptions or certain signals like sigsegv, might help > > `catch throw` and `process handle SIGSEGV --stop true --pass true --notify true`...
[@clason](https://github.com/clason) > You could start by sharing the file that gives the crash. (Also, try reproducing without nvim-treesitter-context.) It doesn't just happen in a specific file.
Tried that now, no difference: