Summary: | test failure on arm | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kcrash | Reporter: | Jonathan Riddell <jr> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdelibs-bugs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kcrash/2429a8f0696870246f2df6a7239144450a60b1f5 | Version Fixed In: | |
Sentry Crash Report: |
Description
Jonathan Riddell
2014-07-24 08:04:38 UTC
Fixed today, was not ARM specific, but related to kdeinit being available (which it's not on CI) https://git.reviewboard.kde.org/r/125503/ Git commit 2429a8f0696870246f2df6a7239144450a60b1f5 by David Faure. Committed on 03/10/2015 at 20:27. Pushed by dfaure into branch 'master'. KCrash: pass cwd to kdeinit when auto-restarting the app via kdeinit. This was the reason why the unittest failed locally (with kdeinit available) while it worked in CI (without kdeinit). The cwd was wrong so the restarted program was adding a line to $HOME/kcrashtest_log instead of the one here. REVIEW: 125503 M +11 -1 src/kcrash.cpp http://commits.kde.org/kcrash/2429a8f0696870246f2df6a7239144450a60b1f5 |