"opened the default connection and entered mysql root password." This should have been in bug report. Now I can reproduce crash... I found were it crashes, but right now I don't know how to correctly fix it...
You can use this to fix crash: diff --git a/src/compositor/compositor-xrender.c b/src/compositor/compositor-xrender.c index a9e1de4..364b6cd 100644 --- a/src/compositor/compositor-xrender.c +++ b/src/compositor/compositor-xrender.c @@ -1956,7 +1956,10 @@ free_win (MetaCompWindow *cw, if (cw->picture) { + meta_error_trap_push (display); XRenderFreePicture (xdisplay, cw->picture); + meta_error_trap_pop (display, FALSE); + cw->picture = None; } -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1582687 Title: workbench crashes metacity on ubuntu 16.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-workbench/+bug/1582687/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs