[regression] mirout crashes when connecting to unity8 or any nested server: [libprotobuf FATAL /usr/include/google/protobuf/repeated_field.h:1408] CHECK failed: (index) < (current_size_):
Bug #1661163 reported by
Daniel van Vugt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mir |
Fix Released
|
High
|
Daniel van Vugt | ||
0.26 |
Fix Released
|
High
|
Daniel van Vugt | ||
mir (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
mirout crashes when connecting to unity8 or any nested server.
$ mirout -- --desktop_
Connected to server: <default>
[libprotobuf FATAL /usr/include/
terminate called after throwing an instance of 'google:
what(): CHECK failed: (index) < (current_size_):
Aborted (core dumped)
Related branches
lp://staging/~mir-team/mir/fix-1661163
- Mir CI Bot: Approve (continuous-integration)
- Alan Griffiths: Approve
- Chris Halse Rogers: Approve
- Kevin DuBois (community): Approve
-
Diff: 40 lines (+3/-5)3 files modifiedinclude/client/mir_toolkit/mir_display_configuration.h (+2/-1)
src/client/display_configuration_api.cpp (+1/-1)
src/utils/out.c (+0/-3)
lp://staging/~mir-team/mir/0.26-old
Rejected
for merging
into
lp://staging/mir/ubuntu
- Michał Sawicz: Disapprove
-
Diff: 13 lines (+6/-0)1 file modifieddebian/changelog (+6/-0)
summary: |
- mirout crashes when connecting to unity8: [libprotobuf FATAL - /usr/include/google/protobuf/repeated_field.h:1408] CHECK failed: - (index) < (current_size_): + mirout crashes when connecting to unity8 or any nested server: + [libprotobuf FATAL /usr/include/google/protobuf/repeated_field.h:1408] + CHECK failed: (index) < (current_size_): |
description: | updated |
Changed in mir: | |
status: | New → Triaged |
milestone: | none → 1.0.0 |
tags: | added: regression |
Changed in mir: | |
assignee: | nobody → Daniel van Vugt (vanvugt) |
status: | Triaged → In Progress |
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.
Bisected. The bug started in:
------- ------- ------- ------- ------- ------- ------- ------- ----
revno: 3943 [merge]
author: Brandon Schaefer <email address hidden>
committer: Tarmac
branch nick: development-branch
timestamp: Mon 2017-01-16 21:13:52 +0000
message:
Start replacing the internals of the display configuration to display config.
Note display cards are not a thing in the new display config which reflects in a lot of removing of those things.
Approved by mir-ci-bot, Alan Griffiths, Cemil Azizoglu. ------- ------- ------- ------- ------- ------- ------- ----
-------