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

Memory Error---testGrid #2865

Closed
shaomeng opened this issue Sep 30, 2021 · 0 comments · Fixed by #2883
Closed

Memory Error---testGrid #2865

shaomeng opened this issue Sep 30, 2021 · 0 comments · Fixed by #2883
Assignees
Milestone

Comments

@shaomeng
Copy link
Collaborator

Utility program testGrid has memory error as reported by valgrind:

==150751== Mismatched free() / delete / delete []
==150751==    at 0x483CFBF: operator delete(void*) (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==150751==    by 0x1259F9: DeleteHeap() (gridTools.cpp:40)
==150751==    by 0x122938: main (testGrid.cpp:276)
@shaomeng shaomeng added the Bug label Sep 30, 2021
@sgpearse sgpearse added the High label Oct 5, 2021
shaomeng pushed a commit that referenced this issue Oct 26, 2021
@sgpearse sgpearse added this to the 3_6_0 Release milestone Nov 9, 2021
clyne pushed a commit that referenced this issue Nov 12, 2021
* fix #2871

* move test binaries to their own directory

* smoke test (#2880)

* fix review comments

* fix #2865

* minor

* clang-format

Co-authored-by: Samuel Li <shaomeng@cisl-vapor>
Co-authored-by: sgpearse <pearse@ucar.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants