Bug #84643 Workbench Crash on "Close Other Tabs" Click
Submitted: 24 Jan 2017 15:42 Modified: 2 Feb 2017 2:03
Reporter: Antonio D'Angelo Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S5 (Performance)
Version:6.3.6 OS:Linux (Linux Mint 18.1 Serena)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[24 Jan 2017 15:42] Antonio D'Angelo
Description:
----[For better reports, please attach the log file after submitting. You can find it in /home/ghost/.mysql/workbench/log/wb.log]
----
16:38:21 [INF][      WBContext]: Parsing application arguments.
16:38:21 [INF][      WBContext]:     /usr/lib/mysql-workbench/mysql-workbench-bin
16:38:21 [INF][   WBContext UI]: Initializing workbench context UI with these values:
	base dir: /usr/share/mysql-workbench
	plugin path: /usr/lib/mysql-workbench/plugins
	struct path: /usr/share/mysql-workbench/grt
	module path: /usr/lib/mysql-workbench/modules
	library path: /usr/share/mysql-workbench/libraries
	user data dir: /home/ghost/.mysql/workbench
	open at start: 
	open type: 
	run at startup: 
	run type: 
	Force SW rendering: No
	Force OpenGL: No
	quit when done: No
16:38:21 [INF][      WBContext]: WbContext::init
16:38:21 [INF][            WBA]: Looking for extension modules for WBA...
16:38:21 [INF][            WBA]: 0 extension modules found
16:38:21 [WRN][            grt]: /usr/share/mysql-workbench/data/table_templates.xml:21: link 'com.mysql.rdbms.mysql.datatype.timestamp' <object db.SimpleDatatype> key=simpleType could not be resolved
16:38:21 [WRN][            grt]: /usr/share/mysql-workbench/data/table_templates.xml:106: link 'com.mysql.rdbms.mysql.datatype.varchar' <object db.SimpleDatatype> key=simpleType could not be resolved
16:38:21 [WRN][            grt]: /usr/share/mysql-workbench/data/table_templates.xml:229: link 'com.mysql.rdbms.mysql.datatype.int' <object db.SimpleDatatype> key=simpleType could not be resolved
16:38:21 [WRN][            grt]: /home/ghost/.mysql/workbench/connections.xml:25: link '191798e1-e24a-11e6-a7dc-1c834109614b' <object GrtObject> key=owner could not be resolved
16:38:21 [INF][      WBContext]: System info:
 	MySQL Workbench Community (GPL) for Linux/Unix version 6.3.6 CE build 511 (64 bit)
	Configuration Directory: /home/ghost/.mysql/workbench
	Data Directory: /usr/share/mysql-workbench
	Cairo Version: 1.14.6
	OS: Linux 4.4.0-59-generic
	CPU: 8x Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz (3922.593MHz) - 7,75GiB RAM
	Distribution: Linux Mint 18.1 Serena

	Fips mode enabled: no

16:38:21 [INF][    WQE backend]: Found auto-save workspace /home/ghost/.mysql/workbench/sql_workspaces/Cthun-1.autosave
16:38:24 [INF][      SqlEditor]: Opened connection 'Cthun' to (Ubuntu) version 5.7.17-0ubuntu0.16.10.1
16:38:24 [INF][     AutoCCache]: Initializing autocompletion cache for Cthun

How to repeat:
Select a table, open few tabs (like alter tables or others...just have 2+ tabs open) right-click on a tab -> "Close Other Tabs" 
and then workbench crash
[24 Jan 2017 16:52] MySQL Verification Team
Please try version 6.3.8. Thanks.
[29 Jan 2017 10:28] Marcin Szalowicz
Thank you for the bug report.
[2 Feb 2017 2:03] Christine Cole
Posted by developer:
 
Fixed as of the upcoming MySQL Workbench 6.3.9 release, and here's the changelog entry:

With multiple tabs open in the SQL Editor, using the context-sensitive
menu to close all other tabs caused MySQL Workbench to exit unexpectedly.

Thank you for the bug report.