Questions tagged [crash]
The crash tag has no summary.
37 questions
0 votes
1 answer
187 views
How to fix crashing of WSL Emacs over X?
On a Windows machine I run the MobaXterm X server system. I use this to display Emacs running on a remote Linux machine. This works fine. I also use this X system to display Emacs running on a WSL ...
0 votes
0 answers
93 views
Yesterday, I set up SSH. Today, Emacs crashes on boot. How to fix?
Yesterday, I didn't change anything in Emacs. All that I did was set up SSH through ssh-add and ssh-keygen. Today, Emacs crashes moments after opening. I suspect the two are related. How can I debug ...
0 votes
1 answer
109 views
Emacs crashing - can't find emacs_backtrace.txt
I've recently made significant changes to my emacs configuration, and now it's crashing every now and then (maybe every week or so). The only thing that I noticed about it is that it happens when I ...
4 votes
1 answer
81 views
cannot `lossage-size` a large number
emacs-28.2; win 11 $ emacs -Q If I use most-positive-fixnum: (lossage-size most-positive-fixnum) Emacs will emit: Value must be >= 100 in the echo area. If I use a modest number: (lossage-size (/ ...
1 vote
1 answer
433 views
GTK segfault when using xwidgetson emacs27.2
Im trying to use emacs-27.2 with xwidgets support on a Ubuntu 20.04.4 LTS x86_64 machine.Im using a doom emacs config but every time i launch application that needs xwidgets support (i.e org-roam-ui ) ...
1 vote
0 answers
67 views
Emacs freezes on javascript mode if I enter a newline after a dot character
Cursor is on the dot, I press newline, emacs hangs. This happens often to me I kill emacs and restart it. I come to this situation to break long lines at function calls at dot character. situation('...
0 votes
1 answer
276 views
Emacs 27.1 daemon segfaulting when loading theme as emacsclient connects
Emacs 27.1 from: Homebrew/Linuxbrew, compiled from source, on either RHEL 6.10 or Ubuntu 16.04 Xenial. EVM, using pre-compiled Travis binaries on Ubuntu 16.04 Xenial. crashes for me with a ...
1 vote
1 answer
147 views
Emacs segfaults after I run M-x package-install
I'm a Emacs newbie. I've gone through the guided tutorial and I got excited by what Emacs promises. I want to learn Emacs and use it as my primary development editor, and specifically at the moment ...