From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B67633858D28; Mon, 12 Jun 2023 07:22:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B67633858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1686554563; bh=qDzGaL/FfF0Y1z/Gz8aN1hNYTzmk5OtF/jd8fHs6/lQ=; h=From:To:Subject:Date:From; b=YOJayafE5NFyt5zOrrGElo5mlfONCQ9ppfI9l1kdftrwyNMdb/uuvJeICdOxri6hi xVLB/Ri6yevJgOIZIfDmbpqwMoEd1azps1vDrkV2UJnuaInflBqD5lp1AiLBb2Ua9o mIk9oVwciuBsLYgjr8C/rvQr0eA7fT9ZOl0GlKlY= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/30538] New: [gdb/testsuite, aarch64] FAIL: gdb.python/py-rbreak.exp: check number of returned breakpoints is 11 Date: Mon, 12 Jun 2023 07:22:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite X-Bugzilla-Version: 13.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: 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=3D30538 Bug ID: 30538 Summary: [gdb/testsuite, aarch64] FAIL: gdb.python/py-rbreak.exp: check number of returned breakpoints is 11 Product: gdb Version: 13.1 Status: NEW Severity: normal Priority: P2 Component: testsuite Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- With a gdb 13.1 based package on SLE-15 aarch64, I run into: ... (gdb) PASS: gdb.python/py-rbreak.exp: nosharedlibrary py sl =3D gdb.rbreak("^[^_]",minsyms=3DFalse)^M Breakpoint 2 at 0x4004ac: file ../sysdeps/aarch64/crti.S, line 63.^M Breakpoint 3 at 0x4005cc: file /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.python/py-rbreak-fun= c2.c, line \ 21.^M Breakpoint 4 at 0x4005d4: file /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.python/py-rbreak-fun= c2.c, line \ 27.^M Breakpoint 5 at 0x4005dc: file /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.python/py-rbreak-fun= c2.c, line \ 33.^M Breakpoint 6 at 0x400564: file /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.python/py-rbreak.c, = line 21.^M Breakpoint 7 at 0x40056c: file /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.python/py-rbreak.c, = line 27.^M Breakpoint 8 at 0x400574: file /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.python/py-rbreak.c, = line 33.^M Breakpoint 9 at 0x40057c: file /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.python/py-rbreak.c, = line 39.^M Breakpoint 10 at 0x400584: file /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.python/py-rbreak.c, = line 45.^M Breakpoint 11 at 0x40058c: file /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.python/py-rbreak.c, = line 51.^M Breakpoint 12 at 0x4005a4: file /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.python/py-rbreak.c, = line 63.^M Breakpoint 13 at 0x400594: file /home/abuild/rpmbuild/BUILD/gdb-13.2/gdb/testsuite/gdb.python/py-rbreak.c, = line 57.^M (gdb) py print(len(sl))^M 12^M (gdb) FAIL: gdb.python/py-rbreak.exp: check number of returned breakpoints = is 11 ... This is the unexpected one: ... Breakpoint 2 at 0x4004ac: file ../sysdeps/aarch64/crti.S, line 63.^M ... Looking in the glibc sources, it's function "call_weak_fn". --=20 You are receiving this mail because: You are on the CC list for the bug.=