[llvm-dev] Unstable UBSan tests on AArch64
Adhemerval Zanella via llvm-dev
llvm-dev at lists.llvm.org
Mon Nov 2 11:11:18 PST 2015
Right, it could be a case where the thread stack is being places in below
0x7f00000000. On the TSAN unification patch I also lower the high memory
start from 0x7e00000000 to 0x7d00000000, which can give more VMA available.
Strange that I have not yet see any similar issue in my environment.
On 02-11-2015 16:57, Renato Golin wrote:
> On 2 November 2015 at 18:40, Adhemerval Zanella
> <adhemerval.zanella at linaro.org> wrote:
>> Is it 39 or 42-bit VMA? I noted a 42-bit issue in segment definition
>> that I have fixed on my TSAN unification mapping patch [1]:
>
> No, that's 39-bit.
>
> cheers,
> --renato
>
More information about the llvm-dev
mailing list