manateelazycat / popweb

Show popup web window for Emacs
144 stars 16 forks source link

Emacs freezes after popweb-latex-mode #24

Closed niwaka-ame closed 2 years ago

niwaka-ame commented 2 years ago

Problem: After M-x popweb-latex-mode in org-mode, Emacs freezes and CPU is 100% occupied by Python and Emacs, and the whole OS was very slow.

The same problem was reproducible with emacs -Q (loaded with exactly the same config as instructed in readme) and I couldn't do anything on Emacs except killing the process from terminal.

popweb-dict-bing seemed to work fine, so I suspected it's an issue specific to popweb-latex, but I couldn't get the content of *popweb* buffer because Emacs was frozen.

More info: Manjaro i3: 21.1 Python: 3.9.9 Emacs: 27.2 epc: 0.0.5 python-pyqt5: 5.15.6-2

MatthewZMD commented 2 years ago

I'm on Manjaro KDE and cannot reproduce your freezing. Have you tried to inspect the strace results?

manateelazycat commented 2 years ago

@niwaka-ame can you try newest version?

MatthewZMD commented 2 years ago

This is likely to be fixed in the latest version

MatthewZMD commented 2 years ago

Please re-open if the problem still persists.

niwaka-ame commented 2 years ago

Thank you. I'll test it. Sorry - I just noticed this.