Bug #82695 | Exception information missing from minidump files written on Windows | ||
---|---|---|---|
Submitted: | 23 Aug 2016 13:35 | Modified: | 24 Aug 2016 21:07 |
Reporter: | Daniel Blanchard | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Windows | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
[23 Aug 2016 13:35]
Daniel Blanchard
[24 Aug 2016 21:07]
Philip Olson
Posted by developer: Fixed as of the upcoming MySQL Server 8.0.1 release, and here's the changelog entry: The my_create_minidump function in the mysys library called the Windows API function MiniDumpWriteDump with an incorrect value (NULL) for the ExceptionParam parameter. This resulted in exception information being omitted from the minidump file. Thank you for the bug report.