Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 922689

Summary: gui-apps/waybar-0.9.24 - UPower module segfaults
Product: Gentoo Linux Reporter: squishypandadev
Component: Current packagesAssignee: Jonas Toth <gentoo>
Status: UNCONFIRMED ---    
Severity: normal CC: julien, proxy-maint, squishypandadev
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/35788
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch to fix

Description squishypandadev 2024-01-22 09:07:45 UTC
Created attachment 882837 [details, diff]
Patch to fix

gui-apps/waybar-0.9.24 and up segfaults when building the UPower module. This is do to a bug with display device pointer. I have submitted an upstream fix at https://github.com/Alexays/Waybar/pull/2855. It forces the display device pointer to be null on class construction

This bug can cause waybar to segfault or not show display device
Comment 1 Larry the Git Cow gentoo-dev 2024-03-16 20:33:43 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83bcf53c7f37cfe1b79066f1beff3dbb9347a771

commit 83bcf53c7f37cfe1b79066f1beff3dbb9347a771
Author:     Julien Roy <julien@jroy.ca>
AuthorDate: 2024-03-16 19:05:05 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-03-16 20:33:33 +0000

    gui-apps/waybar: add 0.10.0
    
    Bug: https://bugs.gentoo.org/922689
    Signed-off-by: Julien Roy <julien@jroy.ca>
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 gui-apps/waybar/Manifest             |   1 +
 gui-apps/waybar/metadata.xml         |   8 +--
 gui-apps/waybar/waybar-0.10.0.ebuild | 102 +++++++++++++++++++++++++++++++++++
 3 files changed, 107 insertions(+), 4 deletions(-)