GNU bug report logs - #16269
24.3; emacs_backtrace.txt

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Fri, 27 Dec 2013 23:20:01 UTC

Severity: normal

Tags: moreinfo

Found in version 24.3

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 16269 in the body.
You can then email your comments to 16269 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#16269; Package emacs. (Fri, 27 Dec 2013 23:20: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. (Fri, 27 Dec 2013 23:20:02 GMT) Full text and rfc822 format available.

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

From: Drew Adams <drew.adams <at> oracle.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3; emacs_backtrace.txt
Date: Fri, 27 Dec 2013 15:19:09 -0800 (PST)
(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 <at> 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'






Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#16269; Package emacs. (Sat, 28 Dec 2013 00:04:02 GMT) Full text and rfc822 format available.

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

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 16269 <at> debbugs.gnu.org
Subject: Re: bug#16269: 24.3; emacs_backtrace.txt
Date: Sat, 28 Dec 2013 01:02:31 +0100
??
??: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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#16269; Package emacs. (Sat, 28 Dec 2013 08:28:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 16269 <at> debbugs.gnu.org
Subject: Re: bug#16269: 24.3; emacs_backtrace.txt
Date: Sat, 28 Dec 2013 10:27:20 +0200
> Date: Fri, 27 Dec 2013 15:19:09 -0800 (PST)
> From: Drew Adams <drew.adams <at> 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?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#16269; Package emacs. (Sat, 28 Dec 2013 08:31:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: 16269 <at> debbugs.gnu.org, drew.adams <at> oracle.com
Subject: Re: bug#16269: 24.3; emacs_backtrace.txt
Date: Sat, 28 Dec 2013 10:29:53 +0200
> From: Juanma Barranquero <lekktu <at> gmail.com>
> Date: Sat, 28 Dec 2013 01:02:31 +0100
> Cc: 16269 <at> 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.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#16269; Package emacs. (Sat, 28 Dec 2013 15:51:01 GMT) Full text and rfc822 format available.

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

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 16269 <at> debbugs.gnu.org
Subject: RE: bug#16269: 24.3; emacs_backtrace.txt
Date: Sat, 28 Dec 2013 07:50:00 -0800 (PST)
> 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.




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Thu, 10 Sep 2015 17:00:05 GMT) Full text and rfc822 format available.

Notification sent to Drew Adams <drew.adams <at> oracle.com>:
bug acknowledged by developer. (Thu, 10 Sep 2015 17:00:07 GMT) Full text and rfc822 format available.

Message #22 received at 16269-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: <16269-done <at> debbugs.gnu.org>
Subject: Re: bug#16269
Date: Thu, 10 Sep 2015 12:59:01 -0400
Nothing can be done with this information.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 09 Oct 2015 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 260 days ago.

Previous Next


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