From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B86CA3858C2C; Mon, 28 Nov 2022 02:51:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B86CA3858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669603889; bh=9PJTp0OcE55/ffyNSGUD4OWdQOSbwOTqGzVzo7OhDtk=; h=From:To:Subject:Date:From; b=qppM4KDblXx5LpltoVTPAmftsdActYkv02rsZLBr7jcXY+QHzu5b22uaHwpDfILic FbIjTL9dGwMY77yHZ2HivIV93xOPt98se9E7Iupiu4NsCuJ7V6l9aPksmy5PI9T6Zy eLil1QEHr1wbiheFdlZvIPAVBtSS51tBcKBTNfkw= From: "simark at simark dot ca" To: gdb-prs@sourceware.org Subject: [Bug gdb/29830] New: FAIL: gdb.server/stop-reply-no-thread-multi.exp: target-non-stop=off: to_disable=: stepi Date: Mon, 28 Nov 2022 02:51:28 +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: simark at simark dot ca 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=3D29830 Bug ID: 29830 Summary: FAIL: gdb.server/stop-reply-no-thread-multi.exp: target-non-stop=3Doff: to_disable=3D: stepi Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: simark at simark dot ca Target Milestone: --- I have seen this once on my CI: 308094 (gdb) continue^M 1308095 Continuing.^M 1308096 warning: Could not load shared library symbols for linux-vdso.so.1.= ^M 1308097 Do you need "set solib-search-path" or "set sysroot"?^M 1308098 [New Thread 1459184]^M 1308099 ^M 1308100 Thread 1 hit Breakpoint 1, unlock_worker () at /home/jenkins/workspace/binutils-gdb_master_linuxbuild/platform/jammy-amd64= /target_board/native-extended-gdbserver/src/binutils-gdb/gdb/testsuite/gdb.= server/stop-reply-no-thre ad-multi.c:28^M 1308101 28 worker_blocked =3D 0;^M 1308102 (gdb) PASS: gdb.server/stop-reply-no-thread-multi.exp: target-non-stop=3Doff: to_disable=3D: continue to breakpoint: run to unlock= _worker 1308103 info threads^M 1308104 Id Target Id Frame ^M 1308105 * 1 Thread 1459169 unlock_worker () at /home/jenkins/workspace/binutils-gdb_master_linuxbuild/platform/jammy-amd64= /target_board/native-extended-gdbserver/src/binutils-gdb/gdb/testsuite/gdb.= server/stop-reply-no-thread -multi.c:28^M 1308106 2 Thread 1459184 unlock_main () at /home/jenkins/workspace/binutils-gdb_master_linuxbuild/platform/jammy-amd64= /target_board/native-extended-gdbserver/src/binutils-gdb/gdb/testsuite/gdb.= server/stop-reply-no-thread-m ulti.c:35^M 1308107 (gdb) PASS: gdb.server/stop-reply-no-thread-multi.exp: target-non-stop=3Doff: to_disable=3D: second thread should now exist 1308108 thread 2^M 1308109 [Switching to thread 2 (Thread 1459184)]^M 1308110 #0 unlock_main () at /home/jenkins/workspace/binutils-gdb_master_linuxbuild/platform/jammy-amd64= /target_board/native-extended-gdbserver/src/binutils-gdb/gdb/testsuite/gdb.= server/stop-reply-no-thread-multi.c:35^M 1308111 35 }^M 1308112 (gdb) PASS: gdb.server/stop-reply-no-thread-multi.exp: target-non-stop=3Doff: to_disable=3D: switch to second thread 1308113 set scheduler-locking on^M 1308114 (gdb) PASS: gdb.server/stop-reply-no-thread-multi.exp: target-non-stop=3Doff: to_disable=3D: set scheduler-locking on 1308115 stepi^M 1308116 0x00005555555551d1 35 }^M 1308117 (gdb) FAIL: gdb.server/stop-reply-no-thread-multi.exp: target-non-stop=3Doff: to_disable=3D: stepi I haven't been able to reproduce it locally. --=20 You are receiving this mail because: You are on the CC list for the bug.=