Displaying 2 results from an estimated 2 matches for "addrisapp".
2018 Sep 10
3
[msan] Failing mmap.cc test
The mmap.cc test is failing for me on aarch64 SuSE 12. The assert
assert(AddrIsApp(p)) fails. The last value printed from mmap is
0xf00000000 which is indeed not MAP_FAILED but also not a valid address
acoording to mmap.cc's mapping table.
Is there something about SuSE 12's kernel that behaves differently from
what this test expects? I am not a kernel guy...
The seque...
2018 Sep 11
2
[msan] Failing mmap.cc test
...that someone saw this issue after
D50940 was applied?
-David
> On Mon, Sep 10, 2018 at 8:54 AM, David Greene via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>
> The mmap.cc test is failing for me on aarch64 SuSE 12. The assert
> assert(AddrIsApp(p)) fails. The last value printed from mmap is
> 0xf00000000 which is indeed not MAP_FAILED but also not a valid
> address
> acoording to mmap.cc's mapping table.
>
> Is there something about SuSE 12's kernel that behaves differently
> from
>...