-
-
Notifications
You must be signed in to change notification settings - Fork 568
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
OpenBLAS 0.3.5 memory leak on Cygwin #27509
Comments
This comment has been minimized.
This comment has been minimized.
Author: Erik Bray |
This comment has been minimized.
This comment has been minimized.
Branch: u/embray/ticket-27509 |
comment:3
If we can still have this one last patch applied for 8.7 that would be ideal, as this is a fairly bad issue. But it only especially becomes an issue when building and running the tests; probably less so in normal usage where running many subprocesses is slightly less common (except for some areas). I can possibly apply the patch and build openblas manually if absolute need be. New commits:
|
Commit: |
Reviewer: Travis Scrimshaw |
comment:4
Accepted upstream, so good for Sage. |
comment:6
This is definitely a blocker. |
comment:7
If need be I can still do something manually, but as far as I'm concerned it's still a severe problem. |
comment:8
Moving all blocker/critical issues from 8.7 to 8.8. |
Changed branch from u/embray/ticket-27509 to |
I discovered that part of the problem I've been having with OpenBLAS is that there is a pretty severe memory leak that gets worse any time an application with OpenBLAS loaded in it forks.
Upstream issue: OpenMathLib/OpenBLAS#2063
Upstream PR: OpenMathLib/OpenBLAS#2064
I already have a patch that I'll posting a PR for shortly, and would like to include in Sage. I'm just testing the patch now with Sage.
Component: porting: Cygwin
Author: Erik Bray
Branch/Commit:
ee6e4a3
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/27509
The text was updated successfully, but these errors were encountered: