Bug #83389 MySQL Workbench crashes when executing query
Submitted: 14 Oct 2016 15:47 Modified: 14 Oct 2016 17:03
Reporter: Daniël Giessen Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:6.3.7 OS:Windows (Microsoft Windows 10 Enterprise)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[14 Oct 2016 15:47] Daniël Giessen
Description:
MySQL Workbench (latest version) crashes when executing a (simple SELECT) query.

I've observed this exact behaviour on two separate machines (both Win10), both running the latest version. The database server I'm connected to is a MySQL instance running on Amazon's RDS.

The Windows logs contain the following messages:
```
MySQLWorkbench.exe, version: 6.3.7.0. Module: ntdll.dll, version: 10.0.14393.206. Code: 0xc0000374.
Name: APPCRASH
Issues signature:
P1: MySQLWorkbench.exe
P2: 6.3.7.0
P3: 5758217b
P4: StackHash_249f
P5: 10.0.14393.206
P6: 57dac931
P7: c0000374
P8: PCH_75_FROM_ntdll+0x00000000000A59A4
P9: 
P10: 
```

How to repeat:
 - Start MySQL Workbench.
 - Click the saved connection to connect to the DB server.
 - Enter a simple query: SELECT * FROM users
 - Click the toolbar button to execute the query (or press Ctrl-Enter).
 - MySQL Workbench crashes and Windows displays the "This program has stopped working" message.
[14 Oct 2016 15:47] Daniël Giessen
MySQL Workbench logfile

Attachment: wb.log (application/octet-stream, text), 7.04 KiB.

[14 Oct 2016 17:03] MySQL Verification Team
Thank you for the bug report. Duplicate of https://bugs.mysql.com/bug.php?id=82778.