DEAL::Construct C
DEAL::Construct D
DEAL::Destruct D
---------------------------------------------------------
-An error occurred in file <subscriptor.cc> in function
- virtual Subscriptor::~Subscriptor()
-The violated condition was:
- counter == 0
-The name and call sequence of the exception was:
- ExcInUse(counter, object_info->name(), infostring)
-Additional Information:
-Object of class 4Test is still used by 1 other objects.
- from Subscriber Test R
---------------------------------------------------------
-DEAL::Abort!!!
+DEAL::ExcInUse(counter, object_info->name(), infostring)
DEAL::Destruct C
DEAL::Destruct B
DEAL::Destruct A
- 0 1 2 0 1 2 3
- 2 0 1
---------------------------------------------------------
-An error occurred in file <vector_slice.h> in function
- VectorSlice<VECTOR>::VectorSlice(VECTOR&, unsigned int, unsigned int) [with VECTOR = const std::vector<int, std::allocator<int> >]
-The violated condition was:
- (start+length<=v.size())
-The name and call sequence of the exception was:
- ExcIndexRange(length, 0, v.size()-start+1)
-Additional Information:
-Index 5 is not in [0,5[
---------------------------------------------------------
---------------------------------------------------------
-An error occurred in file <vector_slice.h> in function
- typename VECTOR::reference VectorSlice<VECTOR>::operator[](unsigned int) [with VECTOR = std::vector<int, std::allocator<int> >]
-The violated condition was:
- (i<length)
-The name and call sequence of the exception was:
- ExcIndexRange(i, 0, length)
-Additional Information:
-Index 4 is not in [0,4[
---------------------------------------------------------
+DEAL:: 2 0 1
+DEAL::ExcIndexRange(length, 0, v.size()-start+1)
+DEAL::ExcIndexRange(i, 0, length)