GNU bug report logs - #28108
25.2; Infinite loop due to circular marker list?

Previous Next

Package: emacs;

Reported by: Adam Porter <adam <at> alphapapa.net>

Date: Wed, 16 Aug 2017 06:51:01 UTC

Severity: normal

Found in version 25.2

Done: Adam Porter <adam <at> alphapapa.net>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 28108 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Adam Porter <adam <at> alphapapa.net>
Cc: 28108 <at> debbugs.gnu.org
Subject: Re: bug#28108: 25.2; Infinite loop due to circular marker list?
Date: Wed, 16 Aug 2017 17:28:50 +0300
> From: Adam Porter <adam <at> alphapapa.net>
> Date: Wed, 16 Aug 2017 00:01:00 -0500
> 
> I'm not much of a C programmer, nor am I experienced with gdb, but I
> attached to the Emacs process and stepped through, and every line was
> the same:
> 
> src/marker.c:605: for (tail = BUF_MARKERS (b); tail; prev =
> &tail->next, tail = *prev)

Can you show the output of

  (gdb) bt full

?




This bug report was last modified 7 years and 282 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.