tech-userlevel archive

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

Re: Trouble with ASan



On Tue, Feb 07, 2017 at 11:16:20AM +0000, coypu%SDF.ORG@localhost wrote:
> env LD_PRELOAD="/usr/amd64/ ..

The crazy LD_PRELOAD command is because of this:
==15831==Shadow memory range interleaves with an existing memory mapping. ASan cannot proceed correctly. ABORTING.                           
==15831==Process memory map follows:
..
	0x7f7ec0000000-0x7f7ec0010000	/libexec/ld.elf_so

And pthread because I was trying libc and it was hitting:

Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007e85619cb2d9 in __libc_mutex_catchall_stub (m=0x7e856283b4a0) at /usr/src/lib/libc/thread-stub/thread-stub.c:136
136		CHECK_NOT_THREADED();

I'm open for a less crazy option


Home | Main Index | Thread Index | Old Index