[regression] mir_demo_standalone_render_surfaces fails to start (std::exception::what: cannot find buffer by id)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Mir |
Fix Released
|
Medium
|
Alan Griffiths |
Bug Description
$ sudo mir_demo_
Rendering 5 surfaces
ERROR: /build/
Dynamic exception type: boost::
std::exception:
Related branches
- Chris Halse Rogers: Approve on 2017-07-18
- Mir CI Bot: Approve (continuous-integration) on 2017-07-14
-
Diff: 623 lines (+0/-599)3 files modifiedexamples/CMakeLists.txt (+0/-23)
examples/render_surfaces.cpp (+0/-468)
examples/render_to_fb.cpp (+0/-108)
Changed in mir: | |
importance: | Undecided → Medium |
summary: |
- [regression] mir_demo_standalone_render_surfaces fails to start with - mesa-kms (std::exception::what: cannot find buffer by id) + [regression] mir_demo_standalone_render_surfaces fails to start + (std::exception::what: cannot find buffer by id) |
Daniel van Vugt (vanvugt) wrote : | #2 |
Happening on krillin too, with the latest lp:mir -
Rendering 5 surfaces
ERROR: /home/dan/
Dynamic exception type: N5boost16except
std::exception:
Changed in mir: | |
assignee: | nobody → Alan Griffiths (alan-griffiths) |
status: | Triaged → In Progress |
Alan Griffiths (alan-griffiths) wrote : | #3 |
This program has outlived its usefulness. The approach it uses doesn't work because we've restructured the code, and we do not recommend doing this.
Changed in mir: | |
milestone: | none → 0.28.0 |
Mir CI Bot (mir-ci-bot) wrote : | #4 |
Fix committed into lp:mir at revision None, scheduled for release in mir, milestone 0.28.0
Changed in mir: | |
status: | In Progress → Fix Committed |
Changed in mir: | |
status: | Fix Committed → Fix Released |
Bisected. The regression started in:
------- ------- ------- ------- ------- ------- ------- ------- ---- rties in some interfaces. mg::BufferPrope rties is problematic because it contains mg::BufferUsage, an outdated concept now that we have platform-specific extensions.
revno: 3941 [merge]
author: Kevin DuBois <email address hidden>
committer: Tarmac
branch nick: development-branch
timestamp: Mon 2017-01-16 14:04:32 +0000
message:
server: remove mg::BufferPrope
.
Approved by mir-ci-bot, Alan Griffiths, Cemil Azizoglu. ------- ------- ------- ------- ------- ------- ------- ----
-------