Skip to content
Commit 900d5ec8 authored by René J.V. Bertin's avatar René J.V. Bertin
Browse files

FileManagerListJob: use a semaphore for locking

The previous implementation from a0fd2014 and 73fb3cd6 used a mutex
and would attempt to unlock it in the helper thread after locking
it in the main thread. This is UB and triggered an assert in libc++
on Mac (observed on OS X 10.9 and affecting an as yet unknown number of
newer OS versions).
parent f81d8884
Pipeline #8832 passed with stage
in 51 minutes and 32 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment