GNU bug report logs -
#15931
24.3.50; emacs_backtrace.txt
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15931 in the body.
You can then email your comments to 15931 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15931
; Package
emacs
.
(Tue, 19 Nov 2013 23:22:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Drew Adams <drew.adams <at> oracle.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Tue, 19 Nov 2013 23:22:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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'
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15931
; Package
emacs
.
(Wed, 20 Nov 2013 00:51:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 15931 <at> debbugs.gnu.org (full text, mbox):
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'
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15931
; Package
emacs
.
(Wed, 20 Nov 2013 18:19:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 15931 <at> debbugs.gnu.org (full text, mbox):
> Date: Tue, 19 Nov 2013 16:50:34 -0800 (PST)
> From: Drew Adams <drew.adams <at> oracle.com>
>
> 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.
Thanks, but I cannot try this because this function calls a few others
that you didn't show.
Could you please prepare a self-contained recipe that could be used to
reproduce the problem? Also, does one need to configure the session
in some special way for this to happen, e.g., open more than one frame
etc.? Or should this work from "emacs -Q"?
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15931
; Package
emacs
.
(Wed, 20 Nov 2013 18:23:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 15931 <at> debbugs.gnu.org (full text, mbox):
> > 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.
>
> Thanks, but I cannot try this because this function calls a few
> others that you didn't show.
>
> Could you please prepare a self-contained recipe that could be used
> to reproduce the problem? Also, does one need to configure the session
> in some special way for this to happen, e.g., open more than one
> frame etc.? Or should this work from "emacs -Q"?
I do not have a recipe to reproduce the crash. If the extra info
I gave, besides the backtrace, does not help, please ignore it.
I was hoping that mentioning `abort-recursive-edit' might help.
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Wed, 20 Nov 2013 18:27:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Drew Adams <drew.adams <at> oracle.com>
:
bug acknowledged by developer.
(Wed, 20 Nov 2013 18:27:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 15931-done <at> debbugs.gnu.org (full text, mbox):
> Date: Tue, 19 Nov 2013 15:20:47 -0800 (PST)
> From: Drew Adams <drew.adams <at> oracle.com>
>
>
> This might be similar to the last one - the first part seems the same,
> at least.
Another duplicate of 15841.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15931
; Package
emacs
.
(Wed, 20 Nov 2013 18:30:03 GMT)
Full text and
rfc822 format available.
Message #22 received at 15931 <at> debbugs.gnu.org (full text, mbox):
> Date: Wed, 20 Nov 2013 10:22:25 -0800 (PST)
> From: Drew Adams <drew.adams <at> oracle.com>
> Cc: 15931 <at> debbugs.gnu.org
>
> I do not have a recipe to reproduce the crash. If the extra info
> I gave, besides the backtrace, does not help, please ignore it.
It helped: as you saw, I identified this as a problem already solved
on the trunk.
So we can close this issue.
(It took time for me to download the binary to symify the backtrace,
which is why I sent the request before I saw the detailed data.
Sorry.)
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#15931
; Package
emacs
.
(Wed, 20 Nov 2013 18:31:02 GMT)
Full text and
rfc822 format available.
Message #25 received at 15931 <at> debbugs.gnu.org (full text, mbox):
> > I do not have a recipe to reproduce the crash. If the extra info
> > I gave, besides the backtrace, does not help, please ignore it.
>
> It helped: as you saw, I identified this as a problem already solved
> on the trunk.
>
> So we can close this issue.
>
> (It took time for me to download the binary to symify the backtrace,
> which is why I sent the request before I saw the detailed data.
> Sorry.)
Great. Thanks for fixing this.
Merged 15930 15931.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 20 Nov 2013 18:34:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 27 Dec 2013 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 years and 173 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.