https://bugs.winehq.org/show_bug.cgi?id=49584
Bug ID: 49584 Summary: DbgHelp no longer can write minidumps Product: Wine Version: 5.13 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: dbghelp Assignee: wine-bugs@winehq.org Reporter: winebugs@63bit.net Regression SHA1: 6b3018d03da983050516821caa2aada2f4814678 Distribution: ArchLinux
00c0:trace:dbghelp:SymInitializeW (FFFFFFFF (null) 1) 00c0:trace:dbghelp:check_live_target got debug info address 0x7d000000 from PEB 7FFDF000 00c0:trace:dbghelp:get_wine_loader_name returning L"wine" 00c0:trace:dbghelp:elf_load_file Processing elf file 'L"wine"' at 7d000000 00c0:trace:dbghelp:get_wine_loader_name returning L"wine" 00c0:warn:dbghelp:MiniDumpWriteDump failed to initialize process
Commit 6b3018d03da983050516821caa2aada2f4814678 seems to have broken minidump writing in my particular case (SKSE).
https://bugs.winehq.org/show_bug.cgi?id=49584
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=49584
--- Comment #1 from Jacek Caban jacek@codeweavers.com --- This commit should help with the original problem: https://source.winehq.org/git/wine.git/commitdiff/310019789f7bde12ae3f25f723...
While testing minidumps, I noticed another new problem with handling the new PE+ELF modules, for which I will send a patch soon.
https://bugs.winehq.org/show_bug.cgi?id=49584
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |04ddabfdff644561adf0e36050d | |b1bbc63cad83a Resolution|--- |FIXED
--- Comment #2 from Jacek Caban jacek@codeweavers.com --- The other problem was fixed by: https://source.winehq.org/git/wine.git/commitdiff/04ddabfdff644561adf0e36050...
minidumps work for me, please reopen if you can still reproduce with current git.
https://bugs.winehq.org/show_bug.cgi?id=49584
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.0-rc3.