[Bug 44736] New: incorrect module loading order
https://bugs.winehq.org/show_bug.cgi?id=44736 Bug ID: 44736 Summary: incorrect module loading order Product: Wine Version: 3.3 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs(a)winehq.org Reporter: piotr.caban(a)gmail.com Distribution: --- Created attachment 60742 --> https://bugs.winehq.org/attachment.cgi?id=60742 source of application that can be used to reproduce the problem Module loading order has changed after following commit: commit ed893d3591802bb562d100b277f968be402af740 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Nov 21 13:13:35 2017 +0100 ntdll: Delay attaching to dlls loaded because of a forwarded entry point. Based on a patch by Sebastian Lackner. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> Because of that we're failing to load native msvcp140 when all other dlls are set to builtin. I've written a small test application that shows the problem. The important part of its output is: func1 0 This means that func1 is called before DllMain. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=44736 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Regression SHA1| |ed893d3591802bb562d100b277f | |968be402af740 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=44736 Piotr Caban <piotr.caban(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |47da086af9d41ed96aa917c90f5 | |cde5d7a3a2e36 --- Comment #1 from Piotr Caban <piotr.caban(a)gmail.com> --- Marking as fixed. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=44736 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.4. -- 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.
participants (1)
-
wine-bugs@winehq.org