bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Infinite loop when running gtags in Emacs


From: Matthew Leach
Subject: Re: Infinite loop when running gtags in Emacs
Date: Tue, 16 Sep 2014 09:49:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (gnu/linux)

Shigio YAMAGUCHI <address@hidden> writes:

> Where did the infinite loop occur?
> Although you said that 'The for loop on line 426 of mpool.c',
> the line 426 is only a function call.

Apologies, that was wrong.  The infinite loop occurs on line 459 of
mpool.c inside mpool_look().

[libdb/mpool.c]
459: for (bp = head->cqh_first; bp != (void *)head; bp = bp->hq.cqe_next)

-- 
Matt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]