http://bugs.winehq.org/show_bug.cgi?id=36491
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com --- (In reply to Anastasius Focht from comment #7)
Hello Nikolay,
--- quote --- During a hang game process gets 100% on one core. --- quote ---
This reminds me of bug 35041 (live-lock in libX11). Can you run with the processes pinned to one core -> 'taskset -c 0'?
It makes no difference. I did 'taskset -c 0 ~/devel/wine32/wine Korea.exe', not sure if it's a totally correct way to do that.
Additionally can you generate a dump of all threads without 'taskset' ('winedbg' -> 'bt all') and attach the result.
Sure, how to do that? I mean I'll need to 'attach' and 'bt', so I need to see winedbg output same time it needs to be logged. It might be basic shell usage question but still, I don't know how to redirect it that way.
Thanks.
Regards