TablePlus-Linux icon indicating copy to clipboard operation
TablePlus-Linux copied to clipboard

Lost connection to Wayland compositor

Open kochka opened this issue 2 years ago • 1 comments

  1. Database version (Ex: PostgreSQL 10.0): MySQL 8.1

  2. TablePlus version (the number on the welcome or about screen, Ex: build 81): 1.0.1 build 234

  3. Linux distro (Ex: Ubuntu 18.04): Arch Linux

  4. The steps to reproduce this issue:

Long queries (> 15 seconds) make TablePlus crash with error Lost connection to Wayland compositor

kochka avatar Dec 07 '23 19:12 kochka

I have the same issue but on postgres. It seems that TablePlus is making the SQL queries on the main thread blocking GTK/GDK to send out Wayland heartbeats. This is making the app unusable for me due to the constant crashes on long queries which I have to run on another client

Jaakkonen avatar Aug 05 '24 20:08 Jaakkonen