-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
PGO tests: mimalloc: warning: unable to allocate OS memory #117556
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
Comments
We regularly do PGO builds on the Faster CPython team and they currently work for us. Maybe there is some unexpected interaction with one of the many other flags in the |
@mdboom Reduced configuration flags that create the same issue. ./configure --enable-optimizations --with-pydebug --disable-gil |
Because the experimental free threading is involved, I've add the |
Thanks @mdboom The mimalloc warning is expected, I think. See also #114331. There's a test in I am confused about the test_httpservers failure. For some reason there is a |
The test_httpservers is not related to
Beyond that, I'm not sure which combination of build flags leads to the problem. |
@colesbury Thank you very much for your time. I have created another issue with test_httpservers. |
Bug report
Bug description:
Configuration:
Output: configure-output.txt
Build:
Environment
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: