-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: WT2.6.1
-
Component/s: None
-
None
Open a cursor on nonexistent index (the base table must exist). This fails as expected. Then drop the table.
$ ./bug_drop_index
[1437748149:86701][9591:0x7fff75dcb300], WT_SESSION.drop: ../src/schema/schema_list.c, 228: table->refcnt <= 1
[1437748149:86733][9591:0x7fff75dcb300], WT_SESSION.drop: aborting WiredTiger library
Abort trap: 6
The debugger shows table->refcnt to be 2.
See attached test case.
- is depended on by
-
SERVER-19532 WiredTiger changes for MongoDB 3.1.7
- Closed