Details
Description
From mvcc_functional test, heap corruption during calling free on doc->body on memory snapshot test
|
free(doc->body)
|
|
msvcr120d.dll!00007ffaddf21e68() Unknown
|
> mvcc_functional_test.exe!fdb_doc_free(fdb_doc_struct * doc) Line 2350 C++
|
mvcc_functional_test.exe!in_memory_snapshot_cleanup_test() Line 1220 C++
|
mvcc_functional_test.exe!main() Line 5185 C++
|
[External Code]
|
Doc struct
- doc 0x00000044a975cb90 {keylen=4 metalen=5 bodylen=5 ...} fdb_doc_struct *
|
keylen 4 unsigned __int64
|
metalen 5 unsigned __int64
|
bodylen 5 unsigned __int64
|
size_ondisk 54 unsigned __int64
|
key 0x00000044a975cc20 void *
|
seqnum 5 unsigned __int64
|
offset 53248 unsigned __int64
|
meta 0x00000044a1561bc0 void *
|
body 0x00000044a15618a0 void *
|
deleted false bool
|
flags 0 unsigned int
|
Attachments
Issue Links
- blocks
-
MB-19612 4.5.1 Minor Release
- Closed