Jeremy Wootten
Jeremy Wootten
Another thing that may give a clue is to disable extensions, especially the non-default ones to see whether the problem persists.
Also give the exact keystrokes that produce the crash and any other features such as whether there are highlighted words and what you did immediately prior to the crash.
Just reproduced the crash! Needs using `BackSpace` - deleting with `Enter` or `X` or `K` works OK. Hmm, now I cannot reproduce it again :frowning_face:
OK, I can reproduce it reasonable consistently now by repeating `` followed by `BackSpace` until it crashes. It seems to be associated with the "Highlight Selection" plugin.
@TomiOhl If you are able to try out the PR #1447 to see whether it fixes the issue for you that would be helpful but dont worry if you cannot.
Note you would need to install the PR after building it as it modifies a plugin.
Just reproduced this in OS8 (V8.0.0) using Davidak's procedure. The highlight selection plugin must be on.
@danirabbit It did not seem particularly difficult to reproduce the crash provided the recipe above is followed - the important thing is that the selection includes the line ending and...
@danirabbit Try this file. Place the cursor at the beginning of (e.g) `Stack trace of thread 2085:` then press `` to select the whole line (including the `CR/LF`). Several similar...
@danirabbit Yes, its difficult to fix properly when the cause is obscure. Must some kind of race I guess - I can reliably reproduce on my system and the fix...