Hi Christoph,
thank you very much for the patch!

Am 23.10.2014 um 19:23 schrieb Christoph Sommer:
> I've written a workaround for the bug that causes SUMO to often crash 
> when trying to take a screenshot (reported on [1]), which I would like 
> to share.

As you might have already guessed, this one does not work on Windows.
Could you try to rework the patch such that it uses FXCondition (or even
only MFXMutex if you just need locking and no signalling) instead of
posix semaphores? This basically means instantiating the FXCondition
(MFXMutex) and calling wait and signal (lock and unlock) in the places
where you did wait and post. I would try to do it myself but I lack a
real test case (well, and time but I suppose this applies to you as well).

Best regards,
Michael


------------------------------------------------------------------------------
_______________________________________________
sumo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-devel

Reply via email to