http://bugs.winehq.org/show_bug.cgi?id=8304
------- Additional Comments From wine.dev@web.de 2007-21-05 15:36 ------- Created an attachment (id=6404) --> (http://bugs.winehq.org/attachment.cgi?id=6404&action=view) good_thread.txt
Part of the log with the last good state: When kernel32.SetWaitableTimer is called, expire in set_timer() is 0 and the following kernel32.WaitForMultipleObjects result in select() = PENDING
Afterwards the next thread is started.
When the Main-Menu is up, both threads alternate from *wakeup* to select() = PENDING (ret from kernel32.WaitForMultipleObjects is equal in both threads)