Columns not displaying in columns tab (MySQL Workbench) -
i running ubuntu 14.10 , mysql workbench v6.2.3-1ubu1404-amd64 (it`s last stable) , having issue columns not displaying correctly (completely) - blank space instead.
is experiencing same problem? how solve this?
also experiencing issue in opensuse 13.2. worked in opensuse 13.1.
i can confirm behavior seeing. doesn't work on ubuntu 14.10 , works on ubuntu 14.04. use mysql-workbench
on debian wheezy expected behavior. question caught attention because appeared bug.
i ran command line see on console. when using eer diagram editor sample model greeted blank pane columns , attributes should listed. console shows these unexpected assertions:
(mysql-workbench-bin:52041): glib-gobject-warning **: attempting add interface (gtktreedragdest) class (gtkmm__customobject_16listmodelwrapper) after class_init
(mysql-workbench-bin:52041): glib-gobject-warning **: attempting add interface (gtktreedragsource) class (gtkmm__customobject_16listmodelwrapper) after class_init
(mysql-workbench-bin:52041): gtk-critical **: ia__gtk_tree_view_set_model: assertion 'model == null || gtk_is_tree_model (model)' failed
there far more errors have cut list short. these assertions suggest me there bug while creating window pane column data. isn't column data happens on majority of panes @ bottom.
i work on open source project had issues ubuntu 14.10 , involved glib assertions appearing didn't occur before. glib developers have begun adding more assertions code identify software bugs. possible similar applies here. in case of project maintain assertions indicative of problem in our project code , newer versions of glib made our code fail.
with in mind looked on ubuntu launchpad site. there bug report title workbench not showing tables or query results in raring
opened last year people identifying issue 14.10 (many in past week). believe related seeing. observed there 3 dozen people @ time have reported problem. create account , add list of people experiencing problem.
there news , bad news. mysql workbench developers have identified , fixed problem in latest builds. mysql bug report link has say:
posted developer:
fixed of upcoming mysql workbench 6.2.4 release, , here's changelog entry:
on linux, query result view did not populate libglib version 2.42 , above.
unfortunately ubuntu doesn't have patch or work around in official repositories yet. think have few options:
- don't use mysql-workbench on ubuntu 14.10 until bug fixed , new version of mysql-workbench released ubuntu.
- use older version of ubuntu (like 14.04) work because uses older version of glib
- download source , build own version of mysql workbench 6.2.4 or later (this source hasn't officially been released yet)
Comments
Post a Comment