-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines, Storage Engines - Foundations
-
None
-
None
Infinite loop
The loop does not have a normal termination condition, so will continue until an abnormal condition arises. Infinite loop with unsatisfiable exit condition
/bench/dhandle/bench_dhandle.c:555: INFINITE_LOOP 175787 Update "i--" makes no progress toward falsifying the loop condition "i < 0".
/bench/dhandle/bench_dhandle.c:555: INFINITE_LOOP 175787 Top of the loop.
/bench/dhandle/bench_dhandle.c:564: INFINITE_LOOP 175787 Bottom of the loop.
/bench/dhandle/bench_dhandle.c:555: INFINITE_LOOP 175787 If "i < 0" is initially true then it will remain true.