all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: John Wiegley <jwiegley@gmail.com>
Cc: 9645@debbugs.gnu.org
Subject: bug#9645: 24.0.50; Assertion failure in Emacs 24 pretest
Date: Sat, 01 Oct 2011 10:29:37 +0300	[thread overview]
Message-ID: <83lit5cgpq.fsf@gnu.org> (raw)
In-Reply-To: <m262k974bw.fsf@gmail.com>

> From: John Wiegley <jwiegley@gmail.com>
> Date: Fri, 30 Sep 2011 22:56:03 -0500
> 
> I ran this command sequence in the Emacs 24 pretest, updated yesterday:
> 
>   M-x shell-command RET make-emacs& RET
> 
> And crashed with this backtrace:
> 
>     #0  0x00007fff8a4b50b6 in __kill ()
>     #1  0x00007fff8a5559f6 in abort ()
>     #2  0x0000000100036c01 in move_it_by_lines (it=0x7fff5fbf9680, dvpos=0) at /Users/johnw/.emacs.d/devel/src/xdisp.c:8688
>     #3  0x000000010008614e in Frecenter (arg=-4) at /Users/johnw/.emacs.d/devel/src/window.c:5130

I cannot reproduce this with either today's trunk or the pretest.
Maybe there's something special in your make-emacs script, whose
contents you left unpublished.  (I just put there a single "make"
command with a few switches, which is what I normally use to build
Emacs.)  Or maybe this doesn't happen in "emacs -Q", and some optional
features need to be turned on for it to happen.

Also, the line numbers you show in the backtrace differ considerably
from what I see in the pretest sources: e.g., move_it_by_lines there
starts at line 8834, and the only place it can call `abort' is on line
8858:

      xassert (it->current_x == 0 && it->hpos == 0);

So I'm unable to proceed without either a way to reproduce this crash
or some additional information from you.

Also, please start the debugger from the `src' directory, so that it
also shows the Lisp backtrace that corresponds to the C backtrace.





  reply	other threads:[~2011-10-01  7:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-01  3:56 bug#9645: 24.0.50; Assertion failure in Emacs 24 pretest John Wiegley
2011-10-01  7:29 ` Eli Zaretskii [this message]
2011-10-01  7:36   ` John Wiegley
2011-10-01  8:43     ` Eli Zaretskii
2011-10-04 20:26       ` John Wiegley

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

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

  git send-email \
    --in-reply-to=83lit5cgpq.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=9645@debbugs.gnu.org \
    --cc=jwiegley@gmail.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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.