At the moment it seems that there is a segmentation fault at the end of running the software.
This looks like a null pointer is being dereferenced in one of the destructors.
The problem can be reproduced by running test/TestBinnedVariableAnalyser.cpp which is part of the unit tests. It is only seen when running the executable itself (AnalysisSoftware_test) and not when executing make test.
Based on the involved classes the error is either located in HistogramManager or Binned_variable_analyser.