At least three people also reported a hang. I'm having a hard time reproducing this on my computer. What I need to solve the deadlock is call stack dumps for all threads. I'm not sure about the simplest method to dump this data from the process. I first thought drwtsn32.exe might do it but it didn't work out. The method below can be used though. If someone has a better way, please post it...
Download and install this:
http://msdl.microsoft.com/download/symb ... .3.233.msi
Open a command prompt and change directory to the install folder
Code: Select all
cd "C:\Program Files\Debugging Tools for Windows (x86)"
If you do not have a dual monitor I recommend running spring in windowed mode so that the command prompt can be accessed also after a hang.
When spring hangs, read the Process Identifier (PID) of spring.exe in Task Manager. (View --> Select Columns may be needed)
In the command prompt type
Code: Select all
adplus.vbs -Hang -p PID
A new folder named Hang_Mode_XXX will be created in the current directory. Inside is a .log file. Post the log file in this forum. Thanks.