From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5A5FB3887017; Mon, 4 May 2020 13:14:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A5FB3887017 From: "nsz at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/19329] dl-tls.c assert failure at concurrent pthread_create and dlopen Date: Mon, 04 May 2020 13:14:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: 2.22 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nsz at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nszabolcs at gmail dot com 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, 04 May 2020 13:14:29 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D19329 Szabolcs Nagy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nsz at gcc dot gnu.org --- Comment #19 from Szabolcs Nagy --- (In reply to Sergei Trofimovich from comment #18) > ... > Sun 03 May 2020 10:46:55 AM UTC > Didn't expect signal from child: got `Segmentation fault' > Sun 03 May 2020 10:47:04 AM UTC > double free or corruption (!prev) > Didn't expect signal from child: got `Aborted' > ... > Sun 03 May 2020 10:50:54 AM UTC > free(): invalid pointer > Didn't expect signal from child: got `Aborted' > ... > Sun 03 May 2020 10:52:12 AM UTC > tst-stack4: malloc.c:2379: sysmalloc: Assertion `(old_top =3D=3D initial_= top > (av) && old_size =3D=3D 0) || ((unsigned long) (old_size) >=3D MINSIZE && > prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) =3D=3D= 0)' > failed. > Didn't expect signal from child: got `Aborted' >=20 > Does it look like the same issue described here? it can be related, hard to tell. (your failures are consistently heap corruptions detected in malloc/free, instead of dynamic tls related state corruption) if you can rebuild glibc try the patches from comment 7 if they don't help then your issue is different. (if the issue disappears we don't know if the new barriers just masked your issue or fixed them). --=20 You are receiving this mail because: You are on the CC list for the bug.=