From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7006B3858CDA; Tue, 13 Jun 2023 15:50:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7006B3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1686671459; bh=zRq7BGMBhWiPEPE1bHs/w5/M7wQXQQPkj++lS4v5nV8=; h=From:To:Subject:Date:From; b=Tb1VxR06Tc49CHoVW+QWvHRAL1DN7wGlyd/gtaZUodWgSd4ySfXq+1DJNhR7qQG46 RPzRNAupfWSmANxHTEFxDjjVnDumJNa1hZphJR+7cw1iwa9KqPHqkKWdTHeefsbMNe mjKzFUcWnHx3Wqw3iMQp9SnZyqgb6wFEaRb+LP4k= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30549] New: [gdb, ppc64le] FAIL: gdb.cp/gdb2495.exp: call a function that raises an exception without a handler. (timeout) Date: Tue, 13 Jun 2023 15:50:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: vries at gcc dot gnu.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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D30549 Bug ID: 30549 Summary: [gdb, ppc64le] FAIL: gdb.cp/gdb2495.exp: call a function that raises an exception without a handler. (timeout) Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- On CentOS 7 ppc64le I run into: ... (gdb) PASS: gdb.cp/gdb2495.exp: p exceptions.throw_function_with_handler() p exceptions.throw_function()^M FAIL: gdb.cp/gdb2495.exp: call a function that raises an exception without a handler. (timeout) bt^M FAIL: gdb.cp/gdb2495.exp: bt after returning from a popped frame (timeout) info breakpoints^M FAIL: gdb.cp/gdb2495.exp: info breakpoints (timeout) set unwind-on-terminating-exception off^M FAIL: gdb.cp/gdb2495.exp: set unwind-on-terminating-exception off (timeout) show unwind-on-terminating-exception^M FAIL: gdb.cp/gdb2495.exp: turn off unwind on terminating exception flag (timeout) p exceptions.throw_function()^M FAIL: gdb.cp/gdb2495.exp: call a function that raises an exception with unwinding off.. (timeout) delete breakpoints^M FAIL: gdb.cp/gdb2495.exp: delete all breakpoints in delete_breakpoints (timeout) ERROR: breakpoints not deleted break -qualified main^M UNRESOLVED: gdb.cp/gdb2495.exp: gdb_breakpoint: set breakpoint at main (timeout) ... --=20 You are receiving this mail because: You are on the CC list for the bug.=