[BUG] Crash after `lsp-plugin-restart`
bug
Window said _take it to issues,_ **so be it.** :)
```
Stack trace (most recent call last):
#23 Object "", at 0x7ff81a06e8d7, in BaseThreadInitThunk
#22 Object "", at 0x7ff63c7f14e6, in ??
#21 Object "", at 0x7ff63c7f13c4, in ??
#20 Object "", at 0x7ff63d1ed166, in ??
#19 Object "", at 0x7ff63c922ca2, in ??
#18 Object "", at 0x7fff6e44a5a3, in ZN2EE6Window6Window11runMainLoopESt8functionIFvvEEi
#17 Object "", at 0x7ff63c90b32c, in ??
#16 Object "", at 0x7fff6e0a8a9f, in ZN2EE6Window7Backend4SDL28InputSDL6updateEv
#15 Object "", at 0x7fff6e0a817b, in ZN2EE6Window7Backend4SDL28InputSDL9sendEventERK9SDL_Event
#14 Object "", at 0x7fff6e0a4e86, in ZN2EE6Window5Input12processEventEPNS0_10InputEventE
#13 Object "", at 0x7fff6e3442b5, in ZN2EE2UI17UIEventDispatcher13inputCallbackEPNS_6Window10InputEventE
#12 Object "", at 0x7fff6e027e9e, in ZN2EE5Scene15EventDispatcher13inputCallbackEPNS_6Window10InputEventE
#11 Object "", at 0x7fff6e027ccc, in ZN2EE5Scene15EventDispatcher11sendKeyDownERKNS_6Window7KeycodeERKNS2_8ScancodeERKjSA_
#10 Object "", at 0x7fff6e2f06a0, in ZN2EE2UI12UICodeEditor9onKeyDownERKNS_5Scene8KeyEventE
#9 Object "", at 0x7ff63c84152c, in ??
#8 Object "", at 0x7ff63c840fc5, in ??
#7 Object "", at 0x7fff6e25b7f8, in ZN2EE2UI3Doc12TextDocument20deleteToPreviousWordEv
#6 Object "", at 0x7fff6e25b3a1, in ZN2EE2UI3Doc12TextDocument8deleteToERKyNS1_12TextPositionE
#5 Object "", at 0x7fff6e259870, in ZN2EE2UI3Doc12TextDocument6removeERKyNS1_9TextRangeE
#4 Object "", at 0x7fff6e258dd3, in ZN2EE2UI3Doc12TextDocument6removeERKyNS1_9TextRangeERSt5dequeISt7variantIJNS1_21TextUndoCommandInsertENS1_21TextUndoCommandRemoveENS1_24TextUndoCommandSelectionEEESaISB_EERKNS_6System4TimeEb
#3 Object "", at 0x7fff6e24a325, in ZN2EE2UI3Doc12TextDocument17notifyTextChangedERKNS1_21DocumentContentChangeE
#2 Object "", at 0x7ff63ca4780c, in ??
#1 Object "", at 0x7ff63ca1cffd, in ??
#0 Object "", at 0x7fff6e43454b, in ZN2EE7Network3URIC1ERKS1_
```
What happened before/state:
- Edit a large python file
- leave ecode open for \~15h continuously,
- interrupt by putting the entire system into hibernate, preserving state
- three open splits: split-right(main), then split-top(split_right)
- after quite a while, calling `lsp-plugin-restart` through palette as my running lsp became even slower
Calling `lsp-plugin-restart` immediately crashed ecode
There were quite many lines marked with a remark highlighter. Idk whether this is of importance
关闭于 2026-06-13 2 条评论