Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922689 - gui-apps/waybar-0.9.24 - UPower module segfaults
Summary: gui-apps/waybar-0.9.24 - UPower module segfaults
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jonas Toth
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-01-22 09:07 UTC by squishypandadev
Modified: 2024-03-16 20:33 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix (upower-ptr-fix.patch,484 bytes, patch)
2024-01-22 09:07 UTC, squishypandadev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)