[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
- Infinite loop when running gtags in Emacs, Matthew Leach, 2014/09/14
- Re: Infinite loop when running gtags in Emacs, Shigio YAMAGUCHI, 2014/09/14
- Re: Infinite loop when running gtags in Emacs, Shigio YAMAGUCHI, 2014/09/15
- Re: Infinite loop when running gtags in Emacs,
Matthew Leach <=
- Re: Infinite loop when running gtags in Emacs, Shigio YAMAGUCHI, 2014/09/16
- Re: Infinite loop when running gtags in Emacs, Matthew Leach, 2014/09/16
- Re: Infinite loop when running gtags in Emacs, Shigio YAMAGUCHI, 2014/09/16
- Re: Infinite loop when running gtags in Emacs, Matthew Leach, 2014/09/17
- Re: Infinite loop when running gtags in Emacs, Shigio YAMAGUCHI, 2014/09/19
- Re: Infinite loop when running gtags in Emacs, Matthew Leach, 2014/09/19