http://bugs.winehq.org/show_bug.cgi?id=19652
Jeremy White jwhite@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jwhite@codeweavers.com
--- Comment #5 from Jeremy White jwhite@codeweavers.com 2010-03-14 18:02:29 --- With Wine 1.1.40 and iTunes 9, this occurs consistently now.
One clue: the main thread (0009) seems normal until after a WM_TIMER fires. Once that happens, 0009 seems to go into a fairly tight spin loop, where it sees a WM_TIMER message and then posts a com.apple.webKit.TimerFired (c06f) message over and over again.
My hunch: the WM_TIMER message is not being dequeued properly somehow.