mir server crashed in what(): drmModeMoveCursor failed (returned -13)
Bug #1579630 reported by
Daniel van Vugt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Medium
|
Daniel van Vugt | ||
Mir |
Fix Released
|
Medium
|
Daniel van Vugt | ||
mir (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
mir-demos crashed while I was trying to kill mir_proving_server from another VT. The log says:
terminate called after throwing an instance of 'boost:
what(): drmModeMoveCursor failed (returned -13)
The error report is less informative:
https:/
Related branches
lp://staging/~vanvugt/mir/fix-1579630
- Cemil Azizoglu (community): Approve
- Kevin DuBois (community): Approve
- Mir CI Bot: Approve (continuous-integration)
-
Diff: 132 lines (+61/-4)3 files modifiedsrc/platforms/mesa/server/kms/CMakeLists.txt (+5/-1)
src/platforms/mesa/server/kms/real_kms_output.cpp (+10/-3)
tests/unit-tests/graphics/mesa/kms/test_real_kms_output.cpp (+46/-0)
Changed in mir: | |
assignee: | nobody → Daniel van Vugt (vanvugt) |
milestone: | none → 0.24.0 |
status: | New → In Progress |
summary: |
- mir-demos crashed in what(): drmModeMoveCursor failed (returned -13) + mir server crashed in what(): drmModeMoveCursor failed (returned -13) |
Changed in canonical-devices-system-image: | |
status: | New → Fix Committed |
importance: | Undecided → Medium |
milestone: | none → 13 |
Changed in mir: | |
status: | Fix Committed → Fix Released |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Daniel van Vugt (vanvugt) |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
I get the feeling we shouldn't be crashing the server if we suddenly get permission denied when moving the hardware cursor. That's obviously just a VT switch.