all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Mat Smiglarski <penthief@SDF.ORG>
Cc: dmantipov@yandex.ru, 18161@debbugs.gnu.org
Subject: bug#18161: 24.3.92; Crash in do_switch_frame
Date: Sat, 02 Aug 2014 22:08:51 +0300	[thread overview]
Message-ID: <83egwyr9oc.fsf@gnu.org> (raw)
In-Reply-To: <671ccde53445ec2560fd5e466354cef5@SDF.ORG>

> Date: Sat, 02 Aug 2014 20:00:16 +0100
> From: Mat Smiglarski <penthief@SDF.ORG>
> Cc: Dmitry Antipov <dmantipov@yandex.ru>, 18161@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.





  reply	other threads:[~2014-08-02 19:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-31 21:49 bug#18161: 24.3.92; Crash in do_switch_frame Mat Smiglarski
2014-07-31 23:05 ` Mat Smiglarski
2014-08-01  5:23 ` Dmitry Antipov
2014-08-02 15:05   ` Mat Smiglarski
2014-08-02 17:22     ` Dmitry Antipov
2014-08-02 17:40       ` Mat Smiglarski
2014-08-02 19:00         ` Mat Smiglarski
2014-08-02 19:08           ` Eli Zaretskii [this message]
2014-08-03  7:22             ` Dmitry Antipov
2014-08-03  9:08               ` martin rudalics
2014-08-03  9:34                 ` martin rudalics
2014-08-03 20:34                 ` Glenn Morris
2014-08-04 17:22                   ` martin rudalics
2014-08-02 19:02         ` Eli Zaretskii
2014-08-02 19:19     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83egwyr9oc.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=18161@debbugs.gnu.org \
    --cc=dmantipov@yandex.ru \
    --cc=penthief@SDF.ORG \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.