From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BF4713857C42; Sat, 11 Jul 2020 08:35:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BF4713857C42 From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug threads/26228] New: FAIL: gdb.threads/create-fail.exp: iteration x: run till end (SIG32) Date: Sat, 11 Jul 2020 08:35:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: threads 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2020 08:35:07 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26228 Bug ID: 26228 Summary: FAIL: gdb.threads/create-fail.exp: iteration x: run till end (SIG32) Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: threads Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- Here ( https://sourceware.org/pipermail/gdb-testers/2020q3/169745.html ) we find in gdb.sum: ... FAIL: gdb.threads/create-fail.exp: iteration 10: run till end FAIL: gdb.threads/create-fail.exp: iteration 1: run till end FAIL: gdb.threads/create-fail.exp: iteration 2: run till end FAIL: gdb.threads/create-fail.exp: iteration 3: run till end FAIL: gdb.threads/create-fail.exp: iteration 4: run till end FAIL: gdb.threads/create-fail.exp: iteration 5: run till end FAIL: gdb.threads/create-fail.exp: iteration 6: run till end FAIL: gdb.threads/create-fail.exp: iteration 7: run till end FAIL: gdb.threads/create-fail.exp: iteration 8: run till end FAIL: gdb.threads/create-fail.exp: iteration 9: run till end ... In more detail, in gdb.log: ... (gdb) run=20 Starting program: /home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64/build/gdb/testsuite/outp= uts/gdb.threads/create-fail/create-fail=20 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Breakpoint 1, main () at /home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64/build/gdb/testsuite/../.= ./../binutils-gdb/gdb/testsuite/gdb.threads/create-fail.c:69 69 for (i =3D 0; i < CPU_SETSIZE; i++) (gdb) continue Continuing. [New Thread 0x7ffff7c83700 (LWP 626354)] [New Thread 0x7ffff7482700 (LWP 626355)] [Thread 0x7ffff7c83700 (LWP 626354) exited] [New Thread 0x7ffff6c81700 (LWP 626356)] [Thread 0x7ffff7482700 (LWP 626355) exited] [New Thread 0x7ffff6480700 (LWP 626357)] [Thread 0x7ffff6c81700 (LWP 626356) exited] [New Thread 0x7ffff5c7f700 (LWP 626358)] [Thread 0x7ffff6480700 (LWP 626357) exited] pthread_create: 22: Invalid argument Thread 6 "create-fail" received signal SIG32, Real-time event 32. [Switching to Thread 0x7ffff5c7f700 (LWP 626358)] 0x00007ffff7d87695 in clone () from /lib64/libc.so.6 (gdb) FAIL: gdb.threads/create-fail.exp: iteration 1: run till end ... --=20 You are receiving this mail because: You are on the CC list for the bug.=