Table UI view freezes #38374
Replies: 58 comments 2 replies
-
Hi, Could you please try to generate a thread dump when it happens and attach it here? Here is the instruction: https://dbeaver.com/docs/wiki/Making-a-thread-dump/ |
Beta Was this translation helpful? Give feedback.
-
I'm not the original reporter but I'm seeing the same using dbeaver-ce installed via snap. While trying to create a thread dump I noticed pgrep simply doesn't find the PID and running jstack in the process manually results in
I'll use a version installed manually and report whether this changes things. |
Beta Was this translation helpful? Give feedback.
-
I'm not a heavy user of dbeaver myself. Yesterday I used it for a few hours and had freezes every quarter of an hour. After switching to a non-snap version and working with it for a few more hours I have not seen any freezes at all. This doesn't proof there are no freezes anymore, of course. Maybe other people facing the same problem can try the "nojdk" tar.gz (which is what I used). BTW whenever dbeaver wants to show a popup I see GTK logging a warning like
|
Beta Was this translation helpful? Give feedback.
-
I have the same problem. Can you fix it? I'll wait for a fix. |
Beta Was this translation helpful? Give feedback.
-
i got the same issue, its almost always happened after I minimize the dbeaver |
Beta Was this translation helpful? Give feedback.
-
I'm running into a similar issue, usually after minimizing dbeaver and then expanding it again. Ubuntu 22.04.3 LTS running xwayland 22.1.1-1ubuntu0.7 and gnome. Ubuntu 22.04 uses snap to run dbeaver, which (I think) causes the standard instructions for getting a thread dump to fail and seems to interfere with jstack.
Edit: here's some more information. When I minimize dbeaver with a SQL script open, I get these messages in /var/log/syslog:
Expanding it after a while produces these and a hung SQL editor window:
Clicking within the SQL script or the Databases tab produces no response. The menus (File, Help, etc.) at the top still pop up when I click on them, and I'm able to select a different databsae on the same connection through the database selection dropdown. Mousing over the database connections sometimes produces the popup with name, url, and user, but it's inconsistent and sends these messages to /var/log/syslog:
Clicking in the SQL scirpt window and trying to type produces no response. |
Beta Was this translation helpful? Give feedback.
-
any update on this issue ? |
Beta Was this translation helpful? Give feedback.
-
Confirming, also experiencing this issue with snap. |
Beta Was this translation helpful? Give feedback.
-
The problem is still not solved. I'm still waiting on fix. |
Beta Was this translation helpful? Give feedback.
-
i have same problem on ubuntu |
Beta Was this translation helpful? Give feedback.
-
@mayerro Thank you for your work! |
Beta Was this translation helpful? Give feedback.
-
I got the same issue here, have any workarround that we can do? |
Beta Was this translation helpful? Give feedback.
-
@petrisorciprian-vitals This should have been fixed in this release. Are you using snap release? |
Beta Was this translation helpful? Give feedback.
-
@Destrolaric After some time, the UI would freeze up, and I'd have to restart dbeaver in order to get it to work again. The .deb has no such issues, so I reverted to that in the meantime. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Facing the same issue. |
Beta Was this translation helpful? Give feedback.
-
Installing by downloading from the website, instead of using snap solved to me. |
Beta Was this translation helpful? Give feedback.
-
Facing the same very annoying issue. DBeaver freezes all the time when I navigate to another window and click back to DBeaver. Restarting DBeaver is then required. Is there any way to solve this? This is not workable. Operating System: Ubuntu 22.04.4 LTS |
Beta Was this translation helpful? Give feedback.
-
Hi @monterhealth, Unfortunately, such a complaint won't give us any insight into what actually causes your issue. Instead, during a freeze, please make a thread dump, as well as log files. You can find instructions here: |
Beta Was this translation helpful? Give feedback.
-
Hello, I think I just resolved this bug in my computer. To change from wayland to Xorg you have to edit the next files: /etc/gdm3/custom.conf In this file, uncomment the line with "WaylandEnable=false" ~/.bashrc or ~/.zshrc Add the next line at the end of the file: And restart the computer. I hope it helps :) |
Beta Was this translation helpful? Give feedback.
-
Hi, @Tuyuyi99 I haven't try your solution yet but will this affect other apps ? |
Beta Was this translation helpful? Give feedback.
-
Yes, it will affect other apps too, but it's the only solution I found for this problem :( |
Beta Was this translation helpful? Give feedback.
-
same here |
Beta Was this translation helpful? Give feedback.
-
DBeaver has been freezing on multimonitor systems running Ubuntu (at least 18.x till 24.04) all the time, usually after switching focus to a different screen or workspace. |
Beta Was this translation helpful? Give feedback.
-
Please don't post unconsolidated comments like "+1" or "same issue"; they are pointless and don't shine any light on the issue. Instead, provide at least some basic information such as OS name and DBeaver version. This alone will help us greatly. |
Beta Was this translation helpful? Give feedback.
-
I deleted my comment from guthub.
Version DBeaver: Version 24.3.5.202502162012 (and previous).
OS: Ubuntu 22.04.1
Two monitors.
|
Beta Was this translation helpful? Give feedback.
-
did you have a example of what kind of issues this fix can cause in ohter apps? |
Beta Was this translation helpful? Give feedback.
-
Hi. I'm having the same issue, Ubuntu 24.04.2 LTS, multiple displays, Dbeaver Version 25.0.5.202505181758. The freeze happens to me various times a day, so I can easily reconstruct and run any needed command to debug, and assist in resolving this, just LMK |
Beta Was this translation helpful? Give feedback.
-
What solved my problem was allocating more memory to DBeaver processes. This is done in the .ini file. Below was copied from Googles AI response, but is exactly how I did it. Here's how to do it: |
Beta Was this translation helpful? Give feedback.
-
Hello. I personally didn't experimented any problem from the apps that I use for my work, so I don't know what problems can cause. As far as I know, it works like a charm for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The table UI freezes and I have to restart Dbeaver.
I still can press some buttons and some of other parts other then the table view show changes (very slowly).
DBeaver Version
Community Edition 23.2.0
Operating System
Ubuntu 22.04
Database and driver
mariadb mysql:8.0.20
docker container
Steps to reproduce
This only happens sometimes when I change to other application and come back with alt tab.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions