From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 07A62386180F; Thu, 1 Feb 2024 19:54:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 07A62386180F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706817255; bh=FyRWXrlf4YurEH5L5VcAoYARc/i4MSW1cyX0IiwEyEY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LilKFyCuEjrA4cZSje/ALWfIe6i3Sk7jO13HiCA97CekkNeccRl32m1Tg+WeSqYhD XjB/vIsSxRFw6thBPx/SvqyH/NbdVMKK9bo+t4j2b6TDNH3sgDOMPo95LunoDihDDg m2G1sHaVii3DKJRj195bGSUhvzPy76kk5FcBYzNs= From: "glaubitz at physik dot fu-berlin.de" To: gcc-rust@gcc.gnu.org Subject: [Bug rust/113553] rust fails to build on sparc64-linux-gnu Date: Thu, 01 Feb 2024 19:54:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rust X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: glaubitz at physik dot fu-berlin.de X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113553 --- Comment #8 from John Paul Adrian Glaubitz --- (In reply to Andrew Pinski from comment #6) > Let me look that seems like an unitialized variable. If it is obvious one= , I > will apply a patch. Thanks. I was actually researching the above error message and one explanat= ion was that variables passed to the posix_spawn() API might uninitialized when triggering this error message. --=20 You are receiving this mail because: You are on the CC list for the bug.=