help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fatal error 11: Segmentation Fault


From: Eli Zaretskii
Subject: Re: Fatal error 11: Segmentation Fault
Date: Wed, 03 Apr 2019 10:08:43 +0300

> From: Emanuel Berg <moasenwood@zoho.eu>
> Date: Wed, 03 Apr 2019 08:47:12 +0200
> 
> Move (package-initialize) from ~/.emacs [1] to
> elpa.el [2] then byte-compile [3] with 'emake',
> which is
> 
>     make $@ -s -C ~/.emacs.d/emacs-init # [4]

What does this do, exactly?

>     $ emacs --debug-init # works, but try again...
> 
>     $ emacs --debug-init # Fatal error 11: Segmentation fault

What happens if you invoke Emacs in the same way the 3rd, 4th,
etc. time?  Does it crash on every invocation except the first, or on
every second invocation, or something else?

> reset (package-initialize) from elpa.el to
> .emacs, do 'emake', and
> 
>     $ emacs # works
>     $ emacs # works

It is possible that some of your customizations write something to the
disk, and that triggers the problem the next time.

If you want to help us find the culprit, run Emacs under GDB (install
Emacs with symbols if needed), and file a bug report with the C
backtrace, using "M-x report-emacs-bug RET".  Continuing the
discussion here is unlikely to find the reason for the crashes.

Another alternative is to upgrade to Emacs 26, perhaps this problem
was already solved during development after Emacs 25.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]