GNU bug report logs - #26961
26.0.50; Possible timming issue in regex-tests.el

Previous Next

Package: emacs;

Reported by: Tino Calancha <tino.calancha <at> gmail.com>

Date: Wed, 17 May 2017 10:21:02 UTC

Severity: normal

Found in version 26.0.50

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

Bug is archived. No further changes may be made.

Full log


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

From: Tino Calancha <tino.calancha <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 26961 <at> debbugs.gnu.org, schwab <at> suse.de,
 Tino Calancha <tino.calancha <at> gmail.com>
Subject: Re: bug#26961: 26.0.50; Possible timming issue in regex-tests.el
Date: Sat, 20 May 2017 20:20:39 +0900 (JST)

On Sat, 20 May 2017, Eli Zaretskii wrote:

> Does the problem go away if you replace each AUTO_STRING in
> load_warn_unescaped_character_literals with build_string?  IOW,
> instead of this:
>
>  AUTO_STRING (separator, ", ");
>
> use this:
>
>  Lisp_Object separator = build_string (", ");
>
> and similarly for all the other strings used in the CALLN call in
> load_warn_unescaped_character_literals.
Yes, that change fixes the problem.  No crashes anymore.




This bug report was last modified 8 years and 1 day ago.

Previous Next


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