[Bug 43966] Wine crashes at launch in macOS 10.13.2 Beta (17C60c)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 8 09:25:52 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=43966

--- Comment #9 from Ken Thomases <ken at codeweavers.com> ---
(In reply to VitorMM from comment #8)

> So these lines from libs/wine/ldt.c
> #define LDT_FIRST_ENTRY 512
> #define LDT_SIZE 8192
> 
> Should instead be like for macOS?
> #define LDT_FIRST_ENTRY 3
> #define LDT_SIZE 127
> 
> Just to confirm.

Yes, basically. I wouldn't bother changing LDT_SIZE. If Wine tries values past
what the OS supports, it will just fail in a slightly different way than if it
knows it has exhausted the limit. Either way, that would only affect processes
with many threads.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list