From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1498C3954411; Thu, 29 Apr 2021 18:44:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1498C3954411 From: "seurer at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/100338] New: [11 regression] Python error running test case after r11-2720 Date: Thu, 29 Apr 2021 18:44:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 11.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: seurer at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Apr 2021 18:44:05 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100338 Bug ID: 100338 Summary: [11 regression] Python error running test case after r11-2720 Product: gcc Version: 11.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: seurer at gcc dot gnu.org Target Milestone: --- g:91e6226f880b048275a7ceedef716e159c7cefd9, r11-2720 make -k check RUNTESTFLAGS=3D"xmethods.exp=3Dlibstdc++-xmethods/unique_ptr= .cc" FAIL: libstdc++-xmethods/unique_ptr.cc # of expected passes 1 # of unexpected failures 1 commit 91e6226f880b048275a7ceedef716e159c7cefd9 (HEAD, refs/bisect/bad) Author: Jonathan Wakely Date: Fri Aug 7 17:13:56 2020 +0100 libstdc++: Remove inheritance from elements in std::tuple This problem occurs on just one of our LE systems and I am not sure why. C= an this be related to PR90520? The error is different. PASS: libstdc++-xmethods/unique_ptr.cc execution test Spawning: gdb -nw -nx -quiet -batch -ex "python print(gdb.type_printers)" spawn gdb -nw -nx -quiet -batch -ex python print(gdb.type_printers)^M []^M spawn gdb -nx -nw -quiet -batch -x unique_ptr.gdb^M Breakpoint 1 at 0x10000afc: file /home/seurer/gcc/git/gcc-11-test/libstdc++-v3/testsuite/libstdc++-xmethods/= unique_ptr.cc, line 60.^M skipping: Breakpoint 1 at 0x10000afc: file /home/seurer/gcc/git/gcc-11-test/libstdc++-v3/testsuite/libstdc++-xmethods/= unique_ptr.cc, line 60.^M ^M skipping: ^M Breakpoint 1, main () at /home/seurer/gcc/git/gcc-11-test/libstdc++-v3/testsuite/libstdc++-xmethods/= unique_ptr.cc:60^M skipping: Breakpoint 1, main () at /home/seurer/gcc/git/gcc-11-test/libstdc++-v3/testsuite/libstdc++-xmethods/= unique_ptr.cc:60^M 60 return 0; // Mark SPOT^M skipping: 60 return 0; // Mark SPOT^M >>From To Syms Read Shared Object Library^M 0x00007ffff7fa13e0 0x00007ffff7fd52c8 Yes (*) /lib64/ld64.so.2^M skipping: From To Syms Read Shared Object Library^M skipping: 0x00007ffff7fa13e0 0x00007ffff7fd52c8 Yes (*)=20=20=20=20 /lib64/ld64.so.2^M 0x00007ffff7d9c840 0x00007ffff7ef74c8 Yes=20=20=20=20=20=20=20=20 /home/seurer/gcc/git/build/gcc-11-test/powerpc64le-unknown-linux-gnu/./libs= tdc++-v3/src/.libs/libstdc++.so.6^M 0x00007ffff7b8fc20 0x00007ffff7c44de0 Yes (*)=20=20=20=20 /lib/powerpc64le-linux-gnu/libm.so.6^M 0x00007ffff7b42fc0 0x00007ffff7b5091c Yes=20=20=20=20=20=20=20=20 /home/seurer/gcc/git/build/gcc-11-test/gcc/libgcc_s.so.1^M 0x00007ffff7927680 0x00007ffff7ab7af4 Yes (*)=20=20=20=20 /lib/powerpc64le-linux-gnu/libc.so.6^M (*): Shared library is missing debugging information.^M skipping: 0x00007ffff7d9c840 0x00007ffff7ef74c8 Yes=20=20=20=20=20=20=20= =20 /home/seurer/gcc/git/build/gcc-11-test/powerpc64le-unknown-linux-gnu/./libs= tdc++-v3/src/.libs/libstdc++.so.6^M skipping: 0x00007ffff7b8fc20 0x00007ffff7c44de0 Yes (*)=20=20=20=20 /lib/powerpc64le-linux-gnu/libm.so.6^M skipping: 0x00007ffff7b42fc0 0x00007ffff7b5091c Yes=20=20=20=20=20=20=20= =20 /home/seurer/gcc/git/build/gcc-11-test/gcc/libgcc_s.so.1^M skipping: 0x00007ffff7927680 0x00007ffff7ab7af4 Yes (*)=20=20=20=20 /lib/powerpc64le-linux-gnu/libc.so.6^M skipping: (*): Shared library is missing debugging information.^M Python Exception Attempt to take contents of a non-poin= ter value.: ^M skipping: Python Exception Attempt to take contents of a non-pointer value.: ^M unique_ptr.gdb:10: Error in sourced command file:^M Error while executing Python code.^M FAIL: libstdc++-xmethods/unique_ptr.cc=