On 8 October 2014 11:18, Evgeniy Stepanov <eugenis at google.com> wrote:> Something you could try: ASAN_OPTIONS=fast_unwind_on_malloc=0 should > switch to cfi unwinder and fix the stack trace, but that's not a > solution to the problem.Is this when compiling Clang? The file? or running the final binary? --renato
When running the final binary. On Wed, Oct 8, 2014 at 3:30 PM, Renato Golin <renato.golin at linaro.org> wrote:> On 8 October 2014 11:18, Evgeniy Stepanov <eugenis at google.com> wrote: >> Something you could try: ASAN_OPTIONS=fast_unwind_on_malloc=0 should >> switch to cfi unwinder and fix the stack trace, but that's not a >> solution to the problem. > > Is this when compiling Clang? The file? or running the final binary? > > --renato
On 8 October 2014 12:38, Evgeniy Stepanov <eugenis at google.com> wrote:> When running the final binary.Same thing... :( Should I bisect where that got broken? Do you have any way of testing that locally? This is just a basic CMake build on ARM, nothing special. "ninja check-asan". cheers, --renato