http://bugs.winehq.org/show_bug.cgi?id=9581
--- Comment #7 from Tijl Coosemans tijl@ulyssis.org 2007-09-07 14:49:29 --- (In reply to comment #5)
Patches applied, but wine still crashes identical results, crash and 'static ldt' message
The address in crash messages is now 0x7cxxxxxx instead of 0x9c05230d though, right?
The static allocation of LDT messages are normal. The warning was added to FreeBSD back in the day the threading libraries also used the LDT and so programs using it could interfere with that if they didn't use dynamic allocation. Those days are long gone though, so there isn't any problem anymore.
I've had a similar case like this where Wine always crashed. That was on FreeBSD 7-CURRENT with a multicore processor, so what CPU do you have?