unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Drew Adams <drew.adams@oracle.com>
Cc: 17962@debbugs.gnu.org
Subject: bug#17962: 24.4.50; emacs_backtrace.txt
Date: Sat, 12 Jul 2014 13:30:20 +0300	[thread overview]
Message-ID: <83ion2amyr.fsf@gnu.org> (raw)
In-Reply-To: <d77a06e5-f8e3-4050-a3ea-6cd46f5affac@default>

> Date: Sun, 6 Jul 2014 16:30:29 -0700 (PDT)
> From: Drew Adams <drew.adams@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.





      parent reply	other threads:[~2014-07-12 10:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-06 23:30 bug#17962: 24.4.50; emacs_backtrace.txt Drew Adams
2014-07-06 23:44 ` Drew Adams
2014-07-12 10:30 ` Eli Zaretskii [this message]

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83ion2amyr.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=17962@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    /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 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).