Bug #72284 | please use better options to MiniDumpWriteDump for informative minidump | ||
---|---|---|---|
Submitted: | 9 Apr 2014 7:37 | ||
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Windows | Severity: | S4 (Feature request) |
Version: | 5.6, 5.7, 8.0 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[9 Apr 2014 7:37]
Shane Bester
[8 Apr 2015 8:27]
MySQL Verification Team
So if you want to debug a crash on windows, you need a full dump instead of minidump. Edit registry like this: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\mysqld.exe] "DumpFolder"="c:\\mysql_crashes" "DumpCount"=dword:00000010 "DumpType"=dword:00000002 That would allow some full dumps of mysqld.exe to be saved in the path given.
[8 Apr 2015 8:27]
MySQL Verification Team
"Collecting User-Mode Dumps" https://msdn.microsoft.com/en-us/library/windows/desktop/bb787181(v=vs.85).aspx