Don't try to use metahead repeatedly especially after a suspend-resume cycle #34
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
for-next-chirp
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BuddiesOfBudgie/budgie-desktop-services!34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "resumeguards"
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?
This should hopefully resolve #33. From the trace file you can see the metahead is just cycling very fast until probably (I'm guessing) memory issues causes the app to crash.
This PR basically adds some guards around metahead creation and metahead usage (in outputmanager) to prevent this cycling.