[Bug sanitizer/67286] asan doen't work on Android(32bit ARM)

2015-08-20 Thread weiguo.zhou at spreadtrum dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67286 --- Comment #12 from weiguo.zhou --- (In reply to weiguo.zhou from comment #8) > (In reply to Yury Gribov from comment #5) > > (In reply to Dmitry Vyukov from comment #4) > > > +eugeni can provide more details. > > > > Please! E.g. how do you bu

[Bug sanitizer/67286] asan doen't work on Android(32bit ARM)

2015-08-20 Thread weiguo.zhou at spreadtrum dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67286 --- Comment #11 from weiguo.zhou --- you can got the dynamic libasan.so.2 with following step: ../gcc-4.9.2-sprd/libsanitizer/configure --host=arm-linux-androideabi --prefix=/tmp/toolchain-build-linux-4.9.2/prefix --enabl e-shared --disable-st

[Bug sanitizer/67286] asan doen't work on Android(32bit ARM)

2015-08-20 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67286 --- Comment #10 from Yury Gribov --- (In reply to weiguo.zhou from comment #9) > as I explained just now, after generate the final cross-compile toolchain > for android/arm32 successfully, the last step is generate the libasasn.so.2 How do you g

[Bug sanitizer/67286] asan doen't work on Android(32bit ARM)

2015-08-20 Thread weiguo.zhou at spreadtrum dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67286 --- Comment #9 from weiguo.zhou --- (In reply to Yury Gribov from comment #7) > (In reply to weiguo.zhou from comment #6) > > It seems Google's official docs indicate the asan only supported on Android > > with LLVM-based clang toolchain. > > T

[Bug sanitizer/67286] asan doen't work on Android(32bit ARM)

2015-08-20 Thread weiguo.zhou at spreadtrum dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67286 --- Comment #8 from weiguo.zhou --- (In reply to Yury Gribov from comment #5) > (In reply to Dmitry Vyukov from comment #4) > > +eugeni can provide more details. > > Please! E.g. how do you build compiler and runtime? the keypoint to generate

[Bug sanitizer/67286] asan doen't work on Android(32bit ARM)

2015-08-20 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67286 --- Comment #7 from Yury Gribov --- (In reply to weiguo.zhou from comment #6) > It seems Google's official docs indicate the asan only supported on Android > with LLVM-based clang toolchain. That was my impression as well. > in the fact, it sh

[Bug sanitizer/67286] asan doen't work on Android(32bit ARM)

2015-08-20 Thread weiguo.zhou at spreadtrum dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67286 --- Comment #6 from weiguo.zhou --- (In reply to Dmitry Vyukov from comment #4) > Yes, asan should work on android/arm32. There is some ongoing work on arm64. > +eugeni can provide more details. according to official documents on Google's site:

[Bug sanitizer/67286] asan doen't work on Android(32bit ARM)

2015-08-20 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67286 --- Comment #5 from Yury Gribov --- (In reply to Dmitry Vyukov from comment #4) > +eugeni can provide more details. Please! E.g. how do you build compiler and runtime?

[Bug sanitizer/67286] asan doen't work on Android(32bit ARM)

2015-08-20 Thread dvyukov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67286 --- Comment #4 from Dmitry Vyukov --- Yes, asan should work on android/arm32. There is some ongoing work on arm64. +eugeni can provide more details.

[Bug sanitizer/67286] asan doen't work on Android(32bit ARM)

2015-08-20 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67286 Yury Gribov changed: What|Removed |Added CC||y.gribov at samsung dot com --- Comment #3

[Bug sanitizer/67286] asan doen't work on Android(32bit ARM)

2015-08-19 Thread zhouweiguo2008 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67286 weiguo.zhou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/67286] asan doen't work on Android(32bit ARM)

2015-08-19 Thread zhouweiguo2008 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67286 --- Comment #1 from zhouweiguo2008 at gmail dot com --- this bug had been fixed and validated with gcc 4.9.2 and gcc 5.2.0. and the testcases (from external/compiler-rt/test/asan/TestCases) could be running normally on the 32-bit Android 5.0 pho