From: Wolfgang Bangerth Date: Mon, 7 Nov 2016 20:28:51 +0000 (-0700) Subject: Initialize member variables in class ExceptionBase. X-Git-Tag: v8.5.0-rc1~439^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3496%2Fhead;p=dealii.git Initialize member variables in class ExceptionBase. --- diff --git a/source/base/exceptions.cc b/source/base/exceptions.cc index c10f3baeb9..d92ef55dd3 100644 --- a/source/base/exceptions.cc +++ b/source/base/exceptions.cc @@ -70,7 +70,12 @@ ExceptionBase::ExceptionBase () stacktrace (NULL), n_stacktrace_frames (0), what_str("") -{} +{ +#ifdef DEAL_II_HAVE_GLIBC_STACKTRACE + for (unsigned int i=0; i