git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31253
0785d39b-7218-0410-832d-
ea1e28bc413d
}
catch (StandardExceptions::ExcMemoryLeak e)
{
- e.print_exc_data(logfile);
- e.print_info(logfile);
+ deallog << "Exception: " << e.get_exc_name() << std::endl;
}
}
DEAL::GrowingVectorMemory:Overall allocated vectors: 10
DEAL::GrowingVectorMemory:Maximum allocated vectors: 6
-An error occurred in file <vector_memory.cc> in function
- dealii::GrowingVectorMemory<VECTOR>::~GrowingVectorMemory() [with VECTOR = dealii::Vector<double>]
-The violated condition was:
- current_alloc == 0
-The name and call sequence of the exception was:
- StandardExceptions::ExcMemoryLeak(current_alloc)
-Additional Information:
-Destroying memory handler while 1 objects are still allocated
+DEAL::Exception: StandardExceptions::ExcMemoryLeak(current_alloc)
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams