mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 17:15:21 +01:00
[GH-ISSUE #1425] Busy error loop WARN GTK: [Gdk] vkWaitForFences(): The logical or physical device has been lost. (VK_ERROR_DEVICE_LOST) (-4) #429
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#429
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @randoragon on GitHub (Mar 18, 2026).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1425
Describe the bug
Once a day on average, ironbar falls into some kind of busy error loop. The symptoms are 100% CPU usage and excessive logging of the following warning:
It goes away when I kill ironbar and restart it. Sometimes it comes back after a few hours. I presume there is an error loop without sleeping or some kind of timeout mechanism that's the cause.
To reproduce
Steps to reproduce the behavior:
Expected behavior
Ironbar should not use 100% CPU and pollute the disk with gigabytes of repetitive logs.
System information:
Configuration
Config
Styles
battery
gpg-expire
storage
@randoragon commented on GitHub (Mar 18, 2026):
Since the problem is related to Vulkan, it could be relevant information that I'm running an NVIDIA GPU.
@JakeStanger commented on GitHub (Mar 28, 2026):
I've not seen this myself so hard to know exactly what, but I suspect it is a compositor issue (esp since Sway doesn't support NVidia).
Possibly related: #1400
@CameronBarnes commented on GitHub (Apr 23, 2026):
I believe I saw this error myself today. I ssh'd into my system remotely and noticed ironbar was using 100% CPU. Currently I'm running Hyprland on AMD.
My displays are turned off when the system goes to sleep using hyprland's dispatch for dpms, and I've had other issues with ironbar not behaving correctly when monitors are turned on and off so this may be related.
I unfortunately dont have any logs to share due to the way I've got hyprland starting ironbar, I'll change my config to make sure these logs are captured in future.