From: Drew Adams <drew.adams@oracle.com>
To: 15931@debbugs.gnu.org
Subject: bug#15931: 24.3.50; emacs_backtrace.txt
Date: Tue, 19 Nov 2013 16:50:34 -0800 (PST) [thread overview]
Message-ID: <6148cdba-2dcc-4cce-94e4-422da323dc89@default> (raw)
In-Reply-To: <e65bac53-a880-470d-82b3-3d09a4f0f306@default>
I've been getting the last part of this, after the ...
quite often now.
The last time, at least, was using C-g in the minibuffer.
This is the command that C-g is bound to there, but it ends by
doing just `abort-recursive-edit'. I suspect that is where the
crash occurs, since I'm not aware of changes that would affect
the rest of it.
(defun icicle-abort-recursive-edit ()
(interactive)
(if (and mark-active
(boundp 'delete-selection-mode)
delete-selection-mode
(eq (selected-window) (minibuffer-window))
(active-minibuffer-window))
(deactivate-mark)
(if (not (active-minibuffer-window))
(when (get-buffer "*Completions*")
(kill-buffer (get-buffer "*Completions*")))
(when (and (boundp '1on1-fit-minibuffer-frame-flag)
1on1-fit-minibuffer-frame-flag
(require 'fit-frame nil t))
(1on1-fit-minibuffer-frame 'RESET))
(icicle-remove-Completions-window 'FORCE))
(abort-recursive-edit)))
> This might be similar to the last one - the first part seems the
> same,
> at least.
>
>
> Backtrace:
> 0x011ecaa7
> 0x011ecb19
> 0x010e18c4
> 0x0115473f
> 0x01119674
> 0x01136b8b
> 0x0112e069
> 0x01160671
> 0x011727ec
> 0x011b2b6f
> 0x01173392
> 0x01172a28
> 0x01171d90
> 0x01172197
> 0x01171e07
> 0x011726dc
> 0x011b2b6f
> 0x01172fce
> 0x01172a28
> 0x01171d90
> 0x01172197
> 0x01171e07
> 0x011190fa
> 0x0111816b
> 0x011271e9
> 0x011728c0
> 0x011b2b6f
> 0x01172fce
> 0x01172a28
> 0x011b2b6f
> 0x01172fce
> 0x01172a28
> 0x011b2b6f
> 0x01172fce
> 0x01172a28
> 0x0117197c
> 0x01172282
> 0x0116a666
> 0x01172841
> 0x011b2b6f
> 0x01172fce
> 0x01172a28
> 0x011b2b6f
> 0x01172fce
> 0x01172a28
> 0x01171d4d
> 0x01172282
> 0x0116a666
> 0x01172841
> 0x011b2b6f
> 0x01172fce
> 0x01172a28
> 0x011722d7
> 0x010e5a64
> 0x0116f6e8
> 0x010e50b8
> 0x0116ec95
> 0x010e5070
> 0x010e4808
> 0x010e49c4
> 0x010e2c2f
> 0x010010b5
> ...
>
> Backtrace:
> 0x011ecaa7
> 0x011ecb19
> 0x010e18c4
> 0x01105320
> 0x011052fb
> 0x01105354
> 0x010011e2
> 0x768cfff7
> 0x776374fb
> 0x775f9f41
>
>
>
>
> In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
> of 2013-11-12 on LEG570
> Windowing system distributor `Microsoft Corp.', version 6.1.7601
> Configured using:
> `configure --enable-checking 'CFLAGS=-O0 -g3' CPPFLAGS=-
> DGLYPH_DEBUG=1'
next prev parent reply other threads:[~2013-11-20 0:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-19 23:20 bug#15931: 24.3.50; emacs_backtrace.txt Drew Adams
2013-11-20 0:50 ` Drew Adams [this message]
2013-11-20 18:18 ` Eli Zaretskii
2013-11-20 18:26 ` Eli Zaretskii
[not found] <<e65bac53-a880-470d-82b3-3d09a4f0f306@default>
[not found] ` <<6148cdba-2dcc-4cce-94e4-422da323dc89@default>
[not found] ` <<8361rney2t.fsf@gnu.org>
2013-11-20 18:22 ` Drew Adams
2013-11-20 18:28 ` Eli Zaretskii
[not found] <<bcd4832d-3d52-45d4-a3ef-e6d03d58edb4@default>
[not found] ` <<831u2bexly.fsf@gnu.org>
2013-11-20 18:30 ` Drew Adams
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=6148cdba-2dcc-4cce-94e4-422da323dc89@default \
--to=drew.adams@oracle.com \
--cc=15931@debbugs.gnu.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.