Description:
When create a new empty model, add a new text object and try to edit the text object (double click) mysql workbench crash. Even if restart the pc and try again still happens.
In 6.3.10 and 6.3.9 versions happens.
With old versions (6.3.7) work's fine.
This is the log
10:31: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/dtorres/.mysql/workbench
open at start:
open type:
run at startup:
run type:
Force SW rendering: No
Force OpenGL: No
quit when done: No
10:31:21 [INF][ WBContext]: WbContext::init
10:31:31 [WRN][ grt]: Could not load wb.mysql.import.grt.so: Could not open module /usr/lib/mysql-workbench/modules/wb.mysql.import.grt.so (/usr/lib/mysql-workbench/modules/wb.mysql.import.grt.so: undefined symbol: _ZNK3grt8internal6Object4reprB5cxx11Ev)
10:31:31 [WRN][ grt]: Could not load dbutils.grt.so: Could not open module /usr/lib/mysql-workbench/modules/dbutils.grt.so (/usr/lib/mysql-workbench/modules/dbutils.grt.so: undefined symbol: _ZN3grt6Module23add_parse_function_specERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKN5boost8functionIFNS_8ValueRefENS_11BaseListRefEPS0_NS0_8FunctionEEEE)
10:31:32 [WRN][ grt]: Could not load wb.mysqlfabric.interface.grt.so: Could not open module /usr/lib/mysql-workbench/modules/wb.mysqlfabric.interface.grt.so (/usr/lib/mysql-workbench/modules/wb.mysqlfabric.interface.grt.so: undefined symbol: _ZN3grt6Module23add_parse_function_specERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKN5boost8functionIFNS_8ValueRefENS_11BaseListRefEPS0_NS0_8FunctionEEEE)
10:31:34 [INF][ WBA]: Looking for extension modules for WBA...
10:31:34 [INF][ WBA]: 0 extension modules found
10:31:35 [WRN][ grt]: /home/dtorres/.mysql/workbench/connections.xml:26: link '554692ef-cf15-11e7-ae3a-082e5f1fb62e' <object GrtObject> key=owner could not be resolved
10:31:35 [INF][ WBContext]: System info:
MySQL Workbench Community (GPL) for Linux/Unix version 6.3.10 CE build 12092614 (64 bit)
Configuration Directory: /home/dtorres/.mysql/workbench
Data Directory: /usr/share/mysql-workbench
Cairo Version: 1.14.6
OS: Ubuntu 16.04 x86_64
CPU: 4x AMD Phenom(tm) II X4 B97 Processor (2000.000MHz) - 7,30GiB RAM
No video adapter info available
Distribution: Ubuntu 16.04.2 LTS
Fips mode enabled: no
10:32:10 [ERR][ ]: Gtk::Builder::get_widget(): dynamic_cast<> failed.
How to repeat:
Create a new empty model, add a new text object and try to edit the text object (double click)
Suggested fix:
Check the 6.3.7 version code and implement this in the new version.