You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==121746==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7ffe2dad9f98 at pc 0x7f9c7a18569a bp 0x7ffe2dad9ea0 sp 0x7ffe2dad9648
READ of size 10 at 0x7ffe2dad9f98 thread T0
#0 0x7f9c7a185699 in __interceptor_memcpy ../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:823 #1 0x557703c34e97 in ycsb_wl::init_table_slice() benchmarks/ycsb_wl.cpp:130 #2 0x557703c3547c in ycsb_wl::threadInitTable(void*) benchmarks/ycsb.h:24 #3 0x557703c3547c in ycsb_wl::init_table_parallel() benchmarks/ycsb_wl.cpp:94 #4 0x557703c3584a in ycsb_wl::init() benchmarks/ycsb_wl.cpp:27 #5 0x557703c24ea0 in main system/main.cpp:44 #6 0x7f9c79c040b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #7 0x557703c258fd in _start (/workspace/concurrency/code/2plsf/DBx1000/rundb+0x128fd)
Address 0x7ffe2dad9f98 is located in stack of thread T0 at offset 104 in frame
#0 0x557703c34baf in ycsb_wl::init_table_slice() benchmarks/ycsb_wl.cpp:107
This frame has 4 object(s):
[32, 40) 'new_row' (line 123)
[64, 72) 'row_id' (line 124)
[96, 104) 'primary_key' (line 128) <== Memory access at offset 104 overflows this variable
[128, 134) 'value' (line 134)
HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcontext or vfork
(longjmp and C++ exceptions are supported)
SUMMARY: AddressSanitizer: stack-buffer-overflow ../../../../src/libsanitizer/sanitizer_common/sanitizer_common_interceptors.inc:823 in __interceptor_memcpy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.