From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B71DD3810281; Thu, 6 Jun 2024 07:10:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B71DD3810281 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717657842; bh=AZs/8IC001OfVWtVrhhqVOYb+fGaIynBQ9pbPumQOQw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eZHWitj4Q/HjzfV9jmrwJ8izkwhNW2MOyF/1DGtHtFlBXrQeh4tSP4FOee5/lZojy WaFm5l3eI3CL2YQ52wruOLka0yiuau9TPCysZUk5g7EbhViqhccWjAxEIBtk8E1KTq 5aF5NQqFa6h4ZVERL7IrvI8b0x0C4V/TA/vqL2Ks= From: "dmitry.neverov at jetbrains dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/31727] -exec-next fails in mingw (infrun.c:2794: internal-error: resume_1: Assertion `pc_in_thread_step_range (pc, tp)' failed) Date: Thu, 06 Jun 2024 07:10:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dmitry.neverov at jetbrains dot com 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=3D31727 --- Comment #16 from Dmitry Neverov -= -- I get no crash if I change condition in lnp_state_machine::check_line_addre= ss to if ((address =3D=3D 0 && address < unrelocated_lowpc) || address =3D=3D (CORE_ADDR) -1 || address =3D=3D (CORE_ADDR) -2) --=20 You are receiving this mail because: You are on the CC list for the bug.=