From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 64B623858C53; Sat, 18 Mar 2023 23:45:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 64B623858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679183157; bh=Jx6nFn4xT+wSKN2IELgqUi6Zo1o5eAQBxaWtNKVZSVI=; h=From:To:Subject:Date:From; b=Pta9jI+OdQ6adPtcHycfhw0TreP06+V2ihh7WXGuktVafYfr5xWxiuxk3slfxYLH7 6JpazgBwsfF07HTXFeorbhdS66Kg2SeG+qt3z8iqKWphzkcjYSvDS7CauflXZm+vkf JntyoP9ZuZUYY20qnw69ortVRkkkbFXTva7DmT8s= From: "sam at gentoo dot org" To: glibc-bugs@sourceware.org Subject: [Bug stdio/30244] New: printf assertion fires in printf_fp when running coreutils' test suite (od crashes) Date: Sat, 18 Mar 2023 23:45:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: stdio X-Bugzilla-Version: 2.37 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sam at gentoo dot org 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone cf_gcchost cf_gcctarget cf_gccbuild Message-ID: 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30244 Bug ID: 30244 Summary: printf assertion fires in printf_fp when running coreutils' test suite (od crashes) Product: glibc Version: 2.37 Status: NEW Severity: normal Priority: P2 Component: stdio Assignee: unassigned at sourceware dot org Reporter: sam at gentoo dot org Target Milestone: --- Host: ia64-unknown-linux-gnu Target: ia64-unknown-linux-gnu Build: ia64-unknown-linux-gnu Noticed when running the coreutils test suite on ia64. See https://lists.gnu.org/archive/html/coreutils/2023-03/msg00063.html. ``` # seq 19 > in # od -An -tfDz -tfLz in 1.6292135911574872e-259 1.9544134620527668e-259 >1.2.3.4.5.6.7.8.< Fatal glibc error: printf_fp.c:501 (__printf_fp_buffer_1): assertion failed= : cy =3D=3D 1 || (p.frac[p.fracsize - 2] =3D=3D 0 && p.frac[0] =3D=3D 0) Aborted ``` This is with sys-libs/glibc-2.37-r1 on Gentoo. --=20 You are receiving this mail because: You are on the CC list for the bug.=