Questions tagged [crash]
33 questions
3
votes
1 answer
Emacs Segmentation fault
Since 1 month ago, I have been experiencing this issue. I already tried to launch emacs with emacs --with-x-toolkit=lucid But the problem persists, anyone experiencing the same issue?
Fatal error 11: Segmentation fault Backtrace:…

user3347359
- 327
- 3
- 7
0
votes
0 answers
Shell: Crash Emacs
Windows 10, Emacs 25.1
M-x shell
Start some long process that print to shell console many information.
But sometime (I don't why) the Emacs is crash.
Here screenshots:
When I press Yes then show another window:
Questions:
Why Emacs was…

user8542613
- 663
- 6
- 16
0
votes
1 answer
Hanging my emacs with a while loop. How to recover?
The following loop hangs my emacs (even when called with -q) to the point that I have to force quit it.
(let ((buffs (buffer-list)))
(while buffs
(delq (car buffs) buffs)
(print (cadr buffs))))
I don't understand why this should happen,…

Daniel
- 3,653
- 18
- 42