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 #35 received at 24692 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Drew Adams <drew.adams <at> oracle.com>, 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 20:16:08 +0200
>> 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))

Then put a message reporting ‘max-win-height’ in here.

>>           (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.

martin





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.