The machine I have running 42 bit address space. The test are failing FAIL: c-c++-common/asan/misalign-2.c -O1 output pattern test, is ==13754==AddressSanitizer CHECK failed: ../../../../gcc/libsanitizer/asan/asan_poisoning.cc:24 "((AddrIsInMem(addr))) != (0)" (0x0, 0x0) ,
[root@localhost libsanitizer]# cat /proc/self/maps 00400000-00410000 r-xp 00000000 08:04 16881937 /usr/bin/cat 00410000-00420000 r--p 00000000 08:04 16881937 /usr/bin/cat 00420000-00430000 rw-p 00010000 08:04 16881937 /usr/bin/cat 00430000-00460000 rw-p 00000000 00:00 0 [heap] 3ffaf940000-3ffb61e0000 r--p 00000000 08:04 33597753 /usr/lib/locale/locale-archive 3ffb61e0000-3ffb6340000 r-xp 00000000 08:04 33597006 /usr/lib64/libc-2.17.so 3ffb6340000-3ffb6350000 r--p 00150000 08:04 33597006 /usr/lib64/libc-2.17.so 3ffb6350000-3ffb6360000 rw-p 00160000 08:04 33597006 /usr/lib64/libc-2.17.so 3ffb6370000-3ffb6380000 r--p 00000000 00:00 0 [vvar] 3ffb6380000-3ffb6390000 r-xp 00000000 00:00 0 [vdso] 3ffb6390000-3ffb63b0000 r-xp 00000000 08:04 33596999 /usr/lib64/ld-2.17.so 3ffb63b0000-3ffb63c0000 r--p 00010000 08:04 33596999 /usr/lib64/ld-2.17.so 3ffb63c0000-3ffb63d0000 rw-p 00020000 08:04 33596999 /usr/lib64/ld-2.17.so 3ffea3b0000-3ffea3e0000 rw-p 00000000 00:00 0 [stack] On 21 January 2015 at 18:00, <[email protected]> wrote: > > Comment #15 on issue 246 by [email protected]: Porting to a new target > (AArch64) > https://code.google.com/p/address-sanitizer/issues/detail?id=246 > > For the record, the asan tests passed on a recent GCC trunk, on a AArch64 > juno board, running with 39-bits address space. That's the only HW I have > access to at the moment. > > > -- > You received this message because this project is configured to send all > issue notifications to this address. > You may adjust your notification preferences at: > https://code.google.com/hosting/settings > > -- > You received this message because you are subscribed to the Google Groups > "address-sanitizer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "address-sanitizer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
