STINNER Victor added the comment:
I believe that this issue is a duplicated of bpo-40436 which was fixed by:
commit ec9bea4a3766bd815148a27f61eb24e7dd459ac7
Author: Victor Stinner
Date: Wed Apr 29 17:11:48 2020 +0200
bpo-40436: Fix code parsing gdb version (GH-19792)
test_gdb
Karthikeyan Singaravelan added the comment:
Can you please add your GDB version? The version parsing is done with regex
r"^GNU gdb.*?\b(\d+)\.(\d+)" and I think it's not matching your version which
seems to be empty. Adding the output of `gdb -nx --version` will be helpful in
debugging this
New submission from Marco:
make test output
studio@linux:~/Python-3.6.0> ./python -m test -v test_gdb
== CPython 3.6.0 (default, Mar 1 2017, 15:51:48) [GCC 4.8.5]
== Linux-4.4.49-16-default-x86_64-with-SuSE-42.2-x86_64 little-endian
== hash algorithm: siphash24 64bit
== cwd: /home/studio/Py