diff --git a/Utilities/Thread.cpp b/Utilities/Thread.cpp index d05eb1488a..fd29182c39 100644 --- a/Utilities/Thread.cpp +++ b/Utilities/Thread.cpp @@ -3047,7 +3047,9 @@ void thread_ctrl::set_name(std::string name) return false; }).second) { +#ifndef __APPLE__ utils::trap(); +#endif } }