We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I get the code backtrace? This is some test result.
[ DEATH ] tcmalloc/guarded_page_allocator.cc:488] *** GWP-ASan (https://google.github.io/tcmalloc/gwp-asan.html) ha s detected a memory error *** [ DEATH ] tcmalloc/guarded_page_allocator.cc:492] >>> Access at offset 0 into buffer of length 3 [ DEATH ] tcmalloc/guarded_page_allocator.cc:494] Error originates from memory allocated in thread 27 at: [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x55b7c96f7c3f [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x55b7c96e4008 [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x55b7c97a507e [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x55b7c96cb9d6 [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x7fbdea933ea4 [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x7fbdea92e059 [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x7fbdea90ef20 [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x7fbdea90f9ae [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x7fbdea91035f [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x7fbdea92019d [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x7fbdea934e82 [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x7fbdea92f2bb [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x7fbdea91e835 [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x7fbdea986af8 [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x7fbdea986a7a [ DEATH ] tcmalloc/guarded_page_allocator.cc:460] @ 0x7fbde9f73083
The text was updated successfully, but these errors were encountered:
Is the program built with debug symbols?
Sorry, something went wrong.
hi, I have the same question. My compilation instrution is
bazel build --compilation_mode=dbg --config=asan-libfuzzer tcmalloc/testing:memory_errors_test
And, it prints "*** Try rerunning with --config=asan to get stack trace of overflow ***"
Thanks for your help :)
No branches or pull requests
How can I get the code backtrace?
This is some test result.
The text was updated successfully, but these errors were encountered: