From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C87853858283; Thu, 15 Feb 2024 14:05:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C87853858283 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708005919; bh=itYXD69JlvzE7OhQ1DtVum6tKD4MbvOXVWRnd4kuLi0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VysVV80LANIp2UVTDylgtlHWCRNWce8Vjfw1ocDCP9drnxsGk/Mf5GuZ51KCqOgMW O/ISl36ZL97ll99K4lSCG6LraB7wE4i9OAowIeOw5ISUUj6reGMNCXw93QQLLvcCU4 yJd89PZSmMiw6iS7/PWRrGCcmiRdyYbpe7eUQx/g= From: "sam at gentoo dot org" To: glibc-bugs@sourceware.org Subject: [Bug build/31316] Fails test misc/tst-dirname "Didn't expect signal from child: got `Illegal instruction'" on non SSE CPUs Date: Thu, 15 Feb 2024 14:05:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sam at gentoo dot org X-Bugzilla-Status: UNCONFIRMED 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31316 --- Comment #8 from Sam James --- Thanks, that works and cures the illegal instruction. Took a few days to run the test suite on the machine: 2 FAIL 4843 PASS 45 UNSUPPORTED 17 XFAIL 8 XPASS FAIL: elf/tst-glibc-hwcaps-prepend-cache FAIL: locale/tst-localedef-path-norm ``` $ cat ./elf/tst-glibc-hwcaps-prepend-cache.out tst-glibc-hwcaps-prepend-cache.c:90: numeric comparison failure left: 1 (0x1); from: marker1 () right: 2 (0x2); from: 2 tst-glibc-hwcaps-prepend-cache.c:105: numeric comparison failure left: 1 (0x1); from: marker1 () right: 2 (0x2); from: 2 tst-glibc-hwcaps-prepend-cache.c:113: numeric comparison failure left: 1 (0x1); from: marker1 () right: 3 (0x3); from: 3 error: tst-glibc-hwcaps-prepend-cache.c:122: not true: dlopen (SONAME, RTLD_NOW) =3D=3D NULL tst-glibc-hwcaps-prepend-cache.c:129: numeric comparison failure left: 1 (0x1); from: marker1 () right: 2 (0x2); from: 2 error: 5 test failures running post-clean rsync ``` Not sure what that's about, but it was also there before in the original report. Not checked on any other hw. Thanks Florian. --=20 You are receiving this mail because: You are on the CC list for the bug.=