mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[GH-ISSUE #731] Iron bar crash on clicking a specific workspace 3 times in a row #3048
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#3048
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 @RedStealthDev on GitHub (Sep 19, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/731
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
System information:
Configuration
Config
Styles
Additional context
2024-09-19T09:53:59.996802Z INFO ironbar: 134: Ironbar version 0.16.1-pre
2024-09-19T09:53:59.996817Z INFO ironbar: 135: Starting application
2024-09-19T09:54:00.025034Z WARN ironbar::ipc::server: 33: Socket already exists. Did Ironbar exit abruptly?
2024-09-19T09:54:00.025064Z WARN ironbar::ipc::server: 34: Attempting IPC shutdown to allow binding to address
2024-09-19T09:54:00.025179Z INFO ironbar::ipc::server: 39: Starting IPC on /run/user/1000/ironbar-ipc.sock
2024-09-19T09:54:00.025953Z INFO ironbar::bar: 117: Initializing bar 'bar-4' on 'eDP-1'
2024-09-19T09:54:00.027199Z INFO ironbar::clients::compositor::hyprland: 32: Starting Hyprland event listener
2024-09-19T09:54:00.127369Z INFO ironbar::clients::volume: 168: connected to server
2024-09-19T09:54:07.456276Z ERROR ironbar::logging: 48: The application panicked (crashed).
Message: Failed to send message to channel: "Closed(..)"
Location: src/modules/workspaces.rs:155
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
Screenshots
@rasmuspeders1 commented on GitHub (Sep 22, 2024):
I think I see the same.
I can always reproduce this same panic if I click twice on the button for the workspace I am currently on.
The clicks do not have to be in fast succession.