back from google, found the backtrace command in gdb.
this yields:
DEAL:cg::Starting value 17.7223
DEAL:cg::Convergence step 39 value 7.14901e-13
libc++abi.dylib: terminate called throwing an exception
Program received signal SIGABRT, Aborted.
0x00007fff980c4212 in __pthread_kill ()
(gdb) backtrace
#0 0x00007fff980c4212 in __pthread_kill ()
#1 0x00007fff95826af4 in pthread_kill ()
#2 0x00007fff9586adce in abort ()
#3 0x00007fff981f3a17 in abort_message ()
#4 0x00007fff981f13c6 in default_terminate ()
#5 0x00007fff96716887 in _objc_terminate ()
#6 0x00007fff981f13f5 in safe_handler_caller ()
#7 0x00007fff981f1450 in std::terminate ()
#8 0x00007fff981f25b7 in __cxa_throw ()
#9 0x0000000115d837bd in tbb::captured_exception::throw_self (this=0x118501960) at tbb_exception.h:224
#10 0x0000000115e01522 in tbb::internal::generic_scheduler::local_spawn_root_and_wait ()
#11 0x0000000115df9f71 in tbb::pipeline::run ()
#12 0x0000000115dfa01b in tbb::pipeline::run ()
#13 0x00000001031edf1c in dealii::WorkStream::run<std::_Bind<std::_Mem_fn<void (dealii::DataOut<2, dealii::DoFHandler<2, 2> >::*)(std::pair<dealii::TriaIterator<dealii::DoFCellAccessor<dealii::DoFHandler<2, 2>, false> >, unsigned int> const*, dealii::internal::DataOut::ParallelData<2, 2>&, dealii::DataOutBase::Patch<2, 2>&, dealii::DataOut<2, dealii::DoFHandler<2, 2> >::CurvedCellRegion)> ()(dealii::DataOut<2, dealii::DoFHandler<2, 2> >, std::_Placeholder<1>, std::_Placeholder<2>, std::_Placeholder<3>, dealii::DataOut<2, dealii::DoFHandler<2, 2> >::CurvedCellRegion)>, std::_Bind<void (*()(std::_Placeholder<1>, std::reference_wrapper<std::vector<dealii::DataOutBase::Patch<2, 2>, std::allocator<dealii::DataOutBase::Patch<2, 2> > > >))(dealii::DataOutBase::Patch<2, 2> const&, std::vector<dealii::DataOutBase::Patch<2, 2>, std::allocator<dealii::DataOutBase::Patch<2, 2> > >&)>, std::pair<dealii::TriaIterator<dealii::DoFCellAccessor<dealii::DoFHandler<2, 2>, false> >, unsigned int>*, dealii::internal::DataOut::ParallelData<2, 2>, dealii::DataOutBase::Patch<2, 2> > ()
#14 0x00007fff5fbfe770 in ?? ()
Previous frame inner to this frame (gdb could not unwind past this frame)
I´m unsure if this could help...
Helmut