GNU bug report logs - #18180
24.3.92; Segfault in mark_object

Previous Next

Package: emacs;

Reported by: Mat Smiglarski <penthief <at> SDF.ORG>

Date: Sun, 3 Aug 2014 15:05:02 UTC

Severity: normal

Found in version 24.3.92

Fixed in version 24.3.93

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Dmitry Antipov <dmantipov <at> yandex.ru>
To: Mat Smiglarski <penthief <at> SDF.ORG>
Cc: 18180 <at> debbugs.gnu.org
Subject: bug#18180: 24.3.92; Segfault in mark_object
Date: Mon, 04 Aug 2014 08:22:45 +0400
On 08/03/2014 07:03 PM, Mat Smiglarski wrote:

> 2. Call some code which kills and creates a frame between 2 and 25 times.

This doesn't look specific and useful. Do you create frame(s) with
some non-default parameters?  After making changes in frame-related
code, I usually do something like this:

(defun frame-test ()
  (interactive)
  (dotimes (i 10)
    (let ((frame-list nil))
      (dotimes (j 10)
	(setq frame-list (cons (make-frame) frame-list)))
      (mapcar #'delete-frame frame-list))))

Can you reproduce your crash with this?

Dmitry





This bug report was last modified 10 years and 282 days ago.

Previous Next


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