BBS: TELESC.NET.BR Assunto: src/sbbs3/filterfile.hpp De: Rob Swindell (on Windows 11) Data: Sat, 28 Feb 2026 18:47:31 -0800 ----------------------------------------------------------- https://gitlab.synchro.net/main/sbbs/-/commit/fb6c6aadd2d82c137cbeace2 Modified Files: src/sbbs3/filterfile.hpp Log Message: Use explicitly initialized pthread_mutex_t instead of std::mutex Using a default initializer for the std::mutex didn't resolve the issue (crash in MSVCP140.dll). Explicitly calling mutex.lock/unlock (rather than using a lock_guard) didn't resolve the issue. trashCan constructor now calls filterFile constructor (to get the mutex initialized). Resolves issue #1089 (with older MSVC++ runtime libraries) n --- mSynchronetn hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net ----------------------------------------------------------- [Voltar]