Skip to content

Commit

Permalink
Merge pull request #15471 from tamiko/fix_la_test_02
Browse files Browse the repository at this point in the history
Test lac/vector_memory_02: add output variant
  • Loading branch information
tamiko committed Jun 25, 2023
2 parents ab43356 + 3e70685 commit 729fc25
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions tests/lac/vector_memory_02.debug.output.clang-libc++
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

DEAL::Exception: StandardExceptions::ExcMemoryLeak(current_alloc)
DEAL::
--------------------------------------------------------
An error occurred in file <vector_memory.templates.h> in function
virtual dealii::GrowingVectorMemory<dealii::LinearAlgebra::distributed::Vector<double, dealii::MemorySpace::Default>>::~GrowingVectorMemory() [VectorType = dealii::LinearAlgebra::distributed::Vector<double, dealii::MemorySpace::Default>]
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 <vector_memory.templates.h> in function
virtual dealii::GrowingVectorMemory<dealii::LinearAlgebra::distributed::Vector<float, dealii::MemorySpace::Default>>::~GrowingVectorMemory() [VectorType = dealii::LinearAlgebra::distributed::Vector<float, dealii::MemorySpace::Default>]
The violated condition was:
current_alloc == 0
Additional information:
Destroying memory handler while 1 objects are still allocated.
--------------------------------------------------------

0 comments on commit 729fc25

Please sign in to comment.