mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[GH-ISSUE #78] Coredump on Hyprland/Arch #1450
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#1450
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 @lyasm on GitHub (Feb 26, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/78
When I try to start Ironbar I get a coredump:
@JakeStanger commented on GitHub (Feb 26, 2023):
@lyasm Could you please share what caused/fixed this for you? The bar should not segfault under any condition.
@lyasm commented on GitHub (Feb 26, 2023):
just a reboot
@lyasm commented on GitHub (Feb 26, 2023):
But after a few minutes I get a coredump again
@JakeStanger commented on GitHub (Feb 26, 2023):
Could you please provide some more info, ie your software versions, config, etc...
The issue template exists for a reason, as it makes it a lot easier for me to track down issues. Can you please use that in future?
@lyasm commented on GitHub (Feb 27, 2023):
Sorry didn‘t find it at first:
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
System information:
Configuration
Style sheet is the example from the repo config is: config.corn:
Styles
Additional context
@JakeStanger commented on GitHub (Feb 27, 2023):
Thanks for the additional info. Could you let me know what version of Hyprland and Wlroots please?
It may also be worth running with trace logging. Could you try running with
IRONBAR_LOG=traceand re-sharing the log file please? This might give me some more info to go on.@lyasm commented on GitHub (Feb 28, 2023):
hyprland-git r2166.e1d7a13-1
wlroots 0.16.2-1
Will try with trace logging once it crashes again
@JakeStanger commented on GitHub (Feb 28, 2023):
Cheers.
Running a
-gitcompositor withoutwlroots-gitis not recommended, as the two tend to update in tandem. Wlroots has also had quite a few changes recently, which have caused at least one other Wayland related bug that cause the bar to crash in a similar manner. Thelauncherandfocused(and upcomingclipboard) modules interact with Wayland directly so are more susceptible to these crashes.I notice you are also running a build of Hyprland from a few months ago so it might pay to update that.
I would recommend a few things to try:
hyprland-gitto the latest version, and replacewlrootswithwlroots-git.hyprland-gitwith the stable package.launcherorfocusedfrom your config.@lyasm commented on GitHub (Feb 28, 2023):
So it doesn’t seem to crash anymore, and also Hyprland has wlroots bundled into itself
@JakeStanger commented on GitHub (Feb 28, 2023):
What did you change please (if anything), in case anybody else encounters this?
@lyasm commented on GitHub (Feb 28, 2023):
Didn’t change anything, but it also worked before expect that it would start crashing at a seemingly random time
@JakeStanger commented on GitHub (Mar 20, 2023):
@lyasm have you had any crashes since?
@lyasm commented on GitHub (Mar 22, 2023):
No seems to be fixed