From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3AE003858C60; Fri, 16 Feb 2024 02:48:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3AE003858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708051704; bh=Vcr4pCZbVGSYl9ljZibVnNwysXyr63oI36nKKcFnX5Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ND6HaRj4OyCPBDWk4U3xilPAvpGAtlai9kUQXHxNDfVtn8xQnguO9XAwBvqWKKZ6f 0/E2xT49gKHTl/Infq/Nazf7KJcoqhMjXMmJ1LYEJD2837saBNj32jL82AtI0lifeV KUHvuUsmKTg/k2Uyb8b0Ypnk1oJ2ve/MFqpIilxk= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug dap/31386] [gdb/dap] Race between dap startup and dap log file initialization Date: Fri, 16 Feb 2024 02:48:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: dap X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org 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=3D31386 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #2 from Tom Tromey --- (In reply to Tom de Vries from comment #1) > One way to address this is to keep the log in a string until a file is se= t. That may never happen, so we'd end up accumulating a large string. There should probably be some way for the DAP interpreter to not start accepting requests until all the command-line options have been handled. Maybe a new interpreter method is needed. --=20 You are receiving this mail because: You are on the CC list for the bug.=