Skip to content

Unable to start MySQL Workbench #488

Open
@bobab12

Description

@bobab12

Distribution (run cat /etc/os-release):

NAME="Pop!_OS"
VERSION="18.10"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Pop!_OS 18.10"
VERSION_ID="18.10"
HOME_URL="https://system76.com/pop"
SUPPORT_URL="http://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=cosmic
UBUNTU_CODENAME=cosmic

Related Application and/or Package Version (run apt policy $PACKAGE NAME):

mysql-workbench:
  Installed: 6.3.10+dfsg-3ubuntu1
  Candidate: 6.3.10+dfsg-3ubuntu1
  Version table:
 *** 6.3.10+dfsg-3ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu cosmic/universe amd64 Packages
        100 /var/lib/dpkg/status

Issue/Bug Description:
After installing MySQL Workbench using the Pop!_Shop and running it, the application crashes immediately.

Steps to reproduce (if you know):

  1. Install MySQL Workbench using the Pop!_Shop application.
  2. Start MySQL Workbench using the application launcher.

Expected behavior:
The application MySQL Workbench should start normally.

Other Notes:
The following details are logged in /var/log/syslog:

$ tail /var/log/syslog
Apr  3 08:23:09 pop-os mysql-workbench.desktop[9208]: Found /usr/lib/x86_64-linux-gnu/libproj.so.13
Apr  3 08:23:10 pop-os mysql-workbench.desktop[9208]: Ready.
Apr  3 08:23:10 pop-os kernel: [144768.561489] traps: mysql-workbench[26325] trap int3 ip:7fc6aa4059f5 sp:7ffe736f9450 error:0 in libglib-2.0.so.0.5800.1[7fc6aa3cd000+7d000]
Apr  3 08:23:10 pop-os mysql-workbench[26325]: drawing failure for widget 'gtkmm__GtkEntry': out of memory
Apr  3 08:23:10 pop-os mysql-workbench[26325]: drawing failure for widget 'gtkmm__GtkBox': out of memory
Apr  3 08:23:10 pop-os mysql-workbench[26325]: drawing failure for widget 'gtkmm__GtkBox': out of memory
Apr  3 08:23:10 pop-os mysql-workbench[26325]: drawing failure for widget 'gtkmm__GtkFixed': out of memory
Apr  3 08:23:10 pop-os mysql-workbench[26325]: #012unhandled exception (type std::exception) in signal handler:#012what: std::bad_alloc
Apr  3 08:23:10 pop-os mysql-workbench.desktop[9208]: Trace/breakpoint trap (core dumped)

I have tried installing the latest version of MySQL Workbench (8.0.15) from MySQL.com (https://dev.mysql.com/downloads/workbench/), specifically "mysql-workbench-community_8.0.15-1ubuntu18.10_amd64.deb", however it crashes with similar errors in syslog:

$ tail /var/log/syslog
Apr  3 08:27:51 pop-os mysql-workbench.desktop[9208]: Workbench can't find libproj.so, some options may be unavailable.
Apr  3 08:27:52 pop-os mysql-workbench.desktop[9208]: Ready.
Apr  3 08:27:59 pop-os mysql-workbench[29344]: drawing failure for widget 'gtkmm__GtkEntry': out of memory
Apr  3 08:27:59 pop-os mysql-workbench[29344]: drawing failure for widget 'gtkmm__GtkBox': out of memory
Apr  3 08:27:59 pop-os mysql-workbench[29344]: drawing failure for widget 'gtkmm__GtkFixed': out of memory
Apr  3 08:27:59 pop-os mysql-workbench[29344]: #012unhandled exception (type std::exception) in signal handler:#012what: std::bad_alloc
Apr  3 08:27:59 pop-os kernel: [145057.211224] traps: mysql-workbench[29344] trap int3 ip:7efe3274c9f5 sp:7ffeb8afc530 error:0 in libglib-2.0.so.0.5800.1[7efe32714000+7d000]
Apr  3 08:27:59 pop-os mysql-workbench.desktop[9208]: Trace/breakpoint trap (core dumped)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions