From: John Wiegley <jwiegley@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 9645@debbugs.gnu.org
Subject: bug#9645: 24.0.50; Assertion failure in Emacs 24 pretest
Date: Sat, 01 Oct 2011 02:36:01 -0500 [thread overview]
Message-ID: <m2bou1b1um.fsf@gmail.com> (raw)
In-Reply-To: <83lit5cgpq.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 01 Oct 2011 10:29:37 +0300")
>>>>> Eli Zaretskii <eliz@gnu.org> writes:
> 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.
make-emacs is simply:
--8<---------------cut here---------------start------------->8---
#!/bin/bash
exec make EMACS="/Applications/Misc/Emacs.app/Contents/MacOS/Emacs" "$@"
--8<---------------cut here---------------end--------------->8---
(And note, this is Emacs 23, so the action of make-emacs does not involve the
pretest at all. I believe this to be display bug.)
You can checkout https://github.com/jwiegley/dot-emacs and then run "make"
within the result to approximate what I am doing.
> 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);
This is the one I saw looking up from the abort.
> So I'm unable to proceed without either a way to reproduce this crash or
> some additional information from you.
I hope what I've added helps. I'm sorry to have been unclear.
> Also, please start the debugger from the `src' directory, so that it also
> shows the Lisp backtrace that corresponds to the C backtrace.
Excellent! I will do so in future.
Thanks,
John
next prev parent reply other threads:[~2011-10-01 7:36 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
2011-10-01 7:36 ` John Wiegley [this message]
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=m2bou1b1um.fsf@gmail.com \
--to=jwiegley@gmail.com \
--cc=9645@debbugs.gnu.org \
--cc=eliz@gnu.org \
/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.