Merge lp:~andreas-pokorny/mir/fix-1506137 into lp:mir
| Status: | Merged |
|---|---|
| Approved by: | Andreas Pokorny on 2015-10-20 |
| Approved revision: | 3034 |
| Merged at revision: | 3038 |
| Proposed branch: | lp:~andreas-pokorny/mir/fix-1506137 |
| Merge into: | lp:mir |
| Diff against target: |
100 lines (+14/-24) 3 files modified
src/platforms/mesa/client/client_platform.cpp (+0/-16) src/platforms/mesa/client/client_platform_factory.cpp (+11/-0) src/platforms/mesa/server/kms/platform_symbols.cpp (+3/-8) |
| To merge this branch: | bzr merge lp:~andreas-pokorny/mir/fix-1506137 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Approve on 2015-10-20 | |
| Daniel van Vugt | 2015-10-16 | Abstain on 2015-10-20 | |
| Kevin DuBois (community) | Approve on 2015-10-19 | ||
| Alan Griffiths | Approve on 2015-10-19 | ||
|
Review via email:
|
|||
Commit Message
Delay mesa hack: reloading of module only needed for nested mesa platform
The mesa hack has horrible side effects - on krillin it makes mtks mali-driver frequently segfault during module unload.
Description of the Change
This moves the reloading of the module to a later stage.
We only need the mesa hack when we want to make mesa run on top of a mir server - so this is currently only in the creation code of the guest platform.
| Andreas Pokorny (andreas-pokorny) wrote : | # |
[----------] Global test environment tear-down
[==========] 1850 tests from 237 test cases ran. (238755 ms total)
[ PASSED ] 1849 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] ThreadedDispatc
1 FAILED TEST
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:3031
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| Andreas Pokorny (andreas-pokorny) wrote : | # |
no segfault on krillin.. rerunning..
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:3031
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| Andreas Pokorny (andreas-pokorny) wrote : | # |
mako this time .. rerunning
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:3031
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
FAILURE: http://
SUCCESS: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| Andreas Pokorny (andreas-pokorny) wrote : | # |
Failure to add ppa.. Rerunning
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:3031
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
FAILURE: http://
SUCCESS: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| Andreas Pokorny (andreas-pokorny) wrote : | # |
now a mako setup failure..
bleh I want to see at least two krillin runs without segfault.
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:3031
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:3031
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:3031
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| Andreas Pokorny (andreas-pokorny) wrote : | # |
^ ok now at least three krillin runs without seg fault, and one of them with a different ci problem.
| Daniel van Vugt (vanvugt) wrote : | # |
Hmm, this looks familiar. A month or two back I couldn't propose some (harmless) changes because of spurious segfaults in GL on at least one droid. I wonder if this was it...
| Alan Griffiths (alan-griffiths) wrote : | # |
Nit:
-extern "C" int __attribute_
+extern "C" int
No need for the "extern "C" int" - that was only needed for "__attribute_
This makes me wonder if we can do something similar in mesa/client/
| Andreas Pokorny (andreas-pokorny) wrote : | # |
> Nit:
>
> -extern "C" int __attribute_
> +extern "C" int
>
> No need for the "extern "C" int" - that was only needed for
> "__attribute_
>
> This makes me wonder if we can do something similar in
> mesa/client/
I havent noticed.. but yes did that. The first time we need that is when we want to get setup egl and the display.. and this is when mesa tries to access the mir symbols..
| Alan Griffiths (alan-griffiths) wrote : | # |
Nit:
-extern "C" int __attribute_
+extern "C" int
No need for the "extern "C" int" - that was only needed for "__attribute_
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:3032
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
FAILURE: http://
SUCCESS: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| Andreas Pokorny (andreas-pokorny) wrote : | # |
> Nit:
>
> -extern "C" int __attribute_
> +extern "C" int
>
> No need for the "extern "C" int" - that was only needed for
> "__attribute_
aye.. missed that part..
| PS Jenkins bot (ps-jenkins) wrote : | # |
PASSED: Continuous integration, rev:3033
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Autolanding.
More details in the following jenkins job:
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
None: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
FAILURE: http://
SUCCESS: http://
None: http://
| Daniel van Vugt (vanvugt) wrote : | # |
I think this is no longer required since gcc-4.9... ?
// Cast dladdr itself to work around g++-4.8 warnings (LP: #1366134)
typedef int (safe_dladdr_
- 3034. By Andreas Pokorny on 2015-10-20
-
just cast the fp
| Andreas Pokorny (andreas-pokorny) wrote : | # |
Autolanding failure due to problems installing the PPA.

FAILED: Continuous integration, rev:3031 jenkins. qa.ubuntu. com/job/ mir-ci/ 5300/ jenkins. qa.ubuntu. com/job/ mir-android- vivid-i386- build/4492 jenkins. qa.ubuntu. com/job/ mir-clang- vivid-amd64- build/3399 jenkins. qa.ubuntu. com/job/ mir-mediumtests -vivid- touch/4434/ console jenkins. qa.ubuntu. com/job/ mir-mediumtests -wily-touch/ 392/console jenkins. qa.ubuntu. com/job/ mir-wily- amd64-ci/ 1454 jenkins. qa.ubuntu. com/job/ mir-wily- amd64-ci/ 1454/artifact/ work/output/ *zip*/output. zip jenkins. qa.ubuntu. com/job/ mir-wily- i386-ci/ 392 jenkins. qa.ubuntu. com/job/ mir-wily- i386-ci/ 392/artifact/ work/output/ *zip*/output. zip jenkins. qa.ubuntu. com/job/ mir-mediumtests -builder- vivid-armhf/ 4435 jenkins. qa.ubuntu. com/job/ mir-mediumtests -builder- vivid-armhf/ 4435/artifact/ work/output/ *zip*/output. zip jenkins. qa.ubuntu. com/job/ mir-mediumtests -runner- touch/7071/ console s-jenkins. ubuntu- ci:8080/ job/touch- flash-device/ 24287 jenkins. qa.ubuntu. com/job/ mir-mediumtests -builder- wily-armhf/ 393/console
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
FAILURE: http://
FAILURE: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
FAILURE: http://
SUCCESS: http://
FAILURE: http://
Click here to trigger a rebuild: s-jenkins. ubuntu- ci:8080/ job/mir- ci/5300/ rebuild
http://