-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines - Transactions
-
SE Transactions - 2025-12-05
-
1
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
/src/btree/bt_page.c:777: INFINITE_LOOP 183629 Loop bound "delta_size" has type "size_t", which is wider in size or has a bigger upper bound than the type "uint8_t" of loop counter "i", the loop condition may always be true.
- is related to
-
WT-15619 Implement rewriting leaf page deltas directly into a full page
-
- In Code Review
-