GNU bug report logs - #48433
28.0.50; Emacs Core Dump when trying to visit file

Previous Next

Package: emacs;

Reported by: sebastien <at> weblogism.com

Date: Sat, 15 May 2021 09:29:02 UTC

Severity: normal

Found in version 28.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Sébastien Le Callonnec <sebastien <at> weblogism.com>
Cc: acm <at> muc.de, 48433 <at> debbugs.gnu.org
Subject: bug#48433: 28.0.50; Emacs Core Dump when trying to visit file
Date: Sat, 15 May 2021 14:36:17 +0300
> Cc: 48433 <at> debbugs.gnu.org, acm <at> muc.de
> From: Sébastien Le Callonnec <sebastien <at> weblogism.com>
> Date: Sat, 15 May 2021 12:23:39 +0100
> 
> To reproduce, create `init-ido.el`:
> 
> ```
> (require 'package)
> (add-to-list 'package-archives
>              '("melpa" . "https://melpa.org/packages/") t)
> (package-install 'powerline)
> (require 'powerline)
> (powerline-default-theme)
> (require 'ido)
> (ido-mode t)
> (ido-everywhere t)
> ```
> 
> Run
> 
> ```
> emacs -Q --load init-ido.el
> 
> ```
> 
> Once emacs is loaded, visit file (`C-x C-f`)

Thanks, but this doesn't reproduce the crash for me.  (I didn't
actually install powerline from MELPA, but instead downloaded the
files and added the directory to load-path.)




This bug report was last modified 4 years and 2 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.