From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E919F3858D20; Wed, 15 May 2024 20:02:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E919F3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715803323; bh=N1+2S6c/obgJ4uwkbGFozup9G/SmbVEL97kdGOOqRuM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FYd9C6kHZ9e39NUbFmIqGulSysMUNWzRC3GsNmwTeCMkX/WsX8LqprC1Il6prqF6V bZl3jd5AfOQ7c/5691le++cM35S6nDgFV3wV9MZD4uJ2XxEktZ6GGmKt9PPH5VlwDa Rtj9eVPF/JXOHZO3Qcdaao3jY0hmW9h8Aw6Vidq8= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug server/31731] gdbserver fails to start and seems to freeze Date: Wed, 15 May 2024 20:02:03 +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: 14.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware 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: 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=3D31731 --- Comment #5 from Tom Tromey --- Ok, please try this. In one terminal, "gdbserver :1234 /bin/ls" Don't use --debug In another terminal, start "gdb -nx /bin/ls". Then "set remotelogfile /tmp/log". Then "target remote :1234" After it fails, attach the log file to this bug. Maybe that will tell us something, not sure. --=20 You are receiving this mail because: You are on the CC list for the bug.=