Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
to reproduce spurious abort insert: src/silo/preprocessing/preprocessor.cpp:61 Database Preprocessor::preprocess() { tbb::parallel_for(tbb::blocked_range(0, 1), [](const auto i){ throw std::runtime_error(""); }); ... }
- Loading branch information