GNU bug report logs - #24692
25.1; simple, reproducible Emacs 25.1 crash on MS Windows

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Fri, 14 Oct 2016 16:40:02 UTC

Severity: normal

Tags: unreproducible

Merged with 23935

Found in versions 25.1, 25.1.50

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

Full log


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

From: Drew Adams <drew.adams <at> oracle.com>
To: martin rudalics <rudalics <at> gmx.at>, 24692 <at> debbugs.gnu.org
Subject: RE: bug#24692: 25.1; simple, reproducible Emacs 25.1 crash on MS
 Windows
Date: Fri, 14 Oct 2016 11:10:30 -0700 (PDT)
> A simple recipe would be to run
> 
> (defun foo ()
>    ""
>    (interactive)
>    (let ((max-win-width  0)
>          (max-win-height 1))
>      (save-excursion
>        (goto-char (point-min))
>        (while (not (eobp))
>          (end-of-line)
>          (setq max-win-width  (max (current-column) max-win-width))
>          (when (zerop (forward-line 1))
>            (setq max-win-height  (1+ max-win-height)))))
>      (cons max-win-width max-win-height)))
> 
> on simple.el.  Does that crash?

Yes.

With emacs -Q, I visit simple.el and M-x foo crashes.




This bug report was last modified 8 years and 216 days ago.

Previous Next


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