[Scummvm-devel] Need some help with crash in COMI audio handling!
Max Horn
max at quendi.de
Sun May 9 21:18:08 CEST 2010
Am 07.05.2010 um 14:20 schrieb Andre Heider:
> On Fri, May 7, 2010 at 10:38 AM, Lars Persson <larspp at hotmail.com> wrote:
>> Thanks for the input. I will investigate the Mutex implementation in my SDL
>> port, it might waiting in a wrong way perhaps.
>
> One bug i discovered way too late in the Wii backend: ScummVM wants
> recursive Mutexes. I implemented non-recursive first, and there were
> problems. Can't remember if that was related to iMuse though, but
> worth checking i guess ;)
Note that we certainly could try to change our code to not depend on recursive mutexes. But right now, the fact that the mutexes in the SDL backend do allow recursive locking makes it a bit difficult to track down cases of recursive locks.
Bye,
Max
More information about the Scummvm-devel
mailing list