[issue47249] test_multiprocessing_fork probabilistic failure

2022-04-07 Thread tongxiaoge
tongxiaoge added the comment: I previously suspected the patch d0d83a9 (https://github.com/python/cpython/commit/d0d83a94314402366e04e7ea2638f809510eb830) fixed this problem, so I upgraded python3 to 3.10.2, but the problem still occurred

[issue47249] test_multiprocessing_fork probabilistic failure

2022-04-07 Thread tongxiaoge
New submission from tongxiaoge : This problem is probabilistic. I run Python3 all test cases on OBS. In recent months, there have been about three times that the test cases hang on probabilistically. The current version with problems is 3.10.2, this problem has also appeared in 3.10.0

[issue46849] Memory problems detected using Valgrind

2022-02-28 Thread tongxiaoge
tongxiaoge added the comment: Ok, thanks. There is no memory problem exposed when I add --suppressions=Misc/valgrind-python.supp. I will close this issue. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Pytho

[issue46849] Memory problems detected using Valgrind

2022-02-26 Thread tongxiaoge
tongxiaoge added the comment: I also installed Python3.7.9、Python3. 8.5 tested and found no problems. -- ___ Python tracker <https://bugs.python.org/issue46

[issue46849] Memory problems detected using Valgrind

2022-02-26 Thread tongxiaoge
tongxiaoge added the comment: The latest version is also problematic (Python 3.11.0a5). The above is the output stack information. Here are the steps to reproduce: 1. iotop -b -n 10 & 2. valgrind --leak-check=full /usr/sbin/iotop -b -n 5 > iotop_ test -- Added file:

[issue46849] Memory problems detected using Valgrind

2022-02-24 Thread tongxiaoge
New submission from tongxiaoge : Reproduction steps: 1. Execute command: iotop -b -n 10 & 2. Execute the command in another session: valgrind /usr/sbin/iotop -b -n 5 > iotop_test The output information is as follows: [root@openEuler ~]# valgrind /usr/sbin/iotop -b -n 5 > iotop_te

[issue46454] '0 -> /dev/null' is lost

2022-01-21 Thread tongxiaoge
Change by tongxiaoge : Added file: https://bugs.python.org/file50573/python3.10.0-out.png ___ Python tracker <https://bugs.python.org/issue46454> ___ ___ Python-bug

[issue46454] '0 -> /dev/null' is lost

2022-01-21 Thread tongxiaoge
Change by tongxiaoge : Added file: https://bugs.python.org/file50574/python3.4.6-out.png ___ Python tracker <https://bugs.python.org/issue46454> ___ ___ Python-bug

[issue46454] '0 -> /dev/null' is lost

2022-01-21 Thread tongxiaoge
Change by tongxiaoge : Added file: https://bugs.python.org/file50572/python2.7.13-out.png ___ Python tracker <https://bugs.python.org/issue46454> ___ ___ Python-bug

[issue46454] '0 -> /dev/null' is lost

2022-01-21 Thread tongxiaoge
Change by tongxiaoge : Added file: https://bugs.python.org/file50571/fd2.py ___ Python tracker <https://bugs.python.org/issue46454> ___ ___ Python-bugs-list mailin

[issue46454] '0 -> /dev/null' is lost

2022-01-21 Thread tongxiaoge
Change by tongxiaoge : Added file: https://bugs.python.org/file50570/fd.py ___ Python tracker <https://bugs.python.org/issue46454> ___ ___ Python-bugs-list mailin

[issue46454] '0 -> /dev/null' is lost

2022-01-21 Thread tongxiaoge
New submission from tongxiaoge : I found a problem in the environment of python2 and python3, as follows: in python2: ``` VM-0-13-suse:~ # python2 -V Python 2.7.13 VM-0-13-suse:~ # VM-0-13-suse:~ # ps -aux|grep python2 root 29414 0.1 0.7 37096 6632 pts/3S+ 19:41 0:00 python2

[issue44598] test_constructor (test.test_ssl.ContextTests) ... Fatal Python error: Segmentation fault

2021-12-26 Thread tongxiaoge
tongxiaoge added the comment: We make SSL3 disappear to newly built dependencies, the test_ssl success. Refer to the modification of OpenSSL on fedoras (address: https://src.fedoraproject.org/rpms/openssl/tree/f34 ) ``` rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/*.dist +# Next step

[issue44598] test_constructor (test.test_ssl.ContextTests) ... Fatal Python error: Segmentation fault

2021-12-23 Thread tongxiaoge
Change by tongxiaoge : -- nosy: -christian.heimes, sxt1001, thatiparthy, vstinner Added file: https://bugs.python.org/file50512/python3.spec ___ Python tracker <https://bugs.python.org/issue44

[issue44598] test_constructor (test.test_ssl.ContextTests) ... Fatal Python error: Segmentation fault

2021-12-23 Thread tongxiaoge
tongxiaoge added the comment: I want to know whether this is an OpenSSL problem or a python 3 problem, and how to fix it? Thanks. (The OpenSSL source package is large and has not been uploaded successfully. We can download it from the OpenSSL official website) -- status: closed

[issue44598] test_constructor (test.test_ssl.ContextTests) ... Fatal Python error: Segmentation fault

2021-12-23 Thread tongxiaoge
Change by tongxiaoge : Added file: https://bugs.python.org/file50511/openssl-1.1.1-build.patch ___ Python tracker <https://bugs.python.org/issue44598> ___ ___ Python-bug

[issue44598] test_constructor (test.test_ssl.ContextTests) ... Fatal Python error: Segmentation fault

2021-12-23 Thread tongxiaoge
Change by tongxiaoge : -- keywords: +patch Added file: https://bugs.python.org/file50510/openssl-1.1.1-fips.patch ___ Python tracker <https://bugs.python.org/issue44

[issue44598] test_constructor (test.test_ssl.ContextTests) ... Fatal Python error: Segmentation fault

2021-12-23 Thread tongxiaoge
Change by tongxiaoge : Added file: https://bugs.python.org/file50509/openssl.spec ___ Python tracker <https://bugs.python.org/issue44598> ___ ___ Python-bugs-list mailin

[issue44598] test_constructor (test.test_ssl.ContextTests) ... Fatal Python error: Segmentation fault

2021-12-23 Thread tongxiaoge
Change by tongxiaoge : Added file: https://bugs.python.org/file50508/Makefile.certificate ___ Python tracker <https://bugs.python.org/issue44598> ___ ___ Python-bug

[issue44598] test_constructor (test.test_ssl.ContextTests) ... Fatal Python error: Segmentation fault

2021-12-23 Thread tongxiaoge
tongxiaoge added the comment: Other information: ``` (gdb) f 2 #2 SSL_CTX_new (meth=0xe222cc30) at ssl/ssl_lib.c:3046 warning: Source file is more recent than executable. 3046ret->session_timeout = meth->get_timeout(); (gdb) l 3041ret->max_proto_version

[issue44598] test_constructor (test.test_ssl.ContextTests) ... Fatal Python error: Segmentation fault

2021-12-23 Thread tongxiaoge
tongxiaoge added the comment: Today, I upgraded my version of Python3 to 3.9.9. When running test_ ssl,It has a segment error again. The version of OpenSSL I use is 1.1.1l, here is part of the stack information (the complete one is too long): ``` (gdb) bt #0 0x9e563830 in raise

[issue45572] urllib.request:AttributeError: 'dict' object has no attribute 'get_all' in http_error_auth_reqed function

2021-10-22 Thread tongxiaoge
Change by tongxiaoge : -- nosy: +vstinner ___ Python tracker <https://bugs.python.org/issue45572> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45572] urllib.request:AttributeError: 'dict' object has no attribute 'get_all' in http_error_auth_reqed function

2021-10-22 Thread tongxiaoge
Change by tongxiaoge : Added file: https://bugs.python.org/file50389/3.11.0a1 fail.png ___ Python tracker <https://bugs.python.org/issue45572> ___ ___ Python-bugs-list m

[issue45572] urllib.request:AttributeError: 'dict' object has no attribute 'get_all' in http_error_auth_reqed function

2021-10-22 Thread tongxiaoge
Change by tongxiaoge : Added file: https://bugs.python.org/file50388/3.7.12 fail.png ___ Python tracker <https://bugs.python.org/issue45572> ___ ___ Python-bugs-list m

[issue45572] urllib.request:AttributeError: 'dict' object has no attribute 'get_all' in http_error_auth_reqed function

2021-10-22 Thread tongxiaoge
Change by tongxiaoge : Added file: https://bugs.python.org/file50387/3.7.4 fix Regex ok.png ___ Python tracker <https://bugs.python.org/issue45572> ___ ___ Python-bug

[issue45572] urllib.request:AttributeError: 'dict' object has no attribute 'get_all' in http_error_auth_reqed function

2021-10-22 Thread tongxiaoge
New submission from tongxiaoge : The python version I currently use in my development environment is 3.7.4. Using the following script, the program has never output, and seems to have entered an infinite loop. To reproduce the issue we can use the following code: from urllib.request import

[issue45444] test.test_concurrent_futures fail in x86_ 64 architecture

2021-10-15 Thread tongxiaoge
tongxiaoge added the comment: I compared the log and found that test_socket.HAVE_SOCKET_QIPCRTR is false in x86_ 64, and the value is true in the build log on the aarch64 architecture. I don't know whether it is related to this value. -- Added file: https://bugs.python.org

[issue45444] test.test_concurrent_futures fail in x86_ 64 architecture

2021-10-15 Thread tongxiaoge
tongxiaoge added the comment: I use the Linux operating system (openeuler), kernel version 4.19.90, GCC version 7.3.0. I directly run the following statement in the virtual machine: 1、python3 Lib/test/test_concurrent_futures.py 2、python3 -m test test_concurrent_futures The test cases

[issue45444] test.test_concurrent_futures fail in x86_ 64 architecture

2021-10-13 Thread tongxiaoge
tongxiaoge added the comment: I reproduced the same problem in Python 3-3.11.0a1 and increased two failure test cases: test_ exceptions and test_ Tools, detailed log is as follows: [ 1937s] 0:27:53 load avg: 5.11 running: test_capi (27 min 51 sec) [ 1966s] 0:28:23 load avg: 5.03 [423/423/3

[issue45322] [X86_64]test_concurrent_futures fail

2021-09-29 Thread tongxiaoge
New submission from tongxiaoge : The error log is as follows: [ 1848s] 0:19:24 load avg: 22.28 [411/412/1] test_concurrent_futures failed (19 min 19 sec) -- running: test_capi (19 min 22 sec) [ 1848s] [ 1848s] Traceback: [ 1848s] Thread 0x7fb68ffab700 (most recent call first): [ 1848s

[issue44598] test_constructor (test.test_ssl.ContextTests) ... Fatal Python error: Segmentation fault

2021-09-22 Thread tongxiaoge
tongxiaoge added the comment: I installed OpenSSL version 1.1.1l and tested it again. The problem disappeared. It should be the reason why the OpenSSL version I used before is too low. The current issue is closed -- stage: -> resolved status: open ->

[issue45222] test_with_pip fail

2021-09-16 Thread tongxiaoge
Change by tongxiaoge : -- components: +Build type: -> behavior ___ Python tracker <https://bugs.python.org/issue45222> ___ ___ Python-bugs-list mai

[issue45222] test_with_pip fail

2021-09-16 Thread tongxiaoge
New submission from tongxiaoge : Today, I tried to upgrade Python 3 to version 3.8.12, the test case test_with_pip failed. The error message is as follows: [ 356s] test_with_pip (test.test_venv.EnsurePipTest) ... FAIL [ 356s] [ 356s

[issue44598] test_constructor (test.test_ssl.ContextTests) ... Fatal Python error: Segmentation fault

2021-09-16 Thread tongxiaoge
tongxiaoge added the comment: I'm sorry I haven't replied for a long time. I found that the OpenSSL version I use is 1.1.1f, which is probably caused by this. Today, I tried to upgrade Python 3 to 3.8.12, and the same problem occurred. I'll try again after upgrading the OpenSSL version

[issue39503] [security][CVE-2020-8492] Denial of service in urllib.request.AbstractBasicAuthHandler

2021-09-14 Thread tongxiaoge
tongxiaoge added the comment: At the beginning of the issue, there is the following reproduction code: from urllib.request import AbstractBasicAuthHandler auth_handler = AbstractBasicAuthHandler() auth_handler.http_error_auth_reqed( 'www-authenticate', 'unused', 'unused

[issue39503] [security][CVE-2020-8492] Denial of service in urllib.request.AbstractBasicAuthHandler

2021-09-14 Thread tongxiaoge
tongxiaoge added the comment: https://github.com/python/cpython/blob/9f93018b69d72cb48d3444554261ae3b0ea00c93/Lib/urllib/request.py#L989 "headers" is a dict object? If so, the dict object does not seem to have no attribute "get_all". -- nosy: +sxt1001 versions:

[issue44598] test_constructor (test.test_ssl.ContextTests) ... Fatal Python error: Segmentation fault

2021-07-11 Thread tongxiaoge
New submission from tongxiaoge : I have reproduced this problem in the latest versions of Python 3.8.11 and 3.9.6. Python 3.8.5 does not have this problem, other versions are not tested. The failure log is as follows: [ 613s] 0:02:27 load avg: 4.66 Re-running failed tests in verbose mode

[issue44568] test_constructor (test.test_ssl.ContextTests) ... Fatal Python error: Segmentation fault

2021-07-11 Thread tongxiaoge
Change by tongxiaoge : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue44568> ___ ___

[issue44568] test_constructor (test.test_ssl.ContextTests) ... Fatal Python error: Segmentation fault

2021-07-05 Thread tongxiaoge
New submission from tongxiaoge : I have reproduced this problem in the latest versions of Python 3.8.10 and 3.9.6. Python 3.8.5 does not have this problem, other versions are not tested. The failure log is as follows: [ 457s] 0:02:34 load avg: 9.29 Re-running test_ssl in verbose mode [ 457s