lsp-ui
lsp-ui copied to clipboard
Display Line Numbers mode causes Emacs to freeze
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
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.