RastaConverter icon indicating copy to clipboard operation
RastaConverter copied to clipboard

Problem with mutexes

Open laoo opened this issue 10 months ago • 0 comments

I was trying to migrate the sources from pthreads to standard c++ and stumbled on an error from runtime while unlocking a mutex that hasn't been locked. Are you sure that unlocking the mutex in this place is correct? https://github.com/ilmenit/RastaConverter/blob/d897f17348a6ca02aafa3ef8b50ff15b99b36e7e/src/Evaluator.cpp#L94

laoo avatar Apr 21 '24 10:04 laoo