swh:1:snp:5115096b921df712aeb2a08114fede57fb3331fb
Revision bb2dcd2457bb8826006f7f70f7c03389dea1414c authored by Dhruba Borthakur on 21 September 2012, 17:47:08 UTC, committed by Dhruba Borthakur on 21 September 2012, 17:55:38 UTC
Summary:
The code was allocating 200 bytes on the stack but it
writes 256 bytes into the array.

x8a8ea5 std::_Rb_tree<>::erase()
    @     0x7f134bee7eb0 (unknown)
    @           0x8a8ea5 std::_Rb_tree<>::erase()
    @           0x8a35d6 leveldb::DBImpl::CleanupCompaction()
    @           0x8a7810 leveldb::DBImpl::BackgroundCompaction()
    @           0x8a804d leveldb::DBImpl::BackgroundCall()
    @           0x8c4eff leveldb::(anonymous namespace)::PosixEnv::BGThreadWrapper()
    @     0x7f134b3c010d start_thread
    @     0x7f134bf9f10d clone

Test Plan: run db_bench with overwrite option

Reviewers: heyongqiang

Reviewed By: heyongqiang

Differential Revision: https://reviews.facebook.net/D5595
1 parent 9e84834
History
Tip revision: 19076c95aa2bcee55c26fcf0960cc844ad86ee9c authored by Levi Tamasi on 21 January 2021, 22:18:25 UTC
Update HISTORY.md for PR 7888 (#7890)
Tip revision: 19076c9
File Mode Size
db
doc
hdfs
helpers
include
port
scribe
snappy
table
thrift
tools
util
.arcconfig -rw-r--r-- 110 bytes
.gitignore -rw-r--r-- 61 bytes
AUTHORS -rw-r--r-- 193 bytes
LICENSE -rw-r--r-- 1.4 KB
Makefile -rw-r--r-- 8.7 KB
NEWS -rw-r--r-- 509 bytes
README -rw-r--r-- 1.7 KB
README.fb -rw-r--r-- 281 bytes
TODO -rw-r--r-- 494 bytes
build_detect_platform -rwxr-xr-x 7.6 KB
build_detect_version -rwxr-xr-x 1.1 KB
fbcode.gcc471.sh -rw-r--r-- 2.2 KB
fbcode.sh -rw-r--r-- 2.1 KB

README

back to top