Bug #52634 | System crash when restarting up after close | ||
---|---|---|---|
Submitted: | 6 Apr 2010 21:09 | Modified: | 8 Apr 2010 15:52 |
Reporter: | Michael Zeman | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 5.2.17 OSS rev 5565 | OS: | Windows (XP SP3) |
Assigned to: | CPU Architecture: | Any |
[6 Apr 2010 21:09]
Michael Zeman
[7 Apr 2010 17:44]
Michael Zeman
I was advised that WB doesn't have any sort of logging system built in, but that it reports out to STDERR and STDOUT, so I ran the following on my Windows XP command line: MySQLWorkbench.exe > wblog.log 2>&1 I started workbench and then exited out of it (since it only crashes after the second launch), and the log file had the following information in it: "** (MySQLWorkbench.exe:4040): WARNING **: Plugin 'wb.tools.quickTables' from module WbTools has invalid type '' ** Message: unhandled message 4: wb.file.exit finished in 0.02s 'import site' failed; use -v for traceback" I ran the same script, had the system crash, but no log was generated.
[8 Apr 2010 15:52]
Michael Zeman
It's a driver issue. Intel onboard graphics driver 915G doesn't handle the openGL very well. Running Workbench with OpenGL turned off ("MySQLWorkbench.exe -swrendering") launches it without crashing. Better solution - Get a graphics card and stop using crappy onboard graphics. :)