On Fri, May 7, 2010 at 5:07 AM,  <[email protected]> wrote:
> Why did I never see winmm/mci in Dan Kegel's Valgrind logs?

You've just run into http://bugs.winehq.org/show_bug.cgi?id=20919

See 
http://code.google.com/p/winezeug/source/browse/trunk/valgrind/valgrind-daily.sh#53
...
# Disable any tests known to hang reliably
# http://bugs.winehq.org/show_bug.cgi?id=20919
touch dlls/kernel32/tests/process.ok
touch dlls/ole32/tests/marshal.ok
touch dlls/shdocvw/tests/webbrowser.ok
touch dlls/urlmon/tests/url.ok
touch dlls/winmm/tests/mci.ok
touch dlls/winmm/tests/wave.ok

It would be good to get those cleaned up.

(Stack frames like
==4325==  ??? (in /.../dlls/winealsa.drv/winealsa.drv.so)
probably mean that the dll has been unloaded before the stack frame was
printed.)
- Dan


Reply via email to