Date: Tue, 21 May 2019 13:11:46 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 236165] crash in malloc with ld.lld and -Wl,--export-dynamic -static Message-ID: <bug-236165-29464-u7y0tS7Vto@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-236165-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-236165-29464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236165 maskray <emacsray@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emacsray@gmail.com --- Comment #3 from maskray <emacsray@gmail.com> --- Replied in https://reviews.llvm.org/D42748#1510087 :) moving away from &_DYNAMIC will be a more reliable approach. To check if an executable is dynamically linked, inspecting PT_INTERP is a better choice. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236165-29464-u7y0tS7Vto>