From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9FA9338930DF; Mon, 4 May 2020 18:25:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FA9338930DF From: "slyfox at inbox dot ru" 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 18:25:15 +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: slyfox at inbox dot ru 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: 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 18:25:16 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D19329 --- Comment #20 from Sergei Trofimovich --- (In reply to Szabolcs Nagy from comment #19) > (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 initia= l_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? >=20 > it can be related, hard to tell. > (your failures are consistently heap corruptions > detected in malloc/free, instead of dynamic tls > related state corruption) >=20 > 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). Tried patches from #comment7 on glibc-2.30. No failures after 100 test runs. Usually fails after 3-4 runs. --=20 You are receiving this mail because: You are on the CC list for the bug.=