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-17025 failed: s-outdated-fixmes on infrequent-checks [wiredtiger @ f66abe04]
-
- Closed
-