-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freeze on mouse scroll #2076
Comments
I'm not sure if what I'm seeing is the same, but I've also been seeing a bunch of Spacemacs hangs. At first I thought I was probably seeing #1300 (because I'm on OS X 10.10), but I'm not convinced as my savehist doesn't appear to be large (5865 bytes). CPU usage is 100%. An ActivityMonitor sample shows (for the only thread doing anything - the others are idle): The other thing that caught my eye is that I'm also using the haskell layer. |
These were my configuration layers:
I'll update here if I manage to isolate it any more - eg if I can confirm it's related to a particular layer (eg haskell). Could be: #1905 ... but I don't have auto-completion layer. |
Happened again. Similar stack traces showing up in Sample. Repeated Ctrl-Gs ineffective. Three frames open. Two windows in each:
After hang, frame 1 went blank... which seems to suggest that something was up with redrawing either the Dired or Shell windows? |
Update on last failure: It did eventually come back to life ... after a few minutes and some more "C-g"s. |
I'm afraid I'm going to have to give up on Spacemacs ... I don't currently have time to debug this issue. |
I experience the same issue running spacemacs on Kubuntu 14.04 Spacemacs hangs, and it seems to have happen when I accidently scroll the mouse wheel. |
I've been using Spacemacs for Haskell development on OSX for the last year or two with no issues, so should definitely be something to do with Linux (or Ubuntu and its derivatives) specifically. I've got a Xubuntu box available too, so if someone experienced with the codebase would like to help us by into this further, I'd like to try and help in some way. |
I have the same issue.When I open two windows and accidently scroll the mouse wheel. |
Same issue. Happens after enabling mouse scrolling
|
Please fix this! This is NOT just Haskell mode. This bug kills kittens, I tell you! |
You might have better luck trying to debug with the instructions from here: https://github.com/syl20bnr/spacemacs/wiki/Debugging#debug-a-freezing-instance. Also, try building emacs master from source, it contains some fixes that addresses infinite loops. Also try it together with latest spacemacs develop. |
This bug alone is making my Windows 10 Spacemacs installation completely unusable. Works fine on iOS and Ubuntu, for some reason - which only makes it worse when I'm on W10 and scroll down on a large file out of habit! Ctrl-G never helps, for the record. |
Are you still able to reproduce this with newer versions of |
I still see this happening. Using Emacs 26. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
As much as I hate reporting bugs as vaguely as this, I've had it happen twice in the last 2-3 hours so I want to see whether I'm the only one getting this issue.
The bug: spacemacs freezes, becomes unresponsive to any action and can only be terminated forcefully. It also starts running one CPU core 100%, so I expect there's an infinite loop happening somewhere.
The trigger: Mouse scrolling. both times I've encountered the issue I was simply mouse scrolling through Haskell source files (300-1000 LoC).
Other details: I'm using spacemacs 0.102.2 with almost all default settings (vim mode) except for using solarized-dark colorscheme and the following configuration layers: emacs-lisp, haskell, editorconfig, c-c++. In both cases the emacs window was split into 3 parts (C-x 3 C-x 3) and maximized.
I would be happy to provide more information about the crash if I knew how to obtain it - suggestions for that are very welcome.
EDIT: seems that the crash can be triggered quite easily now, on my machine it happens when I have 3 vertical buffers visible and scroll through them quickly. Spacemacs then crashes within seconds, in the same way as I described above.
EDIT 2: the issue is easy to tease out on a Linux (CentOS 6.6) system but I couldn't get it to crash on OS X 10.10.
The text was updated successfully, but these errors were encountered: