all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Adam Porter <adam@alphapapa.net>
Cc: 28108@debbugs.gnu.org
Subject: bug#28108: 25.2; Infinite loop due to circular marker list?
Date: Thu, 17 Aug 2017 18:09:01 +0300	[thread overview]
Message-ID: <831soafcz6.fsf@gnu.org> (raw)
In-Reply-To: <CAO_b3FVHtKYE4jt64ipaDBkVYX9LRzXXbt+J=pE9Pqkjz1oJfQ@mail.gmail.com> (message from Adam Porter on Wed, 16 Aug 2017 13:27:09 -0500)

> From: Adam Porter <adam@alphapapa.net>
> Date: Wed, 16 Aug 2017 13:27:09 -0500
> Cc: 28108@debbugs.gnu.org
> 
> Here you go.  I see from the Lisp backtrace at the bottom that it may
> be related to one of my packages, but I haven't had any problems like
> this with it before, and I haven't updated it for about 4 months, so
> there's nothing new there.

No, it isn't necessarily related to that package, because the problem
happened during GC.  Your package just happened to trigger GC.

Can you try typing the following command definition, and then running
the command?  When you run it, does GDB also hang indefinitely?

  (gdb) define count-markers
   > set $count = 0
   > set $markers = BUF_MARKERS(b)
   > while $markers != 0
    > set $count = $count + 1
    > print $count
    > set $markers = $markers->next
    > end
   > end
  (gdb) count-markers






  reply	other threads:[~2017-08-17 15:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-16  5:01 bug#28108: 25.2; Infinite loop due to circular marker list? Adam Porter
2017-08-16 14:28 ` Eli Zaretskii
2017-08-16 18:27   ` Adam Porter
2017-08-17 15:09     ` Eli Zaretskii [this message]
2017-08-17 18:31       ` Eli Zaretskii
2017-08-18  4:06         ` Adam Porter
2017-08-18  6:12           ` Eli Zaretskii
2017-08-18 19:51             ` Adam Porter
2017-08-19  6:55               ` Eli Zaretskii
2017-08-20  1:21                 ` Adam Porter

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=831soafcz6.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=28108@debbugs.gnu.org \
    --cc=adam@alphapapa.net \
    /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.