http://bugs.winehq.org/show_bug.cgi?id=9869
--- Comment #12 from Nick Couchman nick.couchman@seakr.com 2007-10-04 14:49:45 --- (In reply to comment #9)
(In reply to comment #7)
uh, looks like it runs into a similar bug again :(
Is there a demo available that shows the same problem?
Well, in perusing the Wine Developers Guide, it looks like there's a thread somewhere that enters a critical section and then fails to leave properly? I could be completely off - I'm just reading the developers guide for the first time, but that seems to match the original error message I was getting.
Traced it down to the following line in the function convert_888_to_565_asis: srcval1=srcpixel[0];
The function runs once prior to this just fine, but then fails this time. I'll attach the last few lines of output from the latest runs with some tracing turned on...