GNU bug report logs - #14986
Latest Emacs trunk crashes when changing Ispell dictionary

Previous Next

Package: emacs;

Reported by: "Sebastien Vauban" <sva-news <at> mygooglest.com>

Date: Tue, 30 Jul 2013 15:05:02 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 14986 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Sebastien Vauban <sva-news <at> mygooglest.com>
Cc: 14986 <at> debbugs.gnu.org
Subject: Re: bug#14986: Latest Emacs trunk crashes when changing Ispell
 dictionary
Date: Tue, 30 Jul 2013 19:12:50 +0300
> From: "Sebastien Vauban" <sva-news <at> mygooglest.com>
> Date: Tue, 30 Jul 2013 17:00:13 +0200
> 
> When using the following code on any buffer (email, document, etc.):
> 
> --8<---------------cut here---------------start------------->8---
>   (defun my/flyspell-toggle-dictionary ()
>     "Change the dictionary."
>     (interactive)
>     (let ((dict (or ispell-local-dictionary
>                     ispell-dictionary)))
>       (setq dict (if (string= dict "francais") "american" "francais"))
>       (message "Switched to %S" dict)
>       (sit-for 0.5)
>       (ispell-change-dictionary dict)
>       (when flyspell-mode
>         (flyspell-buffer))))
> --8<---------------cut here---------------end--------------->8---
> 
> I've had multiple crashes (3 or 4, over 2 days) with the latest Emacs trunk.
> 
> The crash happens at the exact time of calling the above code (through a key
> binding).

Any chance of getting a backtrace from GDB?




This bug report was last modified 12 years and 17 days ago.

Previous Next


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