all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Nicolas Richard <theonewiththeevillook@yahoo.fr>
Cc: 17269@debbugs.gnu.org
Subject: bug#17269: 24.3.90; assertion failure at buf_charpos_to_bytepos (marker.c)
Date: Wed, 16 Apr 2014 08:44:51 +0300	[thread overview]
Message-ID: <83mwflkeuk.fsf@gnu.org> (raw)
In-Reply-To: <8761mapbj4.fsf@yahoo.fr>

> From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
> Cc: Nicolas Richard <theonewiththeevillook@yahoo.fr>,  17269@debbugs.gnu.org
> Date: Tue, 15 Apr 2014 22:45:19 +0200
> 
> I finally managed to make a recipe that reproduces the crash every time
> for me (slight variations of it will reproduce the erratic end-of-line
> problem)
> 
> gdb --args emacs -Q -nw /home/youngfrog/emacstest2.txt  --eval '(execute-kbd-macro (kbd "C-e C-n C-e C-n C-e C-n C-e M-< M-f C-k C-n C-n C-e"))'
> (gdb) r

Thanks, I reproduced this, and will look into it in a couple of days,
if no one beats me to it.

> The crash is the same as reported.

Not exactly: it hits assertion violation on this line:

		start_byte = CHAR_TO_BYTE (start);

whereas your original report did that here:

            ceiling_byte = min (CHAR_TO_BYTE (next_change) - 1, ceiling_byte);

But it's probably the same problem, so this recipe should be good
enough for starters.





  reply	other threads:[~2014-04-16  5:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-15 14:28 bug#17269: 24.3.90; assertion failure at buf_charpos_to_bytepos (marker.c) Nicolas Richard
2014-04-15 15:53 ` Eli Zaretskii
2014-04-15 16:11   ` Nicolas Richard
2014-04-15 18:11     ` Eli Zaretskii
2014-04-15 18:35       ` Nicolas Richard
2014-04-15 20:45       ` Nicolas Richard
2014-04-16  5:44         ` Eli Zaretskii [this message]
2014-04-16  6:57           ` Dmitry Antipov
2014-04-16  7:24             ` Eli Zaretskii
2014-04-17  7:29           ` Eli Zaretskii
2014-04-17 10:14             ` Nicolas Richard
2014-04-17 10:20               ` Eli Zaretskii

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=83mwflkeuk.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=17269@debbugs.gnu.org \
    --cc=theonewiththeevillook@yahoo.fr \
    /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.