Bug #82267 Mysql Workbench crashes on running
Submitted: 18 Jul 2016 13:07 Modified: 27 Jul 2016 16:19
Reporter: Mark Harris Email Updates:
Status: Patch pending Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version: OS:Windows
Assigned to: CPU Architecture:Any

[18 Jul 2016 13:07] Mark Harris
Description:
When running Mysql Workbench it has a tendency to crash when you run a query.

The error message is: mysql workbench has stopped working:
 Problem Event Name:	APPCRASH
  Application Name:	MySQLWorkbench.exe
  Application Version:	6.3.7.0
  Application Timestamp:	57581ea6
  Fault Module Name:	libmysql.dll
  Fault Module Version:	5.7.12.0
  Fault Module Timestamp:	56f978ee
  Exception Code:	c0000005
  Exception Offset:	0001371a
  OS Version:	6.1.7601.2.1.0.256.48
  Locale ID:	2057
  Additional Information 1:	0a9e
  Additional Information 2:	0a9e372d3b4ad19135b953a78882e789
  Additional Information 3:	0a9e
  Additional Information 4:	0a9e372d3b4ad19135b953a78882e789

Then looking through the event viewer the events are:

Faulting application name: MySQLWorkbench.exe, version: 6.3.7.0, time stamp: 0x57581ea6
Faulting module name: libmysql.dll, version: 5.7.12.0, time stamp: 0x56f978ee
Exception code: 0xc0000005
Fault offset: 0x00013a44
Faulting process id: 0x1ed0
Faulting application start time: 0x01d1e0f14935b9f6
Faulting application path: C:\Program Files\MySQL\MySQL Workbench 6.3 CE\MySQLWorkbench.exe
Faulting module path: C:\Program Files\MySQL\MySQL Workbench 6.3 CE\libmysql.dll
Report Id: 9f7d8e06-4ce4-11e6-8268-b8ca3a93d875

As a bit more detail, I am accessing a offsite server through a odbc connection.

How to repeat:
Run a query through mysql workbench. Doesn't happen 100% of the time though does happen regularly.
[20 Jul 2016 14:33] Wendel Silveira Wendel
In my case, it began after upgrading to version "6.3.7 Build 1199 CE - 64bits". The version "6.3.6 - 64 bits" was not happening this. The MySQL installer also upgraded: "Connector/ODBC, Connector/J and Connector/NET"
Platform: Windows 10 64 Bits
[27 Jul 2016 16:19] MySQL Verification Team
Thank you for the bug report. Your odbc connection isn't a SSH over TCP/IP connection instead?. Thanks.
[29 Jul 2016 13:36] Wendel Silveira Wendel
Hi! 
More information... The problem was happening with both the connection "Standard TCP/IP" with and without SSL. The problem stopped when I returned to version "6.3.6".

Installed versions:
    "Connector / ODBC" - 5.3.6 / X64
    "Connector / C ++" - 1.1.7 / X64
    "Connector / J" - 5.1.39 / X86
    "Connector / NET" - 6.9.9 / X86

I hope it helps