* bug#16269: 24.3; emacs_backtrace.txt
@ 2013-12-27 23:19 Drew Adams
2013-12-28 0:02 ` Juanma Barranquero
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Drew Adams @ 2013-12-27 23:19 UTC (permalink / raw)
To: 16269
(Sending this from another Emacs version, because of bug #16252. But the
version indicated below is the version that crashed.)
(Some of these addresses, at the end, are the same as those of the backtrace from bug #16234, FWIW.)
Exception 0xc0000005 at this address:
01028023
Backtrace:
011fafab
011fb01c
010efb22
011140f8
011140d3
0111412c
010011e6
7501fff7
774074fb
773c9f41
In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
of 2013-12-24 on ODIEONE
Bzr revision: 115738 cyd@gnu.org-20131225030511-ru56hhc243pxja04
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --prefix=/c/Devel/emacs/binary --enable-checking=yes,glyphs
'CFLAGS=-O0 -g3' LDFLAGS=-Lc:/Devel/emacs/lib
CPPFLAGS=-Ic:/Devel/emacs/include'
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#16269: 24.3; emacs_backtrace.txt
2013-12-27 23:19 bug#16269: 24.3; emacs_backtrace.txt Drew Adams
@ 2013-12-28 0:02 ` Juanma Barranquero
2013-12-28 8:29 ` Eli Zaretskii
2013-12-28 8:27 ` Eli Zaretskii
2015-09-10 16:59 ` bug#16269: Glenn Morris
2 siblings, 1 reply; 6+ messages in thread
From: Juanma Barranquero @ 2013-12-28 0:02 UTC (permalink / raw)
To: Drew Adams; +Cc: 16269
??
??:0
init_iterator at xdisp.c:2924
??
??:0
??
??:0
w32_backtrace at w32fns.c:8375
emacs_abort at w32fns.c:8407
terminate_due_to_signal at emacs.c:378
handle_fatal_signal at sysdep.c:1628
deliver_thread_signal at sysdep.c:1602
deliver_fatal_thread_signal at sysdep.c:1640
?? at crt1.c:0
??
??:0
??
??:0
??
??:0
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#16269: 24.3; emacs_backtrace.txt
2013-12-27 23:19 bug#16269: 24.3; emacs_backtrace.txt Drew Adams
2013-12-28 0:02 ` Juanma Barranquero
@ 2013-12-28 8:27 ` Eli Zaretskii
2015-09-10 16:59 ` bug#16269: Glenn Morris
2 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2013-12-28 8:27 UTC (permalink / raw)
To: Drew Adams; +Cc: 16269
> Date: Fri, 27 Dec 2013 15:19:09 -0800 (PST)
> From: Drew Adams <drew.adams@oracle.com>
>
>
> (Some of these addresses, at the end, are the same as those of the backtrace from bug #16234, FWIW.)
That's not relevant, because those addresses just show the handling of
a fatal exception, not what caused it.
This wasn't in "emacs -Q", was it? Can you try to describe what
were you doing at the time of the crash?
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#16269: 24.3; emacs_backtrace.txt
2013-12-28 0:02 ` Juanma Barranquero
@ 2013-12-28 8:29 ` Eli Zaretskii
0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2013-12-28 8:29 UTC (permalink / raw)
To: Juanma Barranquero; +Cc: 16269
> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Sat, 28 Dec 2013 01:02:31 +0100
> Cc: 16269@debbugs.gnu.org
>
> init_iterator at xdisp.c:2924
This is here:
if (face->box != FACE_NO_BOX) <<<<<<<<<<<<<<<<<<<<<<
it->start_of_box_run_p = true;
So I guess the face == NULL bug hits again, for some reason.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#16269: 24.3; emacs_backtrace.txt
[not found] ` <<8338ld4byv.fsf@gnu.org>
@ 2013-12-28 15:50 ` Drew Adams
0 siblings, 0 replies; 6+ messages in thread
From: Drew Adams @ 2013-12-28 15:50 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 16269
> This wasn't in "emacs -Q", was it?
No, I don't think so.
> Can you try to describe what were you doing at the time of the crash?
Sorry, no, I don't remember now.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#16269:
2013-12-27 23:19 bug#16269: 24.3; emacs_backtrace.txt Drew Adams
2013-12-28 0:02 ` Juanma Barranquero
2013-12-28 8:27 ` Eli Zaretskii
@ 2015-09-10 16:59 ` Glenn Morris
2 siblings, 0 replies; 6+ messages in thread
From: Glenn Morris @ 2015-09-10 16:59 UTC (permalink / raw)
To: 16269-done
Nothing can be done with this information.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-09-10 16:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-27 23:19 bug#16269: 24.3; emacs_backtrace.txt Drew Adams
2013-12-28 0:02 ` Juanma Barranquero
2013-12-28 8:29 ` Eli Zaretskii
2013-12-28 8:27 ` Eli Zaretskii
2015-09-10 16:59 ` bug#16269: Glenn Morris
[not found] <<85771622-98ce-46a7-82e6-99c97d2a626e@default>
[not found] ` <<8338ld4byv.fsf@gnu.org>
2013-12-28 15:50 ` bug#16269: 24.3; emacs_backtrace.txt Drew Adams
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).