[regression] Demo servers crash on start-up if MIR_ENABLE_TESTS=OFF - std::exception::what: bin/../lib/server-modules/input-stub.so: cannot open shared object file: No such file or directory
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Mir |
Fix Released
|
Medium
|
Andreas Pokorny | |
| | mir (Ubuntu) |
Undecided
|
Unassigned | ||
Bug Description
$ cmake .. -DMIR_ENABLE_
...
$ sudo bin/mir_
MIR_CLIENT_
MIR_SERVER_
MIR_SERVER_
LD_LIBRARY_
exec=bin/
[1427880213.170757] Server: Starting
[1427880213.171143] Loader: Loading modules from: bin/../
[1427880213.171232] Loader: Loading module: bin/../
[1427880213.172336] Loader: Loading module: bin/../
[1427880213.172851] Platform Loader: Selected driver: mesa (version 0.13.0)
[1427880213.568381] mirserver: Using hardware cursor
ERROR: /home/dan/
Dynamic exception type: N5boost16except
std::exception:
Related branches
- PS Jenkins bot: Approve (continuous-integration) on 2015-08-05
- Daniel van Vugt: Approve on 2015-08-05
- Chris Halse Rogers: Approve on 2015-08-05
- Kevin DuBois (community): Approve on 2015-08-04
- Alan Griffiths: Approve on 2015-08-04
-
Diff: 13 lines (+0/-3)1 file modifiedsrc/wrapper.c (+0/-3)
| Changed in mir: | |
| assignee: | nobody → Andreas Pokorny (andreas-pokorny) |
| Changed in mir: | |
| milestone: | 0.13.0 → 0.14.0 |
| Daniel van Vugt (vanvugt) wrote : | #2 |
Raised priority for me. Probably doesn't qualify as High in general though.
| Changed in mir: | |
| importance: | High → Medium |
| Changed in mir: | |
| milestone: | 0.14.0 → 0.15.0 |
| Changed in mir: | |
| milestone: | 0.15.0 → 0.16.0 |
| Daniel van Vugt (vanvugt) wrote : | #3 |
I'd like to see this fixed, but we have no definite plans to aim for a particular milestone.
| Changed in mir: | |
| milestone: | 0.16.0 → none |
| Changed in mir: | |
| status: | Triaged → In Progress |
| milestone: | none → 0.16.0 |
| PS Jenkins bot (ps-jenkins) wrote : | #4 |
Fix committed into lp:mir at revision None, scheduled for release in mir, milestone 0.16.0
| Changed in mir: | |
| status: | In Progress → Fix Committed |
| Changed in mir: | |
| milestone: | 0.16.0 → 0.15.0 |
| Launchpad Janitor (janitor) wrote : | #5 |
This bug was fixed in the package mir - 0.15.0+
---------------
mir (0.15.0+
[ Daniel van Vugt ]
* New upstream release 0.15.0 (https:/
- ABI summary: Only servers and graphics drivers need rebuilding;
. Mirclient ABI unchanged at 9
. Mirserver ABI bumped to 33
. Mircommon ABI unchanged at 5
. Mirplatform ABI bumped to 9
- Enhancements:
. Add support for Mir-on-X11.
. Latency reduction optimizations (around ~15ms reduction in total):
Reduced input event resampling latency by 5ms. Reduced output latency
(in system compositors) by around 10ms with the introduction of
"predictive bypass". And we're not finished; future Mir releases
should reduce latency further.
. Introduced a python3-based Mir performance framework.
. Lots of preparation for an architectural overhaul of buffer swapping,
required in the least to support future optimizations like nested
bypass.
. Added a new cursor: crosshair
. Added support for 15/16-bit client pixel formats ("high colour").
. Added a new client function to make picking the right pixel format
for a given EGLConfig super simple: mir_connection_
. Added application-
. Added client API for specifying input region shape.
. Fixed the remaining threading flaws identified by ThreadSanitizer and
turned it on permanently for all continuous integration in future.
. Added support for relative pointer motion events (e.g. for gaming).
- Bug fixes:
. Fix focus issues breaking autopilot tests entering text (LP: #1468029)
. Fix mir tests failure on armhf with GCC5 (LP: #1478213)
. mir_buffer_
. Loading libmirclient.so twice leads to a segfault in libmirprotobuf.so
(LP: #1391976)
. Visible corruption in SDL apps (LP: #1460149)
. MultiThreadedCo
shutdown or display reconfiguration (LP: #1471909)
. ctest/"make test" reports 100% tests pass even when some fail.
(LP: #1472911)
. Mir server crashed - GLib-CRITICAL **: g_source_
(LP: #1473869)
. USC crash on multimonitor unplug [std::exception
hwc prepare()] (LP: #1474891)
. [regression] Input focus delay after switching app back into focus
(LP: #1480654)
. GLibMainLoopTes
GCC 5 in armhf (LP: #1482274)
. [enhancement] Mir lacks relative mouse support (LP: #1276322)
. ShmBuffer ignores pixel_format (LP: #1424909)
. Fullscreen bypassed clients stutter with double buffers when other
clients are running (LP: #1447896)
. [regression] Demo servers crash on start-up if MIR_ENABLE_
(LP: #1439078)
. [regression] The software curs...
| Changed in mir (Ubuntu): | |
| status: | New → Fix Released |
| Changed in mir: | |
| status: | Fix Committed → Fix Released |

Raised priority. On some slow machines waiting for the tests to build is painfully slow.