[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.
- Fatal error 11: Segmentation Fault, Emanuel Berg, 2019/04/01
- Re: Fatal error 11: Segmentation Fault, Emanuel Berg, 2019/04/01
- RE: Fatal error 11: Segmentation Fault, Drew Adams, 2019/04/01
- Re: Fatal error 11: Segmentation Fault, Emanuel Berg, 2019/04/02
- RE: Fatal error 11: Segmentation Fault, Drew Adams, 2019/04/02
- Re: Fatal error 11: Segmentation Fault, Emanuel Berg, 2019/04/02
- RE: Fatal error 11: Segmentation Fault, Drew Adams, 2019/04/02
- Re: Fatal error 11: Segmentation Fault, Emanuel Berg, 2019/04/03
- Re: Fatal error 11: Segmentation Fault, Emanuel Berg, 2019/04/03
- Re: Fatal error 11: Segmentation Fault,
Eli Zaretskii <=
- Re: Fatal error 11: Segmentation Fault, Emanuel Berg, 2019/04/03
- Re: Fatal error 11: Segmentation Fault, tomas, 2019/04/03
- Using 'git bisect' to pinpoint errors in .emacs. Was: Fatal error 11: Segmentation Fault, Vegard Vesterheim, 2019/04/03
- Re: Using 'git bisect' to pinpoint errors in .emacs. Was: Fatal error 11: Segmentation Fault, Eli Zaretskii, 2019/04/03
- Re: Using 'git bisect' to pinpoint errors in .emacs. Was: Fatal error 11: Segmentation Fault, Vegard Vesterheim, 2019/04/03
- Re: Using 'git bisect' to pinpoint errors in .emacs. Was: Fatal error 11: Segmentation Fault, Emanuel Berg, 2019/04/03
- Re: Using 'git bisect' to pinpoint errors in .emacs. Was: Fatal error 11: Segmentation Fault, Skip Montanaro, 2019/04/03
- Re: Using 'git bisect' to pinpoint errors in .emacs. Was: Fatal error 11: Segmentation Fault, Eli Zaretskii, 2019/04/03
- Re: Using 'git bisect' to pinpoint errors in .emacs. Was: Fatal error 11: Segmentation Fault, Emanuel Berg, 2019/04/03
- Re: Using 'git bisect' to pinpoint errors in .emacs. Was: Fatal error 11: Segmentation Fault, Eli Zaretskii, 2019/04/03