...and it's another Wine problem. Coworker says he's having trouble, as of a couple days ago, running Wine on machine Foo, a FreeBSD machine that lots of people use. He's running into these errors:
err:ntdll:RtlpWaitForCriticalSection Critical section 0x65430070 wait timed out, retrying (60 sec) fs=008f
err:seh:EXC_DefaultHandling Unhandled exception code c0000194 flags 0 addr 0x280abf94
...which is pretty strange, and doubly so since he's only having this
problem on Foo -- machines Bar and Baz are working just fine. I spent
entirely too much time fucking around with --debugmsg +all
,
truss(1)
and ktrace
before I finally thought to check:
$ ps auxw | grep wine
coworker 81344 2.0 0.0 0 0 p3- Z Tue11PM 0:00.00 (wine)
coworker 81341 0.0 0.2 11120 1452 p3- I Tue11PM 0:00.34 (wine)
coworker 81343 0.0 0.0 3100 324 ?? Is Tue11PM 0:00.12 wineserver
Sigh. Kill off 81341, the rest fell too, and it all worked again.