From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D7A4C3858C01; Tue, 10 Oct 2023 19:13:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D7A4C3858C01 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1696965223; bh=62eQ+vgGYsDonCdjBDDjErFp2jCLbs82EI8NXEw/rw8=; h=From:To:Subject:Date:From; b=QlrtboCDq/aV52tkvkvC9QiOqHkOAOGcuvYxUyYxAStN+pt0ir4BNIy687u1hChIQ GFZ8D8nIlETPldaPylS577vpNCNFONfnJPD95+JpDL5OW44PhACFC9UyW7sA7XcrCy OONgX8CNzZ+dTBMHlCStr0NZgZxI1IajAqxpl3LM= From: "simon.marchi at polymtl dot ca" To: gdb-prs@sourceware.org Subject: [Bug gdb/30961] New: Random "ERROR: Window too small." errors in testsuite Date: Tue, 10 Oct 2023 19:13:43 +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: simon.marchi at polymtl 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=3D30961 Bug ID: 30961 Summary: Random "ERROR: Window too small." errors in testsuite Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: simon.marchi at polymtl dot ca Target Milestone: --- Since a few weeks, I've been getting random "Window too small" errors in so= me tests, in my CI. It happens rarely, it appears completely random (not alwa= ys the same test). For instance: 663381 (gdb) PASS: gdb.base/checkpoint-ns.exp: break2 with many checkpoints 663382 info checkpoints^M 663383 * 0 Thread 0x7ffff7dd9740 (LWP 998419) (main process) at 0x0^M 663384 1 process 998463 at 0x5555555552d0, file /home/jenkins/workspace/dev_review_binutils-gdb_linuxbuild/platform/deb12-a= md64/target_board/unix/src/binutils-gdb/gdb/testsuite/gdb.base/checkpoint.c, line 49^ M 663385 2 process 998469 at 0x5555555552d0, file /home/jenkins/workspace/dev_review_binutils-gdb_linuxbuild/platform/deb12-a= md64/target_board/unix/src/binutils-gdb/gdb/testsuite/gdb.base/checkpoint.c, line 49^ M 663386 3 process 998472 at 0x5555555552d0, file /home/jenkins/workspace/dev_review_binutils-gdb_linuxbuild/platform/deb12-a= md64/target_board/unix/src/binutils-gdb/gdb/testsuite/gdb.base/checkpoint.c, line 49^ M 663387 4 process 998473 at 0x5555555552d0, file /home/jenkins/workspace/dev_review_binutils-gdb_linuxbuild/platform/deb12-a= md64/target_board/unix/src/binutils-gdb/gdb/testsuite/gdb.base/checkpoint.c, line 49^ M 663388 5 process 998474 at 0x5555555552d0, file /home/jenkins/workspace/dev_review_binutils-gdb_linuxbuild/platform/deb12-a= md64/target_board/unix/src/binutils-gdb/gdb/testsuite/gdb.base/checkpoint.c, line 49^ M 663389 6 process 998477 at 0x5555555552d0, file /home/jenkins/workspace/dev_review_binutils-gdb_linuxbuild/platform/deb12-a= md64/target_board/unix/src/binutils-gdb/gdb/testsuite/gdb.base/checkpoint.c, line 49^ M 663390 7 process 998480 at 0x5555555552d0, file /home/jenkins/workspace/dev_review_binutils-gdb_linuxbuild/platform/deb12-a= md64/target_board/unix/src/binutils-gdb/gdb/testsuite/gdb.base/checkpoint.c, line 49^ M 663391 8 process 998486 at 0x5555555552d0, file /home/jenkins/workspace/dev_review_binutils-gdb_linuxbuild/platform/deb12-a= md64/target_board/unix/src/binutils-gdb/gd--Type for more, q to quit, c to cont inue without paging--ERROR: Win= dow too small. 663392 UNRESOLVED: gdb.base/checkpoint-ns.exp: info checkpoints with at le= ast 600 checkpoints Note the unexpected pagination. GDB is started with: -iex "set height 0" -iex "set width 0" and these commands are done first thing after starting GDB: (gdb) set height 0 (gdb) set width 0 I have no clue what causes pagination to randomly happen. --=20 You are receiving this mail because: You are on the CC list for the bug.=