From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8A78A395B076; Wed, 16 Nov 2022 15:14:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A78A395B076 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668611645; bh=MCGalo3QeAc4RyaC6LRVghdr5GGaUc7oDlXM8MuLYtQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w+rAirtq+pHW1oYwEokYZHpGDpVk1HRRaGXHk4EUWd0taj0ry/Dciww7+aDuJftDv b7n/etVSLPlsGxwBhxgueJecgajuHZXQcs+PclU6biHTW3+citdzmc+Pedxr3r/rPI +8Do/mLGYYBvBWQalrdccNYzUL9pStC/eAXmx/EE= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/29792] [gdb/testsuite, powerpc] FAIL: gdb.opt/solib-intra-step.exp: second-hit Date: Wed, 16 Nov 2022 15:14:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: 12.1 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: 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=3D29792 --- Comment #2 from Tom de Vries --- It's good to note that if we drop optimization of the solib to -O0, we have= a regular: ... $ ./build/gdb/gdb -q outputs/gdb.opt/solib-intra-step/solib-intra-step-main Reading symbols from outputs/gdb.opt/solib-intra-step/solib-intra-step-main= ... (gdb) start Temporary breakpoint 1 at 0x10000718: file /suse/tdevries/gdb/src/gdb/testsuite/gdb.opt/solib-intra-step-main.c, line = 23. Starting program: /suse/tdevries/gdb/build/gdb/testsuite/outputs/gdb.opt/solib-intra-step/sol= ib-intra-step-main=20 Temporary breakpoint 1, main () at /suse/tdevries/gdb/src/gdb/testsuite/gdb.opt/solib-intra-step-main.c= :23 23 shlib_first (); (gdb) step shlib_first () at /suse/tdevries/gdb/src/gdb/testsuite/gdb.opt/solib-intra-step-lib.c:29 29 shlib_second (0); /* first-hit */ (gdb) step shlib_second (dummy=3D0) at /suse/tdevries/gdb/src/gdb/testsuite/gdb.opt/solib-intra-step-lib.c:= 23 23 abort (); /* second-hit */ (gdb) step Program received signal SIGABRT, Aborted. 0x00007ffff7c49838 in raise () from /lib64/libc.so.6 ... --=20 You are receiving this mail because: You are on the CC list for the bug.=