GNU bug report logs - #18161
24.3.92; Crash in do_switch_frame

Previous Next

Package: emacs;

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

Date: Thu, 31 Jul 2014 22:07:01 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


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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Mat Smiglarski <penthief <at> SDF.ORG>
Cc: dmantipov <at> yandex.ru, 18161 <at> debbugs.gnu.org
Subject: Re: bug#18161: 24.3.92; Crash in do_switch_frame
Date: Sat, 02 Aug 2014 22:08:51 +0300
> Date: Sat, 02 Aug 2014 20:00:16 +0100
> From: Mat Smiglarski <penthief <at> SDF.ORG>
> Cc: Dmitry Antipov <dmantipov <at> yandex.ru>, 18161 <at> debbugs.gnu.org
> 
> $ emacs -Q
> 
> 2. Type the following into the scratch buffer:
> 
> (defvar crash-frame-list nil)
> 
> (defun debug-hook-post-command ()
>    (dolist (frame crash-frame-list)
>      (print (frame-parameters frame) #'external-debugging-output)))
> 
> (defun debug-hook-window-configuration-change ()
>    (push (selected-frame) crash-frame-list))
> 
> (add-hook 'post-command-hook 'debug-hook-post-command)
> (add-hook 'window-configuration-change-hook 
> 'debug-hook-window-configuration-change)
> 
> (make-frame '((left . unbound-symbol)))
> 
> 3. M-x eval-buffer
> 
> A segfault now occurs with the following trace

I still see no crash, only an error message about wrong-type-argument.




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

Previous Next


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