This  init.el file is sufficient (and minimal) for me to reproduce the
crash on Emacs startup 100% of the time.  Removing any line avoids the
crash (though I didn't bother trying to remove the require lines).

(require 'package)
(package-initialize)
;; Helm configuration
(require 'helm-config)
(helm-mode 1)
;; Helm configuration ends

Reply via email to