https://bugs.winehq.org/show_bug.cgi?id=42407
Bug ID: 42407 Summary: LdrUnloadDll may recursion unload same dll Product: Wine Version: 1.9.0 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: xiewei@deepin.com Distribution: ---
Created attachment 57219 --> https://bugs.winehq.org/attachment.cgi?id=57219 LdrUnloadDll log file
It may cause QQ crash.LdrUnloadDll funcation recursion unload Flash.ocx,and dsound.dll ldr.LoadCount to 0,then dsound.dll be unload.But QQ process is still using dsound.dll.
Type: EXCEPTION_ACCESS_VIOLATION Error: Read address 0x7985C309 Address: 7985C309
https://bugs.winehq.org/show_bug.cgi?id=42407
--- Comment #1 from Xie Wei xiewei@deepin.com --- Created attachment 57220 --> https://bugs.winehq.org/attachment.cgi?id=57220 Fixed patch
https://bugs.winehq.org/show_bug.cgi?id=42407
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |leslie_alistair@hotmail.com | |, sebastian@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=42407
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |michael@fds-team.de
https://bugs.winehq.org/show_bug.cgi?id=42407
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #2 from winetest@luukku.com --- You need to send your patch wine-patches list
https://wiki.winehq.org/Submitting_Patches
If you are fast enough it can be merged today if they agree with the patch.
https://bugs.winehq.org/show_bug.cgi?id=42407
--- Comment #3 from Xie Wei xiewei@deepin.com --- I have send the path to wine-patches yesterday
https://bugs.winehq.org/show_bug.cgi?id=42407
--- Comment #4 from winetest@luukku.com --- The name looks a bit short to me. Wine-patches needs full name also patches should be sent in text mode, not including any html.
https://bugs.winehq.org/show_bug.cgi?id=42407
--- Comment #5 from Austin English austinenglish@gmail.com --- (In reply to winetest from comment #4)
The name looks a bit short to me. Wine-patches needs full name also patches should be sent in text mode, not including any html.
Not all cultures have the same name lengths.
https://bugs.winehq.org/show_bug.cgi?id=42407
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #6 from Fabian Maurer dark.shadow4@web.de --- Is this still an issue in wine-9.21?