[Cherry 5.0.x]: fix: Prevent segfault by correctly handling dbus restarts in mender-update and mender-auth#1889
Open
mender-test-bot wants to merge 2 commits into
Conversation
…pdate and mender-auth Ticket: MEN-9144 Changelog: Prevent segfault by correctly handling dbus restarts in mender-update and mender-auth. Previously when systemctl stop dbus.socket or systemctl stop dbus was called, it resulted in mender-update segfault. Signed-off-by: Michal Kopczan <michal.kopczan@northern.tech> (cherry picked from commit 43dd888)
…g no handler to be called Ticket: MEN-9144 Changelog: Fix a hang when polling for deployment failed early causing no handler of API response to be called. Added handler call for this case, causing the deployment polling to continue. Signed-off-by: Michal Kopczan <michal.kopczan@northern.tech> (cherry picked from commit 6aa4c77)
Author
|
Merging these commits will result in the following changelog entries: Changelogsmender (cherry-5.0.x-MEN-9144-mender-client-segfaults-upon-dbus-shutdown)New changes in mender since 5.0.x: Bug Fixes
|
Author
|
@mender-test-bot, start a full client pipeline with:
my commands and optionsYou can prevent me from automatically starting CI pipelines:
You can trigger a client pipeline on multiple prs with:
You can trigger GitHub->GitLab branch sync with:
You can cherry pick to a given branch or branches with:
|
Member
|
@mender-test-bot print fast pr stats |
Author
PR Metrics for
|
| User | Opened (30d) | Closed (30d) | Median TTC | Open Now | Assigned/Reviewing |
|---|---|---|---|---|---|
| danielskinstad | 11 | 11 | 20h 48m | 1 | 1 |
| vpodzime | 10 | 9 | 2h 45m | 1 | 0 |
| lluiscampos | 6 | 5 | 2h 6m | 1 | 2 |
| oldgiova | 7 | 7 | 15h 44m | 0 | 0 |
| elkoniu | 4 | 3 | 4d 23h 38m | 2 | 0 |
| michalkopczan | 3 | 3 | 1d 21h 18m | 0 | 0 |
| nt-alan | 0 | 0 | None | 0 | 1 |
| TheYoctoJester | 0 | 0 | None | 2 | 0 |
| mzedel | 0 | 0 | None | 1 | 0 |
Report generated on 2026-03-11 17:34:49 UTC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry pick of PR: #1880
For you :)