From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9B6E23858C50; Wed, 4 Jan 2023 23:42:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9B6E23858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672875728; bh=NfVHiouFBGZjhjn0Gt+RX0llAgrVO+L0w/g7J4lzoz4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lhLtg75FvD2DHCO2+r1h74VGXbcfmHz6aAgnS1KCGf/mWFWe+DEoVpPRIw4Wr2XD3 PlYBnzxx4zrqfFR8Dt3lrLl4Tm48pkysjvM3qjn7hRC9EsVk7bp2Sto4Tfy8/1zgeb oCjRsaB57ttOWQqUGY7XAMopBLXVyhA1o/Pma8gc= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/29960] gdb doesn't prevent user from setting faulty catch condition and segfaults Date: Wed, 04 Jan 2023 23:42:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: breakpoints 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: 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=3D29960 --- Comment #2 from Tom Tromey --- I think the problem is that re-running does not end up reparsing the breakpoint condition on the catch. i.e., a bug in the breakpoint refactoring. --=20 You are receiving this mail because: You are on the CC list for the bug.=