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

New valgrind warnings after upgrade to NeXus 3.3 on RHEL #11759

Closed
martyngigg opened this issue Jan 19, 2015 · 1 comment
Closed

New valgrind warnings after upgrade to NeXus 3.3 on RHEL #11759

martyngigg opened this issue Jan 19, 2015 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@martyngigg
Copy link
Member

APITest has picked up some valgrind errors that originate in NeXus when moving to v4.3.3 on RHEL.

We need a new suppression to cover this:

{
   `<insert_a_suppression_name_here>`
   Memcheck:Leak
   fun:malloc
   fun:strdup
   obj:/usr/lib64/libNeXus.so.0.5.0
   fun:H5A_attr_iterate_table
   obj:/usr/lib64/libhdf5.so.6.0.4
   fun:H5O_attr_iterate
   fun:H5Aiterate2
   obj:/usr/lib64/libNeXus.so.0.5.0
   fun:_ZN5NeXus4File11getNextAttrEv
   fun:_ZN5NeXus4File7hasAttrERKSs
   fun:_ZN6Mantid3API13PropertyNexus12loadPropertyEPN5NeXus4FileERKSs
   fun:_ZN17PropertyNexusTest24test_saving_then_loadingEv
}
@martyngigg
Copy link
Member Author

This issue was originally trac ticket 10920

@martyngigg martyngigg added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@martyngigg martyngigg self-assigned this Jun 3, 2015
@martyngigg martyngigg added this to the Release 3.4 milestone Jun 3, 2015
DanNixon added a commit that referenced this issue Jun 4, 2015
DanNixon added a commit that referenced this issue Jun 4, 2015
DanNixon added a commit that referenced this issue Jun 4, 2015
DanNixon added a commit that referenced this issue Jun 4, 2015
DanNixon added a commit that referenced this issue Jun 4, 2015
DanNixon added a commit that referenced this issue Jun 4, 2015
DanNixon added a commit that referenced this issue Jun 4, 2015
DanNixon added a commit that referenced this issue Jun 4, 2015
DanNixon added a commit that referenced this issue Jun 4, 2015
DanNixon added a commit that referenced this issue Jun 4, 2015
Conflicts:
	Code/Mantid/Framework/PythonInterface/plugins/algorithms/WorkflowAlgorithms/IndirectCalibration.py

Refs #11759
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework
Projects
None yet
Development

No branches or pull requests

1 participant