Re: SEGV in glibc's _int_free(), without use of RTLD_DEEPBIND

2020-03-27 Thread Zach Laine
I see now. Thanks for clarifying that. Zach On Fri, Mar 27, 2020 at 12:17 PM 'Evgenii Stepanov' via address-sanitizer < address-sanitizer@googlegroups.com> wrote: > > On Fri, Mar 27, 2020 at 8:47 AM Zach Laine > wrote: > >> Thanks. In case it matters, I'm using GCC, and the same thing

Re: SEGV in glibc's _int_free(), without use of RTLD_DEEPBIND

2020-03-27 Thread 'Evgenii Stepanov' via address-sanitizer
On Fri, Mar 27, 2020 at 8:47 AM Zach Laine wrote: > Thanks. In case it matters, I'm using GCC, and the same thing happens > with and without -static-libasan. > > To be 100% clear, do you agree that it is very unlikely that this is a bug > fixable by changing the instrumented source code? > If

Re: SEGV in glibc's _int_free(), without use of RTLD_DEEPBIND

2020-03-27 Thread Zach Laine
Thanks. In case it matters, I'm using GCC, and the same thing happens with and without -static-libasan. To be 100% clear, do you agree that it is very unlikely that this is a bug fixable by changing the instrumented source code? Zach On Thu, Mar 26, 2020 at 3:39 PM 'Evgenii Stepanov' via