Issue 36545: Python 3.5 OOM during test_socket on make (original) (raw)

Issue36545

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:13 admin set github: 80726
2019-05-07 11:47:53 dekken set status: open -> closedstage: resolved
2019-05-07 11:47:49 dekken set messages: +
2019-04-06 18:04:09 dekken create