Mikhail writes:
> emacs -Q .emacs and emacs -q .emacs also work.
This test hints to me that the error is in the .emacs file. Try removing
chunks of the .emacs file, testing crash and then restoring the
chunk. Repeat this tactic until you come across the suspect
chunk.
Start by removing this chun
On Wed, Nov 09, 2022 at 02:47:25PM -0800, Nam Nguyen wrote:
> Mikhail writes:
> > No crashes are observed when I run "emacs .emacs" outside of tmux. I
> > also have old laptop with latest current amd64 and I can't reproduce
> > crash there.
>
> Try moving .tmux.conf out of the way (or post your .t
Mikhail writes:
> then I also can do "emacs .emacs" without problem, but I suspect the
> crash has something with synatx coloring
xfaces.c in the backtrace looks suspicious to support this theory
(perhaps in combination with tmux?).
>
> ;;(require 'smex)
> with
> (require 'smex)
>
> there is als
I installed emacs on latest amd64 current and it crashes for me when I try to
edit .emacs file in home directory, particularly such commands crash it
reliably:
idea:~$ cd ~
idea:~$ emacs .emacs
Fatal error 11: Segmentation fault
Backtrace:
0x4a6aaba9317 at emacs
0x4a6aab8bab8 at emacs
0x4a6aabaa
On Sat, Feb 27 2021, YASUOKA Masahiko wrote:
> Hi,
>
> I'd like to add a patch to avoid crashes in Mew. When I am composing
> mail messages on Mew, emacs crashes frequently. The patch fixes this
> problem and come from the upstream.
>
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46791 is the
Hi,
I'd like to add a patch to avoid crashes in Mew. When I am composing
mail messages on Mew, emacs crashes frequently. The patch fixes this
problem and come from the upstream.
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=46791 is the bug
tracking page of the upstream.
ok?
Index: Makefile
=