From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C39313858C60; Fri, 3 Dec 2021 23:22:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C39313858C60 From: "goldstein.w.n at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug string/28646] [2.35 Regression] mock -r fedora-36-x86_64 /tmp/java-1.8.0-openjdk-1.8.0.312.b07-2.fc36.src.rpm& fails to build Date: Fri, 03 Dec 2021 23:22:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: string X-Bugzilla-Version: 2.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: goldstein.w.n at gmail dot com X-Bugzilla-Status: NEW 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: 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: Fri, 03 Dec 2021 23:22:16 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28646 --- Comment #4 from Noah Goldstein --- (In reply to H.J. Lu from comment #3) > (gdb) f 0 > #0 __strcmp_evex ( > s1=3D0x55f3e18d08f8 > "/export/redhat/rpms/BUILD/java-1.8.0-openjdk-1.8.0.312.b07-2.fc35.x86_64/ > openjdk/langtools/src/share/classes/com/sun/tools/doclets/internal/toolki= t/ > util/PathDocFileFactory.java",=20 > s2=3D0x55f3e18ccff3 > "/export/redhat/rpms/BUILD/java-1.8.0-openjdk-1.8.0.312.b07-2.fc35.x86_64/ > openjdk/langtools/src/share/classes/com/sun/tools/doclets/internal/toolki= t/ > taglets/ThrowsTaglet.java") > at ../sysdeps/x86_64/multiarch/strcmp-evex-check.c:14 > 14 asm ("hlt"); > (gdb) list > 9 int exp_result =3D __strcmp_avx2 (s1, s2); > 10 int result =3D __strcmp_evex_real (s1, s2); > 11 if ((exp_result =3D=3D 0 && result !=3D 0) > 12 || (exp_result < 0 && result >=3D 0) > 13 || (exp_result > 0 && result <=3D 0)) > 14 asm ("hlt"); > 15=09 > 16 return result; > 17 } > (gdb) p exp_result > $1 =3D 1 > (gdb) p result > $2 =3D 0 > (gdb) Dump of s1/s2? --=20 You are receiving this mail because: You are on the CC list for the bug.=