http://bugs.winehq.org/show_bug.cgi?id=20919
Jörg Höhle hoehle@users.sourceforge.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hoehle@users.sourceforge.ne | |t
--- Comment #3 from Jörg Höhle hoehle@users.sourceforge.net 2010-05-18 16:29:58 --- Dan, are you sure about winmm/mci.c? I can't remember it hanging for me, neither with wine-1.1.35 nor 1.1.44 in Ubuntu Lucid. It's dog slow, the machine becomes unresponsive, but it does not hang.
OTOH, ole32/clipboard.c hangs here (I was looking at that one because of bug #20204, back in September its failures modes resembled marshal.c), after: clipboard.c:1205: Test failed: got 0 clipboard.c:1315: Test failed: cf 0007 fixme:storage:create_storagefile Storage share mode not implemented. [another run went one line further:] clipboard.c:1512: Test failed: got 800300fb
I'm using no suppressions file and this command line: VALGRIND_OPTS="--trace-children=yes --log-file=/dev/shm/v%p.log --leak-check=full --malloc-fill=A5 --free-fill=DE --track-origins=yes" WINETEST_WRAPPER=valgrind make mci.ok (without any patch, e.g. not even your environment fixup patch)
winmm/wave.c indeed hangs here as well.