by kripken » 01 Feb 2010, 09:24
In both cases a crash doesn't appear in the log. So perhaps it freezes without crashing? In such a case only a log at level INFO (not DEBUG or WARNING) will help. Note that only the last few hundred lines matter, so you can paste only those if the output is too big (which it probably will be).
On the other hand if it does crash, but there is no crash output in the log files as here, then I'm afraid the best approach is to compile and run the app in the debugger. Or somehow show me what is happening visually, like with a video (does Windows pop up alerts about 'not responding', etc.?)
- kripken