Closed agonzalezro closed 4 years ago
The same has been happening to me during the day (at least 3 times in less than an hour).
OS: OSX El Capitan
Spacemacs: 0.200.4
Emacs 25.1.1
Editing Style: vim
Layers enabled
html go javascript python semantic gtags helm auto-completion better-defaults emacs-lisp git markdown org syntax-checking (shell :variables shell-default-height 30 shell-default -position 'bottom) (version-control :variables version-control-diff-tool 'diff-hl)
I have run into this issue many times. See https://github.com/syl20bnr/spacemacs/issues/6093. There was one other issue where the guy had many segmentation faults with helm when multiple windows were open, but I can't find it for some reason.
Indeed, this happen the most when having multiple windows (as low as 2) open and trying to do string searches. I have basically restrained myself of using multiple windows at the same time because of this reason.
What I am doing in the mean time is using the GUI @larsx2 & @GregorySchwartz. It doesn't seg faults there.
@agonzalezro Unfortunately the GUI is not always available, especially over SSH over poor connections where TUI emacs shines.
I see that the tag says macOS. It happens on linux (on three of my systems) as well.
+1
Here's a question: what's common to spacemacs/search-project-auto and helm-find-files but not to counsel-find-file, as the last one works but the others segfault?
I got the same problem. It sometimes happens in my virtual machine(ubuntu). I use "vagrant ssh" to connect my VM, It happens when I use the command "C-x 3" to split the window and work for a while, then the next "C-x C-f" pulls the trigger. = =|||
OS: MacOS Sierra VM OS: Ubuntu 16.04 VM provider: VirtualBox (vagrant) Spacemacs: 0.200.5 Emacs 25.1.1 Editing Style: emacs Graphic display: nil Spacemacs branch: develop Completion: helm
+1
@TheBB this happens on Linux as well, could you update the tags? I experienced it in another PC and it seems that @GregorySchwartz as well.
I have been encountering the same issue under Debian Jessie (8.6) - segmentation faults while using helm (for instance, with SPC b b
or SPC f f
). Unfortunately I have not yet been able to reproduce the issue consistently.
(c-c++ javascript helm auto-completion python emacs-lisp git gtags markdown extra-langs latex bibtex themes-megapack org spell-checking syntax-checking)
Fatal error 11: Segmentation fault
Backtrace:
emacs[0x503593]
emacs[0x4e9f9e]
emacs[0x5023ae]
emacs[0x502413]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xf8d0)[0x7fa8c6fe88d0]
emacs[0x4a9fd8]
...
[1] 28911 segmentation fault emacs -nw
I do get that error consistently. I just need to open a file in a split and then doing infile searches with SPC s s.. so far the last weeks i have been using the GUI version to avoid this... but it sucks not being able to use the command line version since i have a tmux oriented workflow.
On Jan 11, 2017, 9:41 PM -0700, racingmackerel notifications@github.com, wrote:
I have been encountering the same issue under Debian Jessie (8.6) - segmentation faults while using helm (for instance, with SPC b b or SPC f f). Unfortunately I have not yet been able to reproduce the issue consistently.
System Info 💻 OS: gnu/linux Emacs: 24.4.1 (still happens with 26.0.50.2) Spacemacs: 0.200.7 Spacemacs branch: master (rev. c2774bc (https://github.com/syl20bnr/spacemacs/commit/c2774bc0dea3dbc63621709d54685fbbe9212d55)) Graphic display: nil Distribution: spacemacs Editing style: vim Completion: helm Layers:
(c-c++ javascript helm auto-completion python emacs-lisp git gtags markdown extra-langs latex bibtex themes-megapack org spell-checking syntax-checking)
Backtrace: Fatal error 11: Segmentation fault Backtrace: emacs[0x503593] emacs[0x4e9f9e] emacs[0x5023ae] emacs[0x502413] /lib/x86_64-linux-gnu/libpthread.so.0(+0xf8d0)[0x7fa8c6fe88d0] emacs[0x4a9fd8] ... [1] 28911 segmentation fault emacs -nw
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub (https://github.com/syl20bnr/spacemacs/issues/7572#issuecomment-272074613), or mute the thread (https://github.com/notifications/unsubscribe-auth/AAbiqxnoLrj9yBAXJSIhM2kLCrXu9AMVks5rRa72gaJpZM4KiU1N).
Possibly related (?): https://github.com/emacs-helm/helm/issues/969 - helm-autoresize-mode crash emacs in terminal
+1
In case it helps others, disabling line number fix the issue for now. It's still an issue of course, but it's a pretty decent workaround for now :)
I switched to ivy
and it works well.
This might be fixed by https://github.com/emacs-mirror/emacs/commit/8275687bb908174b84021ee15ecd959733cecb9d, see #8197.
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!
Update: This just happens when I use spacemacs in the console. With the GUI it works as expected.
Update #2: It doesn't happen to me if the line numbers are disabled.
Description :octocat:
Sometimes I get segmentations faults (and Spacemacs exits) when I try to use helm.
Example:
I have a friend using it as well and it seems that it just happens to us on the console, not on the GUI. I always use spacemacs from my console so it's a big problem.
Reproduction guide :beetle:
helm
for fileIf the previous steps didn't work keep repeating 2, 3 & 4 until it happens.
I think that the problem could be related
helm
because it happened to me some times without using C-f, just with a SPC SPC.Observed behaviour: :eyes: :broken_heart:
Spacemacs exits and I see the following on the console:
Also, I need to
reset
the console if I want to keep using it because when I press the keys I get weird characters.Expected behaviour: :heart: :smile:
Not a seg fault :) Just keep using Spacemacs.
System Info :computer:
cc: @csaura