Shigio YAMAGUCHI <[email protected]> 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 _______________________________________________ Bug-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-global
