[Bug 52094] IDA Pro 7.6 crashes when loading idapython3.dll

WineHQ Bugzilla wine-bugs at winehq.org
Sun Dec 12 00:14:20 CST 2021


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

--- Comment #9 from Jinoh Kang <jinoh.kang.kr at gmail.com> ---
I have successfully traced the root cause of the bug--indeed it's the forwarded
exports.

Wine does not always increment the refcount of the referee of a forwarded
export when such an entry is resolved.

However I think I ran into some peculiarities of Windows DLL loader. Anyone
knowledgeable on this topic?

(Workaround: pin python3<XYZ>.dll so that it doesn't go away)

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