[Bug 48620] libmdbx (memory-mapped DB) fail on Wine

WineHQ Bugzilla wine-bugs at winehq.org
Mon Feb 17 12:15:35 CST 2020


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

--- Comment #4 from Nikolay Sivov <bunglehead at gmail.com> ---
(In reply to Leonid Yuriev from comment #3)
> (In reply to Nikolay Sivov from comment #2)
> > Wine does not provide NtExtendSection() currently, so application will
> > probably crash on that.
> 
> Thanks.
> 
> In that case a few more questions if I may:
> 
> 1) Do I understand correctly that GetProcAddress("NtExtendSection") will
> return NULL?

I don't think so, it will probably return a pointer to a stub that will crash
when called.

> 
> 2) If there is another way to increase the section size on Wine?

Is there another winapi function to do so besides NtExtendSection()?

> E.g. GetProcAddress("WineSecretFeature"), etc?

No, that's a bad idea. We'll need to properly implement this function, with
tests. Workarounds are not very interesting.

-- 
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