Bug #83625 MySQL Workbench hangs on macOS 10.12.1 (Sierra)
Submitted: 1 Nov 2016 7:03 Modified: 3 Nov 2016 21:05
Reporter: Jade Yuan Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S1 (Critical)
Version:6.3.8 OS:MacOS (macOS 10.12.x Sierra)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[1 Nov 2016 7:03] Jade Yuan
Description:
----[For better reports, please attach the log file after submitting. You can find it in /Users/mosoink/Library/Application Support/MySQL/Workbench/log/wb.log]

MySQL Workbench hangs/frozen on macOS 10.12 while executing a very simple query.
And I have to fore terminate mysql workbench and relaunch it. and it hangs again.

Here is the content in wb.log file:

11:07:36 [INF][      Workbench]: Starting up Workbench
11:07:36 [INF][      WBContext]: Parsing application arguments.
11:07:36 [INF][      WBContext]:     /Applications/MySQLWorkbench.app/Contents/MacOS/MySQLWorkbench
11:07:37 [INF][   WBContext UI]: Initializing workbench context UI with these values:
    base dir: /Applications/MySQLWorkbench.app/Contents/Resources
    plugin path: /Applications/MySQLWorkbench.app/Contents/PlugIns
    struct path: /Applications/MySQLWorkbench.app/Contents/Resources/grt
    module path: /Applications/MySQLWorkbench.app/Contents/PlugIns:/Applications/MySQLWorkbench.app/Contents/Resources/plugins
    library path: /Applications/MySQLWorkbench.app/Contents/Resources/libraries
    user data dir: /Users/mosoink/Library/Application Support/MySQL/Workbench
    open at start: 
    open type: 
    run at startup: 
    run type: 
    Force SW rendering: No
    Force OpenGL: No
    quit when done: No
11:07:37 [INF][      WBContext]: WbContext::init
11:07:37 [INF][            WBA]: Looking for extension modules for WBA...
11:07:37 [INF][            WBA]: 0 extension modules found
11:07:37 [WRN][            grt]: /Applications/MySQLWorkbench.app/Contents/Resources/data/table_templates.xml:21: link 'com.mysql.rdbms.mysql.datatype.timestamp' <object db.SimpleDatatype> key=simpleType could not be resolved
11:07:37 [WRN][            grt]: /Applications/MySQLWorkbench.app/Contents/Resources/data/table_templates.xml:106: link 'com.mysql.rdbms.mysql.datatype.varchar' <object db.SimpleDatatype> key=simpleType could not be resolved
11:07:37 [WRN][            grt]: /Applications/MySQLWorkbench.app/Contents/Resources/data/table_templates.xml:229: link 'com.mysql.rdbms.mysql.datatype.int' <object db.SimpleDatatype> key=simpleType could not be resolved
11:07:37 [WRN][            grt]: /Users/mosoink/Library/Application Support/MySQL/Workbench/connections.xml:27: link '978404B5-B6D9-48A5-AD8E-C180CAE61B7D' <object GrtObject> key=owner could not be resolved
11:07:37 [INF][      WBContext]: System info:
    MySQL Workbench Community (GPL) for Mac OS X version 6.3.8 CE build 1228 (64 bit)
    Configuration Directory: /Users/mosoink/Library/Application Support/MySQL/Workbench
    Data Directory: /Applications/MySQLWorkbench.app/Contents/Resources
    Cairo Version: 1.10.2
    OS: macOS 10.12.x Sierra
    CPU: 8x Intel(R) Core(TM) i7-2675QM CPU @ 2.20GHz - 8.00GiB RAM

11:07:39 [INF][      SqlEditor]: Opened connection 'dev-miserver' to (Ubuntu) version 5.6.33-0ubuntu0.14.04.1-log
11:07:39 [INF][     AutoCCache]: Initializing autocompletion cache for dev-miserver

How to repeat:
macOS 10.12.1, launch mysql workbench
1. open the auto-save connection(because the process was force kill last time)
2. run a simple query
3. hangs, frozen.
[1 Nov 2016 9:19] MySQL Verification Team
What kind of connection are you using (local or remote) and which server version are you connected to. Thanks.
[2 Nov 2016 10:14] Jade Yuan
The server locates in the same intranet with the client, and the same subnet.
server: 172.16.1.66
client: 172.16.1.202
no firewall on both the server and the client.

server version: 5.6.33-0ubuntu0.14.04.1-log
[3 Nov 2016 21:05] MySQL Verification Team
Thank you for the feedback. Duplicate/related of http://bugs.mysql.com/bug.php?id=83658.