[regression] mir_demo_server_basic does not start
Bug #1391923 reported by
Kevin DuBois
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
Medium
|
Alan Griffiths | ||
mir (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
root@ubuntu-
ERROR: Throw location unknown (consider using BOOST_THROW_
Dynamic exception type: N5boost16except
std::exception:
Related branches
lp://staging/~alan-griffiths/mir/fix-1391923
- PS Jenkins bot (community): Approve (continuous-integration)
- Alexandros Frantzis (community): Approve
- Daniel van Vugt: Needs Information
- Kevin DuBois (community): Approve
-
Diff: 50 lines (+17/-1)3 files modifiedinclude/server/mir/server.h (+8/-0)
server-ABI-sha1sums (+1/-1)
src/server/server.cpp (+8/-0)
Changed in mir: | |
assignee: | nobody → Alan Griffiths (alan-griffiths) |
status: | New → Confirmed |
Changed in mir: | |
milestone: | none → 0.9.0 |
importance: | High → Low |
Changed in mir (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in mir: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The underlying cause is important - the overloads of Server: :add_configurat ion_option( ) don't handle char const* very well (because bool is a bultin type and std::string isn't)