GNU bug report logs - #17962
24.4.50; emacs_backtrace.txt

Previous Next

Package: emacs;

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

Date: Sun, 6 Jul 2014 23:32:02 UTC

Severity: normal

Tags: moreinfo

Found in version 24.4.50

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 17962 in the body.
You can then email your comments to 17962 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#17962; Package emacs. (Sun, 06 Jul 2014 23:32: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. (Sun, 06 Jul 2014 23:32: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.4.50; emacs_backtrace.txt
Date: Sun, 6 Jul 2014 16:30:29 -0700 (PDT)
Exception 0xc0000005 at this address:
0105edbd

Backtrace:
01201baf
01201c20
010f4223
01118a2e
01118a09
01118a62
010011e6
764502ff
774374fb
773f9f41

At the time, I was in the debugger, and I hit d when the sexp to be
evaluated was (erase-buffer).  Dunno whether that helps.


In GNU Emacs 24.4.50.1 (i686-pc-mingw32)
 of 2014-06-28 on ODIEONE
Bzr revision: 117431 rgm <at> gnu.org-20140628015517-eku6hj8mpgcvfnso
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/Devel/emacs/snapshot/trunk
 --enable-checking=yes,glyphs 'CFLAGS=-O0 -g3'
 LDFLAGS=-Lc:/Devel/emacs/lib 'CPPFLAGS=-DGC_MCHECK=1
 -Ic:/Devel/emacs/include''




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17962; Package emacs. (Sun, 06 Jul 2014 23:45:02 GMT) Full text and rfc822 format available.

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

From: Drew Adams <drew.adams <at> oracle.com>
To: 17962 <at> debbugs.gnu.org
Subject: RE: bug#17962: 24.4.50; emacs_backtrace.txt
Date: Sun, 6 Jul 2014 16:44:04 -0700 (PDT)
[Message part 1 (text/plain, inline)]
It seems to be systematic, but there is far too much to constitute a
recipe.  This time I was able to take a screenshot of *Backtrace*
(attached), just in case it helps. I guess the `erase-buffer' returned
before the crash.  Anyway, the last thing I did before the crash was
hit `d' to evaluate the (erase-buffer).
[throw-emacs-bug-17962.png (image/png, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17962; Package emacs. (Sat, 12 Jul 2014 10:31:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 17962 <at> debbugs.gnu.org
Subject: Re: bug#17962: 24.4.50; emacs_backtrace.txt
Date: Sat, 12 Jul 2014 13:30:20 +0300
> Date: Sun, 6 Jul 2014 16:30:29 -0700 (PDT)
> From: Drew Adams <drew.adams <at> oracle.com>
> 
> Exception 0xc0000005 at this address:
> 0105edbd
> 
> Backtrace:
> 01201baf
> 01201c20
> 010f4223
> 01118a2e
> 01118a09
> 01118a62
> 010011e6
> 764502ff
> 774374fb
> 773f9f41
> 
> At the time, I was in the debugger, and I hit d when the sexp to be
> evaluated was (erase-buffer).  Dunno whether that helps.

This happens in display_line in the line marked below:

	  row->truncated_on_right_p = 1;
	  it->continuation_lines_width = 0;
	  reseat_at_next_visible_line_start (it, 0);
	  row->ends_at_zv_p = FETCH_BYTE (IT_BYTEPOS (*it) - 1) != '\n'; <<<<<<
	  break;
	}

A SIGSEGV there doesn't make much sense, but I added something in
emacs-24 revision 117374 to plumb the only possibility I could think
of.




bug closed, send any further explanations to 17962 <at> debbugs.gnu.org and Drew Adams <drew.adams <at> oracle.com> Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 10 Sep 2015 16:28: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, 09 Oct 2015 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 227 days ago.

Previous Next


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