-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Logging
-
Security Level: Public (Available to anyone on the web)
-
Storage Engines, Storage Engines - Transactions
-
2,527.597
-
SE Transactions - 2026-03-27
-
1
-
v8.3, v8.2
During __wt_verbose_dump_txn_one we don't alloc enough buf size for __wt_snprintf, which will cause ERANGE error occasionally if the reserved 512 bytes is not large enough to fit the dump message.
The fix is simple, just to account the size of txn_err_info->err_msg for the buffer.
- related to
-
WT-17752 Transaction state dump still overflows fixed buffer and panics eviction thread (ERANGE) after WT-16954
-
- Open
-
-
WT-17025 failed: s-outdated-fixmes on infrequent-checks [wiredtiger @ f66abe04]
-
- Closed
-
-
WT-17893 model-unit-test: timeout on ubuntu2004-asan (wiredtiger-mongo-v8.3)
-
- Needs Scheduling
-
-
WT-17932 failed: clang-analyzer on ubuntu2004 [wiredtiger-mongo-v8.3 @ 5d24d99c]
-
- Needs Scheduling
-