lsp-ui icon indicating copy to clipboard operation
lsp-ui copied to clipboard

Display Line Numbers mode causes Emacs to freeze

Open SreenivasVRao opened this issue 3 years ago • 1 comments

This seems related to #294 and #533

I have the latest commit.

When I enable line-numbers and call lsp-treemacs-references, my frame freezes, and SIGUSR2 is the only way to bring it back.

Call stack indicates it's still the same problem.

https://pastebin.com/raw/eWNvqfQ4 - can provide further logs if necessary. lsp-ui is at 0ac3e12

OSX, gccemacs, DOOM Emacs

SreenivasVRao avatar Mar 14 '21 22:03 SreenivasVRao

Interesting, so even though we have wrap with ignore-errors but it actually freezes Emacs. 😕

https://github.com/emacs-lsp/lsp-ui/blob/0ac3e12138a7eeaf764845d1e7e61b02769003ec/lsp-ui-util.el#L48

I actually have no idea and having problem reproducing this issue but I would keep an eye on it. Thanks for reporting this issue to us.

jcs090218 avatar Mar 16 '21 04:03 jcs090218