search for: __interceptor_free

Displaying 3 results from an estimated 3 matches for "__interceptor_free".

2014 Oct 08
3
[LLVMdev] More ARM asan failures - Line number
...atch) the exact source being compiled? It seems that the stack trace is not correct on ARM: < #0 0x7966b in free /home/linaro/devel/llvm/src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:30 < #1 0xffffffff (<unknown module>) Which is on x86: > #0 0x490979 in __interceptor_free /home/rengolin/devel/llvm/src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:30 > #1 0x4b365d in main /home/rengolin/devel/llvm/src/compiler-rt/test/asan/TestCases/use-after-free.cc:10:3 > #2 0x7f560894703f in __libc_start_main (/usr/lib/libc.so.6+0x2003f) And that's why...
2019 Jul 01
1
ASAN error with R-devel
...0x7f788f5e6b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) ??? #134 0x5582e392b999 in _start (/usr/local/src/R-devel/bin/exec/R+0x135999) 0x602000055af0 is located 0 bytes inside of 1-byte region [0x602000055af0,0x602000055af1) freed by thread T0 here: ??? #0 0x7f7891a157b8 in __interceptor_free (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xde7b8) ??? #1 0x7f7878373d8c in XSetLocaleModifiers (/usr/lib/x86_64-linux-gnu/libX11.so.6+0x5ad8c) previously allocated by thread T0 here: ??? #0 0x7f7891a15b50 in __interceptor_malloc (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xdeb50) ??? #1 0x7f787837...
2014 Oct 07
2
[LLVMdev] More ARM asan failures - Line number
Hi Evgeniy, Now that I can run check-asan without the AArch64 tests, there are a number of ARM tests that fail with the wrong line number on the CHECK line... use-after-delete.cc:20:18: error: expected string not found in input // CHECK-Linux: {{ #1 0x.* in main .*use-after-delete.cc:}}[[@LINE-10]] <stdin>:9:33: note: with expression "@LINE-10" equal to "10" #0