Bug #90885 Clicking "File->New query tab" from Home screen closes Workbench
Submitted: 16 May 2018 8:35 Modified: 7 Jun 2018 17:54
Reporter: Fredric Johansson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:8.0.11 OS:Windows
Assigned to: CPU Architecture:Any

[16 May 2018 8:35] Fredric Johansson
Description:
When you're on the Home screen and click on File->New query tab, the program closes. You can see it tries to the open the SQL IDE screen for a short time before Workbench closes.
The log file on level debug2 shows the following:

<Messages appearing after clicking the menu item>
10:32:40 [DB2][ mforms managed]: Returning main form
10:32:40 [DB1][ mforms managed]: Get special folder
10:32:41 [DB2][  column_widths]: Using column width cache file C:\Users\fredric\AppData\Roaming\MySQL\Workbench/cache/unconnected.column_widths
10:32:41 [DB1][ mforms managed]: Adding new timeout
10:32:41 [DB1][ mforms managed]: Creating new TimerHandler
10:32:41 [DB1][WBContext managed]: Creating UI wrapper dbquery
10:32:41 [INF][        WQE.net]: Launching SQL IDE
10:32:41 [DB1][        WQE.net]: Setup of generated UI done
10:32:41 [DB2][        WQE.net]: Creating Log View
10:32:41 [DB1][        WQE.net]: Creating History View
10:32:41 [DB1][        WQE.net]: Setting up menu for History View
10:32:41 [DB1][        WQE.net]: Setting up History Details View
10:32:41 [DB1][        WQE.net]: Setting callbacks to backend
10:32:41 [DB1][        WQE.net]: Setting up side bar
10:32:41 [DB1][        WQE.net]: Setting up secondary sidebar
10:32:41 [DB1][        WQE.net]: Updating display colors
10:32:41 [DB1][ Managed Notify]: Registered managed observer for GNFormTitleDidChange
10:32:41 [DB1][        WQE.net]: Initialization done
10:32:41 [DB1][        WQE.net]: Updating display colors
10:32:41 [DB2][SQL Editor Form]: Updating SQL menu and toolbar
10:32:41 [DB2][SQL Editor Form]: Updating SQL menu and toolbar
10:32:41 [DB2][SQL Editor Form]: Updating SQL menu and toolbar
10:32:41 [DB1][        WQE.net]: Updating display colors
<End of Log>

How to repeat:
Open File menu and click on "New query tab" from Home screen
[16 May 2018 8:41] MySQL Verification Team
Hello Fredric,

Thank you for the report!

Thanks,
Umesh
[7 Jun 2018 17:54] Christine Cole
Posted by developer:
 
Fixed as of the upcoming MySQL Workbench 8.0.12 release, and here's the changelog entry:

Attempting to open a new query tab from the home screen (File, New Query
Tab from the menu) closed MySQL Workbench.

Thank you for the bug report.