[Bug 50257] Regression: startup crash/infinite loop on FreeBSD

WineHQ Bugzilla wine-bugs at winehq.org
Wed Dec 30 14:40:09 CST 2020


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

--- Comment #21 from Piotr Caban <piotr.caban at gmail.com> ---
(In reply to Alexandre Julliard from comment #20)
> If this means that libc symbols are resolved to ucrtbase.dll.so, that sounds
> like a bug in the dynamic linker. We load dlls without RTLD_GLOBAL so their
> symbols should not be available for global resolution.

There seems to be something wrong with the Linux without-mingw build too. I've
tested changing the "pow" function to "MSVCRT_pow" and it affects how often the
function is called while running: wine nonexisting.exe

When the function was called pow it was called 2048. It was called 0 times
after changing the name to MSVCRT_pow. It was also not called in mingw builds
no mater how function was named.

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