keeper-service segfaults inside ubuntu::app_launch::helper_impls::Base::launch
Bug #1676361 reported by
James Henstridge
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
keeper (Ubuntu) |
Invalid
|
Critical
|
Unassigned | ||
ubuntu-app-launch (Ubuntu) |
Fix Released
|
Critical
|
Unassigned |
Bug Description
While running through the test plan for storage-framework, I had keeper-service segfault inside libubuntu-
I suspect that this is related to the recent ubuntu-app-launch 0.11 landing, which says it removes upstart and click support.
Attached is a backtrace I captured on a xenial+overlay system with debug symbols installed. It occurred when running through the following test plan at the "keeper backup" step:
https:/
Related branches
lp://staging/~ted/ubuntu-app-launch/registry-cleanup
- unity-api-1-bot: Approve (continuous-integration)
- Charles Kerr (community): Approve
- James Henstridge: Abstain
-
Diff: 4035 lines (+920/-965)40 files modifiedlibubuntu-app-launch/app-store-base.cpp (+8/-8)
libubuntu-app-launch/app-store-base.h (+13/-15)
libubuntu-app-launch/app-store-legacy.cpp (+14/-18)
libubuntu-app-launch/app-store-legacy.h (+8/-15)
libubuntu-app-launch/app-store-libertine.cpp (+13/-17)
libubuntu-app-launch/app-store-libertine.h (+8/-15)
libubuntu-app-launch/app-store-snap.cpp (+19/-23)
libubuntu-app-launch/app-store-snap.h (+8/-15)
libubuntu-app-launch/application-impl-base.cpp (+2/-2)
libubuntu-app-launch/application-impl-base.h (+10/-10)
libubuntu-app-launch/application-impl-legacy.cpp (+8/-8)
libubuntu-app-launch/application-impl-legacy.h (+1/-1)
libubuntu-app-launch/application-impl-libertine.cpp (+8/-8)
libubuntu-app-launch/application-impl-libertine.h (+1/-1)
libubuntu-app-launch/application-impl-snap.cpp (+13/-13)
libubuntu-app-launch/application-impl-snap.h (+4/-4)
libubuntu-app-launch/application-info-desktop.cpp (+3/-3)
libubuntu-app-launch/application-info-desktop.h (+5/-3)
libubuntu-app-launch/application.cpp (+45/-34)
libubuntu-app-launch/helper-impl.h (+2/-2)
libubuntu-app-launch/helper.cpp (+15/-17)
libubuntu-app-launch/info-watcher-zg.cpp (+1/-1)
libubuntu-app-launch/info-watcher-zg.h (+1/-1)
libubuntu-app-launch/info-watcher.cpp (+16/-2)
libubuntu-app-launch/info-watcher.h (+10/-1)
libubuntu-app-launch/jobs-base.cpp (+98/-118)
libubuntu-app-launch/jobs-base.h (+33/-26)
libubuntu-app-launch/jobs-systemd.cpp (+312/-352)
libubuntu-app-launch/jobs-systemd.h (+6/-2)
libubuntu-app-launch/registry-impl.cpp (+34/-16)
libubuntu-app-launch/registry-impl.h (+52/-22)
libubuntu-app-launch/registry.cpp (+27/-49)
libubuntu-app-launch/registry.h (+6/-4)
tests/application-info-desktop.cpp (+2/-2)
tests/info-watcher-zg.cpp (+2/-3)
tests/jobs-base-test.cpp (+2/-2)
tests/jobs-systemd.cpp (+26/-22)
tests/libual-cpp-test.cc (+40/-49)
tests/list-apps.cpp (+6/-6)
tests/registry-mock.h (+38/-55)
description: | updated |
To post a comment you must log in.
I'm adding ubuntu-app-launch as well to this as it looks to me an issue in the new version of libubuntu- app-launch