-
Notifications
You must be signed in to change notification settings - Fork 50
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
Valgrind reports memory errors on CORAL machines #2881
Comments
Looking back my installations, it appears I was able to build a version on 2020 Jan 27:
|
We are now enforcing python 3.6+ as a hard requirement on master. To get it working locally, try: The default
On the #flux slack, @grondo mentioned that jsonschema and cffi are installed at the system-level for python3.6 on TOSS (I also just double-checked, and they still are). Maybe that didn't happen for BLUEOS? I think that would be the long-term solution. As a medium-term solution: it looks like the python3 |
Ok. Sent an email to Greg for /usr/tce python3. For system python3.6, is it Py's thing or someone else maintains it? |
@lee218llnl installed a version of jsonschema and flux-core now builds! Thanks Greg. make check fails some tests though.
|
Within
Maybe there are some memory issues (or benign errors not filtered) unique to CORAL. |
Here is the output from valgrind. Seems this is a system issue as there are uses of uninitialized parameters? |
Huh. Interesting. Here is the offending epoll_modify function in libev. Unless we are passing a NULL |
Duplicate of #3093 |
Without TCE:
With TCE:
I have to build a version for CORAL users and
pip --user
isn't an option? But for testing, even if I didpip install --user --upgrade jsonschema==2.3.0
, "with TCE" configure still fails.Any ideas what's going on?
The text was updated successfully, but these errors were encountered: