From 4e5869c226c2c64f05d540ae1e4555afac42ba7e Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 26 Apr 2021 12:01:09 -0400 Subject: [PATCH] Fix lac/vector_memory for Clang12 --- tests/lac/vector_memory.debug.output.clang12 | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/lac/vector_memory.debug.output.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. +-------------------------------------------------------- + -- 2.39.5