Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak crashes PC when installing sage_conf with pip #38447

Open
2 tasks done
mythemeria opened this issue Jul 30, 2024 · 1 comment
Open
2 tasks done

Memory leak crashes PC when installing sage_conf with pip #38447

mythemeria opened this issue Jul 30, 2024 · 1 comment

Comments

@mythemeria
Copy link

mythemeria commented Jul 30, 2024

Steps To Reproduce

  1. create a virtual environment in python
  2. activate the virtual environment
  3. pip install sage_conf

Expected Behavior

The package should install to my virtual environment

Actual Behavior

(sage) [izi@infinite:~/Documents/coding/python/crypto]$ pip install sage_conf
Collecting sage_conf
    Using cached sage_conf-10.4.tar.gz (3.0 MB)
    Installing build dependencies ... done
    Getting requirements to build wheel ... done
    Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: sage_conf
    Building wheel for sage_conf (pyproject.toml) ... |

Continues the above until my whole system freezes. htop shows my memory usage creeping up until the system crashes when the memory is all used. There are a bunch of new make processes which I think might be responsible as they aren't there when I try to install the 10.3 version (which doesn't crash my system).

Additional Information

30 07 2024-124237

Environment

- **OS**: Endeavour OS
- **RAM**: 16 GB
- **Sage Version**: 10.4
- **Python Version**: 3.12.4

Checklist

  • I have searched the existing issues for a bug report that matches the one I want to file, without success.
  • I have read the documentation and troubleshoot guide
@vilanele
Copy link

Same issue on archlinux: the 'pip install sage_conf' in a newly created venv works for 10.3 but leaks memory and crashes the computer for 10.4 and higher.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants