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

Add suppression commands for valgrind (numdiff) #595

Closed
KineticTheory opened this issue Apr 4, 2019 · 1 comment
Closed

Add suppression commands for valgrind (numdiff) #595

KineticTheory opened this issue Apr 4, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@KineticTheory
Copy link
Collaborator

While running the cdi_ipcress_tIpcress_Interpreter_Al_BeCu_ipcress` unit test, the following valgrind issues were reported (all coming from numdiff).

{
   
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:bc_new_num
   fun:bc_a2num
   fun:str2C
   fun:field2cx
   fun:cmp_fields
   fun:cmp_lines
   fun:cmp_files
   fun:main
}
{
   
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:bc_new_num
   fun:bc_a2num
   fun:str2C
   fun:field2cx
   fun:cmp_fields
   fun:cmp_lines
   fun:cmp_files
   fun:main
}
{
   
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:bc_new_num
   fun:bc_sub
   fun:Csub
   fun:cmp_fields
   fun:cmp_lines
   fun:cmp_files
   fun:main
}
{
   
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:bc_new_num
   fun:bc_sub
   fun:Csub
   fun:cmp_fields
   fun:cmp_lines
   fun:cmp_files
   fun:main
}
{
   
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   fun:bc_new_num
   fun:_bc_simp_mul
   fun:_bc_rec_mul
   fun:bc_multiply
   fun:bc_a2num
   fun:str2C
   fun:field2cx
   fun:cmp_fields
   fun:cmp_lines
   fun:cmp_files
   fun:main
}
@KineticTheory
Copy link
Collaborator Author

Fixed by #590

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant