search for: __asan_report_store4

Displaying 5 results from an estimated 5 matches for "__asan_report_store4".

Did you mean: __asan_report_store8
2013 Nov 27
1
Checking packages with address sanitizer
...ls) because there were issues reported by address sanitizer. Therefore the problem of installing and running instrumented (R +) package code arises. Regrettably up to now, I found no way to use the address sanitizer, neither for a small C-example nor for a new compiled version of R. I get missing `__asan_report_store4' or `__asan_report_load4' messages. I'm working on Ubuntu 13.10 and tried gcc (4.8.1) and clang (3.2-7ubuntu1, based on LLVM 3.2). Does anyone have experiance with address sanitizer (especially with a self compiled R-version which is not in the standard location on the system)? Thank...
2014 Sep 05
4
[LLVMdev] [cfe-dev] Address sanitizer regression test failures for PPC64 targets
Note that I've set the SA_NODEFER flag for the SEGV handler in the ASan runtime only a couple of days ago. Not sure that could've affected this test though; without that flag the second SEGV would've simply crashed the program. But you can try removing the flag from compiler-rt/trunk/lib/sanitizer_common/sanitizer_posix_libcdep.cc and see if that makes any difference. HTH, Alex On
2013 Nov 21
0
[LLVMdev] Building LLVM with asan
...ze/Release+Asserts/bin/llvm-lto /home/kfischer/julia/deps/llvm-svn/build_Release+Asserts+Sanitize/tools/llvm-lto/Release+Asserts/llvm-lto.o \ -lLLVM-3.5svn -lz -ltinfo -lm /usr/bin/ld: /home/kfischer/julia/deps/llvm-svn/build_Release+Asserts+Sanitize/Release+Asserts/bin/llvm-lto: local symbol `__asan_report_store4' in /home/kfischer/julia/deps/llvm-svn/build_Release+Asserts/Release+Asserts/bin/../lib/clang/3.5/lib/linux/libclang_rt.asan-x86_64.a(asan_rtl.o) is referenced by DSO /usr/bin/ld: final link failed: Bad value On Thu, Nov 21, 2013 at 12:08 PM, Keno Fischer <kfischer at csail.mit.edu>wrot...
2014 Oct 01
2
[LLVMdev] [cfe-dev] Address sanitizer regression test failures for PPC64 targets
...> %19 = and i64 %12, 7, !dbg !37 > %20 = add i64 %19, 3, !dbg !37 > %21 = trunc i64 %20 to i8, !dbg !37 > %22 = icmp sge i8 %21, %16, !dbg !37 > br i1 %22, label %23, label %24 > > ; <label>:23 ; preds = %18 > call void @__asan_report_store4(i64 %12), !dbg !37 > call void asm sideeffect "", ""() > unreachable > > ; <label>:24 ; preds = %18, %entry > store i32 10, i32* %x, align 4, !dbg !37, !tbaa !39 > %25 = call i64 @__asan_load_cxx_array_cookie(i...
2013 Nov 21
2
[LLVMdev] Building LLVM with asan
Indeed, removing that flag works fine, the only question is why this is added in tools/llvm-shlib/Makefile in the first place then and what to do about it: ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux GNU GNU/kFreeBSD)) # Don't allow unresolved symbols. LLVMLibsOptions += -Wl,--no-undefined endif On Thu, Nov 21, 2013 at 11:53 AM, Alexander Potapenko <glider at