From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F00A73858020; Tue, 26 Oct 2021 20:15:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F00A73858020 From: "adhemerval.zanella at linaro dot org" To: glibc-bugs@sourceware.org Subject: [Bug libc/28499] Couldn't export variable to sub process Date: Tue, 26 Oct 2021 20:15:12 +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.32 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: adhemerval.zanella at linaro dot org X-Bugzilla-Status: WAITING 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_status everconfirmed cc cf_reconfirmed_on 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: Tue, 26 Oct 2021 20:15:13 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28499 Adhemerval Zanella changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Ever confirmed|0 |1 CC| |adhemerval.zanella at lina= ro dot o | |rg Last reconfirmed| |2021-10-26 --- Comment #1 from Adhemerval Zanella --- At least with bash and dash I could not reproduce it: $ ./elf/ld.so --version | head -n1 ld.so (GNU libc) development release version 2.34.9000. $ ./elf/ld.so --library-path . /bin/bash ./export.sh=20 5 5 $ ./elf/ld.so --library-path . /bin/dash ./export.sh=20 5 5 And on both shells they call fork+exec and we do have tests that rely on fo= rked process to retains the environment variables (posix/tst-execvpe5.c). I will close this bug by the end of the week. --=20 You are receiving this mail because: You are on the CC list for the bug.=