From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 781F93858408; Mon, 18 Jul 2022 09:32:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 781F93858408 From: "jeanmichael.celerier at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/27653] i18n causes deadlocks with malloc interposers due to missing reentrancy Date: Mon, 18 Jul 2022 09:32:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.30 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jeanmichael.celerier at gmail dot com X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2022 09:32:55 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27653 Jean-Micha=C3=ABl Celerier changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeanmichael.celerier@gmail. | |com --- Comment #8 from Jean-Micha=C3=ABl Celerier --- Same issue here, glibc 2.35-6 and clang 14. I tried the interposer library = fix but couldn't make it work - for some reason whichever libasan.so I try to preload I get issues: =20=20=20 LD_PRELOAD=3D/usr/lib/gcc/x86_64-pc-linux-gnu/11.3.0/libasan.so:/home/jcele= rier/libasan-glibc-fix.so ./ossia-score =3D=3D19609=3D=3DYour application is linked against incompatible ASan r= untimes. =20=20=20=20 LD_PRELOAD=3D/usr/lib/clang/14.0.6/lib/linux/libclang_rt.asan-x86_64.so:/ho= me/jcelerier/libasan-glibc-fix.so ./ossia-score=20 =3D=3D19481=3D=3DYour application is linked against incompatible ASan r= untimes. If I don't add the asan runtime I still get the hang.. --=20 You are receiving this mail because: You are on the CC list for the bug.=