NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/54356: MKSANITIZER=yes binaries can not run from gdb



The following reply was made to PR toolchain/54356; it has been noted by GNATS.

From: Kamil Rytarowski <n54%gmx.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: toolchain/54356: MKSANITIZER=yes binaries can not run from gdb
Date: Sun, 7 Jul 2019 14:25:59 +0200

 On 07.07.2019 14:20, martin%NetBSD.org@localhost wrote:
 > Reading symbols from ./sysinst...
 > ==5952==Shadow memory range interleaves with an existing memory mapping. ASan cannot proceed correctly. ABORTING.
 > ==5952==ASan shadow was supposed to be located in the [0x00007fff7000-0x10007fff7fff] range.
 > ==5952==Process memory map follows:
 
 
 Is PaX ASLR disabled?
 
 ASan is incompatible with it.
 
 Newer ASan will have a builtin detection of enabled ASLR and bail out
 with a verbose message.
 


Home | Main Index | Thread Index | Old Index