This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Python 3.5 OOM during test_socket on make
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: dekken
Priority: normal Keywords:

Created on 2019-04-06 18:04 by dekken, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg339541 - (view) Author: Philip Deegan (dekken) Date: 2019-04-06 18:04
Building Python 3.5.3 or 3.5.6 on my Kernel 5.0.2 Debian 9 install has runaway memory usage during "test_socket" while running make after 

./configure CFLAGS="-g3 -O3 -march=native -fPIC -I/usr/include/openssl" CXXFLAGS="-g3 -O3 -march=native -fPIC -I/usr/include/openssl" --enable-shared LDFLAGS="-L/usr/lib -L/usr/lib/x86_64-linux-gnu -Wl,-rpath=/usr/lib/x86_64-linux-gnu" --prefix=$PWD --with-valgrind --enable-optimizations --with-ensurepip=install
msg341706 - (view) Author: Philip Deegan (dekken) Date: 2019-05-07 11:47
This seems to be resolved on kernel 5.0.12

not it says "resource denied" and the test skips
History
Date User Action Args
2022-04-11 14:59:13adminsetgithub: 80726
2019-05-07 11:47:53dekkensetstatus: open -> closed
stage: resolved
2019-05-07 11:47:49dekkensetmessages: + msg341706
2019-04-06 18:04:09dekkencreate