[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using 'git bisect' to pinpoint errors in .emacs. Was: Fatal error 11
From: |
Emanuel Berg |
Subject: |
Re: Using 'git bisect' to pinpoint errors in .emacs. Was: Fatal error 11: Segmentation Fault |
Date: |
Wed, 03 Apr 2019 16:48:54 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Eli Zaretskii wrote:
> FWIW, IME bisection is only helpful when you
> cannot reproduce the issue at will or easily
> enough. If reproduction is easy, it is much
> more useful to debug the failure than to find
> the change which is to blame, because finding
> that change in most cases still doesn't tell
> you how to fix the problem, certainly not
> with a segfault.
Good point, but still, let's think about
the change.
`package-initialize' is key #1. If it is done
before the packs are refered to (?) or used, it
works once, then crashes.
If package-initialize is used first thing, it
always works.
The byte-compiler is key #2. One can always
remedy the situation by byte-compiling
everything again ... but how come?
--
underground experts united
http://user.it.uu.se/~embe8573
- Re: Fatal error 11: Segmentation Fault, (continued)
- 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, 2019/04/03
- 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 <=
- 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
- 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, Emanuel Berg, 2019/04/03
- Re: Using 'git bisect' to pinpoint errors in .emacs. Was: Fatal error 11: Segmentation Fault, Vegard Vesterheim, 2019/04/04
- Re: Fatal error 11: Segmentation Fault, Emanuel Berg, 2019/04/03
- Re: Fatal error 11: Segmentation Fault, tomas, 2019/04/03
- RE: Fatal error 11: Segmentation Fault, Drew Adams, 2019/04/03