unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Romanos Skiadas <rom.skiad@gmail.com>
To: Dmitry Gutov <dgutov@yandex.ru>, Eli Zaretskii <eliz@gnu.org>,
	Nick Helm <nick@tenpoint.co.nz>
Cc: 30519@debbugs.gnu.org
Subject: bug#30519: 26.0.91; Emacs hangs with flyspell overlay
Date: Tue, 20 Feb 2018 00:33:44 +0000	[thread overview]
Message-ID: <70d084fe-0c35-3800-acc0-d6e2b27816bb@gmail.com> (raw)
In-Reply-To: <0c1c7959-2a03-3f3f-1cdd-7abbe4be3671@yandex.ru>


On 19/02/18 23:47, Dmitry Gutov wrote:
> On 2/19/18 6:32 PM, Eli Zaretskii wrote:
>
>>> Emacs hangs with repeating error "Marker does not point anywhere". You
>>> can clear the hang by moving the mouse pointer.
>>
>> Not reproducible here.  Could this be X-specific (I tried on Windows)?
>
> I can reproduce this in emacs-26 (Ubuntu 17.10 with GTK3 here).
>
>
>
I can see it as well on emacs 27, Ubuntu 17.10 w/ GTK3. This is where it 
comes from:

Thread 1 "emacs" hit Breakpoint 1, marker_position (marker=0x3463451) at 
marker.c:641
641        error ("Marker does not point anywhere");
(gdb) l
636    {
637      register struct Lisp_Marker *m = XMARKER (marker);
638      register struct buffer *buf = m->buffer;
639
640      if (!buf)
641        error ("Marker does not point anywhere");
642

buf is null.

It's a bit too late here to dig into this more.






  reply	other threads:[~2018-02-20  0:33 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-18 22:24 bug#30519: 26.0.91; Emacs hangs with flyspell overlay Nick Helm
2018-02-19 16:32 ` Eli Zaretskii
2018-02-19 23:47   ` Dmitry Gutov
2018-02-20  0:33     ` Romanos Skiadas [this message]
2018-02-20  4:06     ` Eli Zaretskii
2018-02-20 19:12       ` Nick Helm
2018-02-21  3:36       ` Nick Helm
2018-02-21  9:45         ` martin rudalics
2018-02-21 17:43           ` Eli Zaretskii
2018-02-22  6:45             ` martin rudalics
2018-02-22  7:21               ` Eli Zaretskii
2018-02-22  1:18           ` Nick Helm
2018-02-22  7:59             ` martin rudalics

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=70d084fe-0c35-3800-acc0-d6e2b27816bb@gmail.com \
    --to=rom.skiad@gmail.com \
    --cc=30519@debbugs.gnu.org \
    --cc=dgutov@yandex.ru \
    --cc=eliz@gnu.org \
    --cc=nick@tenpoint.co.nz \
    /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).