2e37fc1bd1
The wterl:session_get function was fetching a value using a cursor, then closing the cursor, and then trying to use the fetched value to create the return binary. According to the WiredTiger documentation, this is a no-no -- a value is good only until the next operation on the cursor used to fetch it. We've been seeing occasional segmentation violations in the memcpy for the fetched value, and this might explain it. |
||
---|---|---|
.. | ||
build_deps.sh | ||
wiredtiger-1.1.3.tar.bz2 | ||
wterl.c |