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 Leaks #1943

Open
jdhughes-usgs opened this issue Jul 12, 2024 · 0 comments
Open

Memory Leaks #1943

jdhughes-usgs opened this issue Jul 12, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@jdhughes-usgs
Copy link
Contributor

Describe the bug
Running valgrind on test_gwf_csub_zdisp02 shows memory leaks in a few common routines. Identified routines with line numbers include:

  • SerialRouter.f90:27
  • CharString.f90:60
  • PtrHashTableIterator.f90:94
  • TimeSeriesManager.f90:77
  • TimeSeriesManager.f90:78
  • TimeSeriesManager.f90:79
  • PtrHashTable.f90:42
  • VirtualModel.f90:247
  • PrintSaveManager.f90:58
  • gwf-mvr.f90:1071
  • BudgetObject.f90:88
  • StructArray.f90:538
  • StructArray.f90:764

To reproduce
Steps to reproduce the behavior:

  1. run valgrid with memcheck

Expected behavior
Memory leaks should be resolved.

Screenshots
None.

Environment

  • Linux 22.04 ARM
  • MODFLOW 6 version 6.6.0.dev0
  • gfortran-13

valgrind.zdisp02.log

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

5 participants