From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D0FAC3858D20; Wed, 21 Feb 2024 19:14:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D0FAC3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708542841; bh=u/vX/CX6j7jXjCfiQFc72PeFWgJQRBECJ4G1N7VQtBw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=r61seqnXx4kA0p6DEyTDcMPYHn0osE46QvmaXbmhd5aNe358A1M96Hp6Gd8rkctuh nRKyuEzTGWel26tYptnzw8nnbX6I0hXeCyVCfbeLMottZI89lLUOVH6c6bEEKHSLz2 YLr1/AuojOtnVsGOQo+4qwBHO9fLYJppyHJ8dvNY= From: "adhemerval.zanella at linaro dot org" To: glibc-bugs@sourceware.org Subject: [Bug libc/31129] elf/tst-stackguard1-static and ntpl/tst-stackguard1-static failing on sparc64-linux-gnu Date: Wed, 21 Feb 2024 19:14:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: adhemerval.zanella at linaro 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=3D31129 --- Comment #3 from Adhemerval Zanella --- Note: issuing elf/tst-stackguard1-static with an argument will hit an issue= on how we define glibc test long options, where support/test-driver.c fails to append a final zero-filled element: diff --git a/support/test-driver.c b/support/test-driver.c index f0fd7ccda2..8cf06793b4 100644 --- a/support/test-driver.c +++ b/support/test-driver.c @@ -155,6 +155,7 @@ main (int argc, char **argv) { CMDLINE_OPTIONS TEST_DEFAULT_OPTIONS + { NULL, 0, NULL, 0 } }; test_config.options =3D &options; #endif Could you check with this argument as from the following command? $ make test t=3Delf/tst-stackguard1-static For instance, on the system I built with --enable-hardcoded-path-in-tests (= no need to setup the GCONV_PATH/LOCPATH/LC_ALL environment for this test): $ gdb --args /home/azanella/projects/glibc/build/sparc64-linux-gnu/elf/tst-stackguard1-s= tatic --command "/home/azanella/projects/glibc/build/sparc64-linux-gnu/elf/tst-stackguard1-= static --child" --=20 You are receiving this mail because: You are on the CC list for the bug.=