On Tue, Sep 6, 2011 at 2:12 AM, Francois Gouget fgouget@free.fr wrote:
I found that most of the processes I had that were left behind were winedbg processes showing the crash dialog. This was slowing things down quite a bit with winetest because each was triggering the two minutes timeout.
In my case, it is iexplore -Embedding and rpcss, and only on win64?
I know you're avoiding crashing tests and you probably already avoid this dialog but here goes anyway; I prime all my fresh wineprefixes with:
./wine "./programs/regedit/regedit.exe.so" - <<__EOF__ [HKEY_CURRENT_USER\Software\Wine\WineDbg] "ShowCrashDialog"=dword:00000000 __EOF__
I did that, but then I hit crashes that broke wineboot, so I switched to applying http://code.google.com/p/winezeug/source/browse/trunk/buildbot/winedbg-ignor... which bakes that behavior in as default.
Another annoyance: winedbg is hanging for me on exit after doing the backtrace, http://bugs.winehq.org/show_bug.cgi?id=28265
And now I'll plug the conformance tests Wiki page where I documented this: http://wiki.winehq.org/ConformanceTests
A fine page. - Dan