GNU bug report logs - #15364
24.3; git emacs segfault on loading local wubi phrases

Previous Next

Package: emacs;

Reported by: Eric Abrahamsen <eric <at> ericabrahamsen.net>

Date: Fri, 13 Sep 2013 07:36:01 UTC

Severity: normal

Found in version 24.3

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

Bug is archived. No further changes may be made.

Full log


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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Cc: 15364 <at> debbugs.gnu.org
Subject: Re: bug#15364: 24.3; git emacs segfault on loading local wubi phrases
Date: Fri, 13 Sep 2013 12:43:21 +0300
> From: Eric Abrahamsen <eric <at> ericabrahamsen.net>
> Cc: 15364 <at> debbugs.gnu.org
> Date: Fri, 13 Sep 2013 17:22:11 +0800
> 
> It seems the problem is more complicated. You're supposed to put your
> custom phrases in a plain text file, one phrase per line, which file is
> pointed to by the variable wubi-phrases-file. When
> `wubi-load-local-phrases' is called, it turns that text file into an .el
> file, the name of which is pointed to by wubi-phrases-file-el. So far as
> I can tell, emacs segfaults when these two files have the same name, ie:
> 
> (setq wubi-phrases-file "~/.emacs.d/my-wubi-phrases.txt")
> (setq wubi-phrases-file-el "~/.emacs.d/my-wubi-phrases.el")

But the name is not the same: the extensions of the files are
different.  So I don't think it's unreasonable to expect this to work.

> I moved "my-wubi-phrases.el" to "my-wubi-phrases-short.el", to start
> testing if a shorter file would prevent the crash, only to find that all
> it took was re-naming the file to allow it to load safely.
> 
> So now it seems highly likely that the crash I thought I was
> experiencing isn't at all the one I'm actually experiencing. I'll
> happily do whatever's necessary, but I have the sense I'm barking up the
> wrong tree.

It would help if you report the steps necessary to reproduce the
problem, starting with "emacs -Q".  If that requires a non-empty
phrase file, please post a minimal file that can be used to reproduce
the crash.

Thanks for the other info.




This bug report was last modified 5 years and 360 days ago.

Previous Next


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