search for: __isoc99_printf

Displaying 4 results from an estimated 4 matches for "__isoc99_printf".

2014 May 30
3
[LLVMdev] Porting ASan to AArch64
...ch64. I am building compiler-rt in "standalone mode" targeting aarch64. My build is successful, but I get the following runtime error when I run an ASan enabled executable through qemu-aarch64: ==29184==Parsed ASAN_OPTIONS: verbosity=1 ==29184==AddressSanitizer: failed to intercept '__isoc99_printf' ==29184==AddressSanitizer: failed to intercept '__isoc99_sprintf' ==29184==AddressSanitizer: failed to intercept '__isoc99_snprintf' ==29184==AddressSanitizer: failed to intercept '__isoc99_fprintf' ==29184==AddressSanitizer: failed to intercept '__isoc99_vprintf...
2016 Sep 07
2
Test failures building RELEASE_3.9.0/final
...x00007ffff7de93a4 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2 #13 0x00007ffff7126521 in ?? () from /usr/lib/libdl.so.2 #14 0x00007ffff7126068 in dlsym () from /usr/lib/libdl.so.2 #15 0x000000000041983c in __interception::GetRealFunctionAddress (func_name=func_name at entry=0x49c9f8 "__isoc99_printf", func_addr=func_addr at entry=0x2b2d8d8 <__interception::real___isoc99_printf>, real=real at entry=4592528, wrapper=wrapper at entry=4592528) at ../projects/compiler-rt/lib/interception/interception_linux.cc:23 #16 0x0000000000476ecf in InitializeCommonInterceptors () at ../proj...
2016 Sep 07
2
-fsanitize=memory failing on 3.9.0
...x00007ffff7de93a4 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2 #13 0x00007ffff74ae521 in ?? () from /usr/lib/libdl.so.2 #14 0x00007ffff74ae068 in dlsym () from /usr/lib/libdl.so.2 #15 0x00000000004193cc in __interception::GetRealFunctionAddress (func_name=func_name at entry=0x499bb8 "__isoc99_printf", func_addr=func_addr at entry=0x2b298d8 <__interception::real___isoc99_printf>, real=real at entry=4591392, wrapper=wrapper at entry=4591392) at ../projects/compiler-rt/lib/interception/interception_linux.cc:23 #16 0x0000000000476a5f in InitializeCommonInterceptors () at ../projects...
2016 Sep 07
4
Test failures building RELEASE_3.9.0/final
I've "successfully" built 3.9.0 release but when I run "ninja check-all" I got 208 Unexpected failures: Expected Passes : 33997 Expected Failures : 198 Unsupported Tests : 685 Unexpected Failures: 208 Below is the log I captured running "time ninja check-all | tee ninja-check-all.txt" https://drive.google.com/open?id=0B-KTY7zi7eZHU2hGYTRtd01QZjA