MySQL Forums
Forum List  »  MySQL Workbench

Re: Windows blue screen - DataGrid
Posted by: Marcin Marek
Date: June 20, 2017 05:08AM

Hi,

Blue screens are generally caused by problems with your computer’s hardware or issues with its hardware driver software or by issues with low-level software running in the Windows kernel.
Standard app usually won’t be able to cause blue screens and crash the system.
If a blue screen occurs the only thing Windows can do at that point is restart and automatically creates a “minidump” with information about the crash)
You can try to analyze this dump (but it is not easy), more under:
https://blogs.technet.microsoft.com/askcore/2008/10/31/how-to-debug-kernel-mode-blue-screen-crashes-for-beginners/#3476888

What you can paste here is log from event viewer when this crash occured. Go to Start, then to Control Panel, then to Administrative Tools, then to Event Viewer. Alternately, got to Start, then to Run, and type in "eventvwr.msc". Left click once on the Application category in the left hand pane - then check the right hand pane for errors. Locate an error that occurred around the time of the problem and please paste the description of the problem

--
Marcin Marek
MySQL Developer Tools

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
MySQL Workbench on Twitter: https://twitter.com/MySQLWorkbench
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/5.7/en/

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.