-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
6.2.4
-
None
throw exception in qtconcurrent will crash the whole application.
QtConcurrent::blockingMap(offsets,[](QString offset){
throw new std::exception("simulate an exception");
});