Can you reproduce the crash with those file loads commented out?  In
that case we could ignore them.

Yes, we can ignore these included files. The crash is still here without them.

Do you get a crash only when both of those statements are uncommented,
or is it either one?  Does M-x list-load-path-shadows RET give you any
hits in ~/.emacs.d/lisp?

Well, that's funny, both these lines independently cause the crash.

This configuration crashes:

(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)     
;(add-to-list 'load-path "~/.emacs.d/lisp/")   


This config also crashes:

;(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)     
(add-to-list 'load-path "~/.emacs.d/lisp/")  




On Fri, Feb 2, 2018 at 3:42 AM, Noam Postavsky <npostavs@users.sourceforge.net> wrote:
Ihar Suvorau <ihar.suvorau@gmail.com> writes:

> The rest of the init.el -- sure. Except init.el I have other files
> which are included at the bottom.

Can you reproduce the crash with those file loads commented out?  In
that case we could ignore them.

> ;(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t)      <-------------- commented out because of crashes
> ;(add-to-list 'load-path "~/.emacs.d/lisp/")                                                 <-------------- commented out because of crashes

Do you get a crash only when both of those statements are uncommented,
or is it either one?  Does M-x list-load-path-shadows RET give you any
hits in ~/.emacs.d/lisp?