Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
WT2.6.1
-
None
-
None
Description
In http://build.wiredtiger.com:8080/job/wiredtiger-test-unit/4411/console we had this:
ERROR: test_txn14.test_txn14.test_log_flush(bg) (subunit.RemotedTestCase)
|
test_txn14.test_txn14.test_log_flush(bg)
|
Digging into the core dump:
#4 0x00007f404bfe6cb7 in __log_file_server (arg=0x2c6f170) at ../src/conn/conn_log.c:344
|
344 WT_ASSERT(session, __wt_log_cmp(
|
345 &close_end_lsn, &log->sync_lsn) >= 0);
|
(gdb) print close_end_lsn
|
$1 = {file = 14, offset = 0}
|
(gdb) print log->sync_lsn
|
$2 = {file = 14, offset = 83584}
|
Attachments
Issue Links
- is depended on by
-
SERVER-20408 WiredTiger changes for MongoDB 3.1.9
-
- Closed
-