-
Notifications
You must be signed in to change notification settings - Fork 425
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
Regression: CondaMemoryError when building #5267
Comments
@mxschmitt what about with |
cc @mbargull |
I can confirm that: good: Note: There is no Quite a large range: lief-project/LIEF@0.12.1...0.14.1 |
I got a minimal repro: curl -O https://nodejs.org/dist/v20.12.0/node-v20.12.0-linux-arm64.tar.xz
tar -xf node-v20.12.0-linux-arm64.tar.xz
python -c 'import lief; binary = lief.parse("node-v20.12.0-linux-arm64/bin/node"); print(str(binary))' Expected: Some stringified value good: py-lief=0.12.3 Maybe we should re-think the Should I file it upstream that it now ends up in |
Update: lief-project/LIEF#1039 (comment) |
Oh, my bad! The change from gh-5228 to use |
Fixed in #5348, to be included in the upcoming patch release |
What happened?
Looks like this broke in #5228.
Reproduction steps:
Expected: Works
Actual:
CondaMemoryError: The conda process ran out of memory. Increase system memory and/or try again.
This machine has 64GB of free memory and works with:
conda install anaconda-client conda-build=24.1.2 conda-verify py-lief=0.12.3
so I'm fairly confident, that this is a regression.
cc @mbargul
Conda Details
conda info
conda config
conda list
The text was updated successfully, but these errors were encountered: