Bug #91967 MySQL Workbench crashing on connection
Submitted: 10 Aug 2018 13:42 Modified: 10 Aug 2018 21:54
Reporter: Paul Combaldieu Email Updates:
Status: Unsupported Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:8.0.12 OS:Linux
Assigned to: CPU Architecture:x86
Tags: crash

[10 Aug 2018 13:42] Paul Combaldieu
Description:
I tried to connect to my local database with MysqlWorkbench, the connection part seems to work, but then the software crashes.

When I click 'Test connection', it tells me the connection could be established.

Everything works well on command line.

I tried with and without any table in the database, with the same effect.

I will attach the stack trace in a file.

Thank you.

How to repeat:
* Launch MySQL Workbench from a desktop entry or `$ mysql-workbench`
* Click on the connection you want to use
* Wait for the window to load.. then it crashes immediately
[10 Aug 2018 13:44] Paul Combaldieu
Stack trace given by Mysql Workbench in stdout

Attachment: trace (application/octet-stream, text), 79.27 KiB.

[10 Aug 2018 15:32] MySQL Verification Team
Thank you for the bug report. Which Linux OS and server version are you using?. Thanks.
[10 Aug 2018 15:42] Paul Combaldieu
Thanks for the reply!

$ uname -a
Linux <my name> 4.14.60-1-MANJARO #1 SMP PREEMPT Fri Aug 3 12:49:45 UTC 2018 x86_64 GNU/Linux

My mariadb server version is 10.1.34-1. 

It used to work but after an update I'm getting this crash.
[10 Aug 2018 17:46] MySQL Verification Team
Thank you for the feedback. MariaDB is a server not supported by WorkBench.
[10 Aug 2018 21:54] Paul Combaldieu
Thanks for your amazing support. I found a quick fix:

$ sudo apt install dbeaver
$ sudo apt remove msql-workbench
[6 May 2021 11:02] ArchLinux User
THANK YOU Paul Combaldieu!