From: Daniel Arndt Date: Mon, 26 Apr 2021 16:01:09 +0000 (-0400) Subject: Fix lac/vector_memory for Clang12 X-Git-Tag: v9.3.0-rc1~171^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12097%2Fhead;p=dealii.git Fix lac/vector_memory for Clang12 --- diff --git a/tests/lac/vector_memory.debug.output.clang12 b/tests/lac/vector_memory.debug.output.clang12 new file mode 100644 index 0000000000..b5833b65e2 --- /dev/null +++ b/tests/lac/vector_memory.debug.output.clang12 @@ -0,0 +1,25 @@ + +DEAL::GrowingVectorMemory:Overall allocated vectors: 10 +DEAL::GrowingVectorMemory:Maximum allocated vectors: 6 +DEAL::Exception: StandardExceptions::ExcMemoryLeak(current_alloc) +DEAL:: +-------------------------------------------------------- +An error occurred in file in function + virtual dealii::GrowingVectorMemory<>::~GrowingVectorMemory() [VectorType = dealii::Vector] +The violated condition was: + current_alloc == 0 +Additional information: + Destroying memory handler while 1 objects are still allocated. +-------------------------------------------------------- + +DEAL::Exception: StandardExceptions::ExcMemoryLeak(current_alloc) +DEAL:: +-------------------------------------------------------- +An error occurred in file in function + virtual dealii::GrowingVectorMemory>::~GrowingVectorMemory() [VectorType = dealii::Vector] +The violated condition was: + current_alloc == 0 +Additional information: + Destroying memory handler while 1 objects are still allocated. +-------------------------------------------------------- +