mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[GH-ISSUE #453] Error log file grows indefinitely & can result in very large files #4369
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#4369
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 @JakeStanger on GitHub (Feb 13, 2024).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/453
Discussed in https://github.com/JakeStanger/ironbar/discussions/451
Originally posted by **pinkcreeper100** February 13, 2024
https://akko.wtf/notice/AeqeKmpXN9P9D6N54i
it was full of broken pipe errors
@aquifolly commented on GitHub (Mar 2, 2024):
@JakeStanger
the original cause is still occurring though
@JakeStanger commented on GitHub (Mar 2, 2024):
Please open a proper issue with more detail and I can investigate
@ToxicMushroom commented on GitHub (Jun 12, 2024):
This may be related to incorrectly launching ironbar #632 ?
700MB in about 1 minute
Apparently I have many ironbar processes running
Every time I reload sway it creates another ironbar that is just producing these errors in a loop x)

I think ideally ironbar should detect that it is already running and not try to do whatever it is doing right now ? Or maybe there is a way to handle sway reload better.
@ToxicMushroom commented on GitHub (Jun 12, 2024):
Might be useful to know that it's the old process that starts freaking out, not the newly created one after reload
@JakeStanger commented on GitHub (Jun 13, 2024):
It's supposed to exit if another instance is already running, so this is a separate bug. The additional instances shouldn't get any further than setting up a Wayland client though, so that likely wouldn't explain the config file sizes.