From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 15D853850203; Thu, 16 Jan 2025 12:33:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 15D853850203 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1737030795; bh=RlwAaLDlViN8gksP5h4AnssRG3jO0AmvmWDYWqqnMWc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ujZhuG+CF9r4MqHSYU/Qvw/MDw23kh6peARwinbanOS3CVYQ5lnIUyIUVeCD03BY/ A9JoNAC6/rRvNwpdIXxMLu0NlW1/BbNXBFd5JVm/XpOOQuJS+scASEewaPD7Y7N8NB SYmsNr57NxUV/v5b+8GXnGd4IuHzQCCePAQVgNL8= From: "jremus at linux dot ibm.com" To: gdb-prs@sourceware.org Subject: [Bug server/26116] gdbserver with zsh as the shell hangs at startup when .zshenv forks Date: Thu, 16 Jan 2025 12:33:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: server X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jremus at linux dot ibm.com 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: cc 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=3D26116 Jens Remus changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jremus at linux dot ibm.com --- Comment #5 from Jens Remus --- Very annoying! Ran into this running the GDB testsuite on s390x. My shell is zsh. Nearly all gdb.server tests hang and run into a timeout. I could workaround by running the testsuite with SHELL=3Dbash as follows: $ SHELL=3Dbash make check Would it make sense to skip all gdb.server tests if the shell is one of the known problematic ones or use --no-startup-with-shell in those tests? --=20 You are receiving this mail because: You are on the CC list for the bug.=