http://bugs.winehq.org/show_bug.cgi?id=25553 Summary: Sometimes 'make test' hangs after an 'under-run' error. Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: max+winebugs(a)mtew.isa-geek.net Sometimes the 'msi' test will hang after reporting two 'under-run' errors. I frequently run test builds against the Git repository. The sequence of steps is scripted and consists of: 1) change directory to the working repository directory. 2) If 'Makefile' exists, run 'make distclean' 3) run './configure --prefix="$HOME" --with-x' ... (-march=... and -L=...) 4) run 'make depends' 5) run 'make all' 6) run 'make -k test' 7) run 'make testclean' Step 6) will usually hang. a 'ps a' shows a process 'msi.c' (or something like it). 'kill' that process and the test runs to completion. If it hangs, it will hang consistently. Occasionally something changes in the audio whatever and it completes without problems, only to have the problem recur when something else changes. I have logs and can break out the appropriate sections if needed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.